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 voidBindTabboxRenderer. 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 ITabITabCtrl. 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 TabTabboxEngineImpl. 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 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.
-