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 ITabsITabs. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITabs Modifier and Type Method Description static ITabsITabsCtrl. from(org.zkoss.zul.Tabs instance)ITabsITabbox. getTabs()Returns the tabs that this tabbox owns.static ITabsITabs. of(java.lang.Iterable<? extends ITab> children)Returns the instance with the givenITabchildren.static ITabsITabs. of(ITab... children)Returns the instance with the givenITabchildren.static ITabsITabs. ofId(java.lang.String id)Returns the instance with the given id.static ITabsITabs. 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 ITabboxITabbox. of(ITabs tabs, ITabpanels tabpanels)Returns the instance with the given tabs and tappanelsstatic ITabboxITabbox. of(ITabs tabs, ITabpanels tabpanels, IToolbar toolbar)Returns the instance with the given tabs, tappanels, and toolbarITabboxITabbox. withTabs(ITabs tabs)Returns a copy ofthisimmutable component with the specifiedtabs.
-