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 voidBindTabboxRenderer. 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 ITabpanelITabpanelCtrl. 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 TabpanelTabboxEngineImpl. 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 TabpanelTab. getLinkedPanel()Returns the panel associated with this tab.TabpanelTabbox. getSelectedPanel()Returns the selected tab panel.Methods in org.zkoss.zul with parameters of type Tabpanel Modifier and Type Method Description voidTabboxRenderer. renderTabpanel(Tabpanel tabpanel, T data, int index)Renders the data to the specified tabpanel.voidTabbox. setSelectedPanel(Tabpanel panel)Sets the selected tab panel.
-