Uses of Class
org.zkoss.zul.Tabpanel
-
Packages that use Tabpanel Package Description org.zkoss.zul -
-
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.
-