Uses of Interface
org.zkoss.stateless.sul.ITabs
-
Packages that use ITabs Package Description org.zkoss.stateless.sul -
-
Uses of ITabs in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITabs Modifier and Type Field Description static ITabs
ITabs. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITabs Modifier and Type Method Description static ITabs
ITabsCtrl. from(Tabs instance)
ITabs
ITabbox. getTabs()
Returns the tabs that this tabbox owns.static ITabs
ITabs. of(java.lang.Iterable<? extends ITab> children)
Returns the instance with the givenITab
children.static ITabs
ITabs. of(ITab... children)
Returns the instance with the givenITab
children.static ITabs
ITabs. ofId(java.lang.String id)
Returns the instance with the given id.static ITabs
ITabs. ofWidth(java.lang.String width)
Returns the instance with the given width.Methods in org.zkoss.stateless.sul with parameters of type ITabs Modifier and Type Method Description static ITabbox
ITabbox. of(ITabs tabs, ITabpanels tabpanels)
Returns the instance with the given tabs and tappanelsstatic ITabbox
ITabbox. of(ITabs tabs, ITabpanels tabpanels, IToolbar toolbar)
Returns the instance with the given tabs, tappanels, and toolbarITabbox
ITabbox. withTabs(ITabs tabs)
Returns a copy ofthis
immutable component with the specifiedtabs
.
-