Uses of Class
org.zkoss.zul.Tabpanel
-
Packages that use Tabpanel Package Description org.zkoss.bind.impl org.zkoss.stateless.sul org.zkoss.zkmax.zul.impl org.zkoss.zul -
-
Uses of Tabpanel in org.zkoss.bind.impl
Methods in org.zkoss.bind.impl with parameters of type Tabpanel Modifier and Type Method Description void
BindTabboxRenderer. renderTabpanel(Tabpanel item, java.lang.Object data, int index)
-
Uses of Tabpanel in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Tabpanel Modifier and Type Method Description static ITabpanel
ITabpanelCtrl. from(Tabpanel instance)
-
Uses of Tabpanel in org.zkoss.zkmax.zul.impl
Methods in org.zkoss.zkmax.zul.impl that return Tabpanel Modifier and Type Method Description protected Tabpanel
TabboxEngineImpl. newUnloadedTabpanel()
Returns the empty tabpanel for model to use. -
Uses of Tabpanel in org.zkoss.zul
Methods in org.zkoss.zul that return Tabpanel Modifier and Type Method Description Tabpanel
Tab. getLinkedPanel()
Returns the panel associated with this tab.Tabpanel
Tabbox. getSelectedPanel()
Returns the selected tab panel.Methods in org.zkoss.zul with parameters of type Tabpanel Modifier and Type Method Description void
TabboxRenderer. renderTabpanel(Tabpanel tabpanel, T data, int index)
Renders the data to the specified tabpanel.void
Tabbox. setSelectedPanel(Tabpanel panel)
Sets the selected tab panel.
-