static ITabbox |
ITabboxCtrl.from(Tabbox instance) |
|
static ITabbox |
ITabbox.of(ITabs tabs,
ITabpanels tabpanels) |
Returns the instance with the given tabs and tappanels
|
static ITabbox |
ITabbox.of(ITabs tabs,
ITabpanels tabpanels,
IToolbar toolbar) |
Returns the instance with the given tabs, tappanels, and toolbar
|
static ITabbox |
ITabbox.ofId(java.lang.String id) |
Returns the instance with the given id.
|
static ITabbox |
ITabbox.ofOrient(ITabbox.Orient orient) |
Returns the instance with the given orient
|
static ITabbox |
ITabbox.ofSize(java.lang.String width,
java.lang.String height) |
Returns the instance with the given width and height
|
static ITabbox |
ITabbox.ofVFlex(java.lang.String vflex) |
Returns the instance with the given vflex
|
default ITabbox |
ITabbox.withAllComponents(java.lang.Iterable<? extends ITabboxComposite> elements) |
|
ITabbox |
ITabbox.withMaximalHeight(boolean maximalHeight) |
Returns a copy of this immutable component with the specified
maximalHeight .
|
ITabbox |
ITabbox.withNativeScrollbar(boolean nativeScrollbar) |
Returns a copy of this immutable component with the specified nativeScrollbar .
|
ITabbox |
ITabbox.withOrient(java.lang.String orient) |
Returns a copy of this immutable component with the specified
orient .
|
default ITabbox |
ITabbox.withOrient(ITabbox.Orient orient) |
Returns a copy of this immutable component with the specified
orient .
|
ITabbox |
ITabbox.withPanelSpacing(java.lang.String panelSpacing) |
Returns a copy of this immutable component with the specified
panelSpacing .
|
ITabbox |
ITabbox.withTabpanels(ITabpanels tabpanels) |
Returns a copy of this immutable component with the specified
tabpanels .
|
ITabbox |
ITabbox.withTabs(ITabs tabs) |
Returns a copy of this immutable component with the specified
tabs .
|
ITabbox |
ITabbox.withTabscroll(boolean tabscroll) |
Returns a copy of this immutable component with the specified
tabscroll .
|
ITabbox |
ITabbox.withToolbar(IToolbar toolbar) |
Returns a copy of this immutable component with the specified
toolbar .
|