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