Uses of Class
org.zkoss.zul.Tab
-
Packages that use Tab Package Description org.zkoss.zul -
-
Uses of Tab in org.zkoss.zul
Methods in org.zkoss.zul that return Tab Modifier and Type Method Description TabTabpanel. getLinkedTab()Returns the tab associated with this tab panel.TabTabbox. getSelectedTab()Returns the selected tab.Methods in org.zkoss.zul with parameters of type Tab Modifier and Type Method Description voidTabboxRenderer. renderTab(Tab tab, T data, int index)Renders the data to the specified tab.voidTabbox. setSelectedTab(Tab tab)Sets the selected tab.
-