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 ITabpanels
ITabpanels. DEFAULT
Constant for default attributes of this immutable component.Methods in org.zkoss.stateless.sul that return ITabpanels Modifier and Type Method Description static ITabpanels
ITabpanelsCtrl. from(Tabpanels instance)
ITabpanels
ITabbox. getTabpanels()
Returns the tabpanels that this tabbox owns.static ITabpanels
ITabpanels. of(java.lang.Iterable<? extends ITabpanel> children)
Returns the instance with the givenITabpanel
children.static ITabpanels
ITabpanels. of(ITabpanel... children)
Returns the instance with the givenITabpanel
children.static ITabpanels
ITabpanels. 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 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. withTabpanels(ITabpanels tabpanels)
Returns a copy ofthis
immutable component with the specifiedtabpanels
.
-