Uses of Interface
org.zkoss.stateless.sul.ITabpanels
-
Packages that use ITabpanels Package Description org.zkoss.stateless.sul -
-
Uses of ITabpanels in org.zkoss.stateless.sul
Fields in org.zkoss.stateless.sul declared as ITabpanels Modifier and Type Field Description static ITabpanelsITabpanels. DEFAULTConstant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITabpanels Modifier and Type Method Description static ITabpanelsITabpanelsCtrl. from(org.zkoss.zul.Tabpanels instance)ITabpanelsITabbox. getTabpanels()Returns the tabpanels that this tabbox owns.static ITabpanelsITabpanels. of(java.lang.Iterable<? extends ITabpanel> children)Returns the instance with the givenITabpanelchildren.static ITabpanelsITabpanels. of(ITabpanel... children)Returns the instance with the givenITabpanelchildren.static ITabpanelsITabpanels. ofId(java.lang.String id)Returns the instance with the given id.Methods in org.zkoss.stateless.sul with parameters of type ITabpanels 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. withTabpanels(ITabpanels tabpanels)Returns a copy ofthisimmutable component with the specifiedtabpanels.
-