Uses of Interface
org.zkoss.zul.impl.TabboxEngine
-
Packages that use TabboxEngine Package Description org.zkoss.zkmax.zul.impl org.zkoss.zul -
-
Uses of TabboxEngine in org.zkoss.zkmax.zul.impl
Classes in org.zkoss.zkmax.zul.impl that implement TabboxEngine Modifier and Type Class Description class
TabboxEngineImpl
An implementation engine for tabbox with model. -
Uses of TabboxEngine in org.zkoss.zul
Methods in org.zkoss.zul that return TabboxEngine Modifier and Type Method Description TabboxEngine
Tabbox. getEngine()
Returns the implementation tabbox engine.protected TabboxEngine
Tabbox. newTabboxEngine()
Instantiates the default tabbox engine.Methods in org.zkoss.zul with parameters of type TabboxEngine Modifier and Type Method Description void
Tabbox. setEngine(TabboxEngine engine)
Sets the tabbox engine forListModel
-