?
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : ""
The owner of the bindTarget.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : this
The name of the rule which holds the index of the currently active tab.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "activeTab"
Internal Use Only
Flags : Cached (Note this is uncached)
Expression : "TabControl"
One of 'top', 'left', 'right', or 'bottom', indicating where the tabs are to be placed.
Flags : Cached, Parameter, Spec (Note this is uncached)
Expression : "top"
The set of tabs on this control.
Flags : Cached (Note this is uncached)
Expression : this.children.filter(n => R.isKindOf(n, 'UITabPanel'))
UITabControl (d.1.0)
Mixins: UIContainerBoxMixin
A UITabControl is an empty container which can contain UITabPanel children.