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 ITabbox
ITabboxCtrl. 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 void
TabboxEngineImpl. doDataChange(Tabbox tabbox, ListDataEvent event)
void
TabboxEngineImpl. doInitRenderer(Tabbox tabbox)
-
Uses of Tabbox in org.zkoss.zul
Methods in org.zkoss.zul that return Tabbox Modifier and Type Method Description Tabbox
Tab. getTabbox()
Returns the tabbox owns this component.Tabbox
Tabpanel. getTabbox()
Returns the tabbox owns this component.Tabbox
Tabpanels. getTabbox()
Returns the tabbox owns this component.Tabbox
Tabs. 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 void
TabboxEngine. doDataChange(Tabbox tabbox, ListDataEvent event)
void
TabboxEngine. doInitRenderer(Tabbox tabbox)
-