Uses of Class
org.zkoss.zul.Tabbox
-
Packages that use Tabbox Package Description org.zkoss.bind.converter.sys org.zkoss.stateless.sul org.zkoss.zkmax.zul.impl org.zkoss.zul org.zkoss.zul.impl -
-
Uses of Tabbox in org.zkoss.bind.converter.sys
Methods in org.zkoss.bind.converter.sys with parameters of type Tabbox Modifier and Type Method Description protected ListModel<?>TabboxModelConverter. getComponentModel(Tabbox comp)protected ListModel<?>TabboxSelectedIndexConverter. getComponentModel(Tabbox comp) -
Uses of Tabbox in org.zkoss.stateless.sul
Methods in org.zkoss.stateless.sul with parameters of type Tabbox Modifier and Type Method Description static ITabboxITabboxCtrl. from(Tabbox instance) -
Uses of Tabbox in org.zkoss.zkmax.zul.impl
Methods in org.zkoss.zkmax.zul.impl with parameters of type Tabbox Modifier and Type Method Description voidTabboxEngineImpl. doDataChange(Tabbox tabbox, ListDataEvent event)voidTabboxEngineImpl. doInitRenderer(Tabbox tabbox) -
Uses of Tabbox in org.zkoss.zul
Methods in org.zkoss.zul that return Tabbox Modifier and Type Method Description TabboxTab. getTabbox()Returns the tabbox owns this component.TabboxTabpanel. getTabbox()Returns the tabbox owns this component.TabboxTabpanels. getTabbox()Returns the tabbox owns this component.TabboxTabs. getTabbox()Returns the tabbox owns this component. -
Uses of Tabbox in org.zkoss.zul.impl
Methods in org.zkoss.zul.impl with parameters of type Tabbox Modifier and Type Method Description voidTabboxEngine. doDataChange(Tabbox tabbox, ListDataEvent event)voidTabboxEngine. doInitRenderer(Tabbox tabbox)
-