Package org.zkoss.zkmax.zul.impl
Class TabboxEngineImpl
- java.lang.Object
-
- org.zkoss.zkmax.zul.impl.TabboxEngineImpl
-
- All Implemented Interfaces:
TabboxEngine
public class TabboxEngineImpl extends java.lang.Object implements TabboxEngine
An implementation engine for tabbox with model.- Since:
- 7.0.0
- Author:
- jumperchen
-
-
Field Summary
-
Fields inherited from interface org.zkoss.zul.impl.TabboxEngine
ATTR_CHANGING_SELECTION, ATTR_ON_INIT_RENDER_POSTED
-
-
Constructor Summary
Constructors Constructor Description TabboxEngineImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoDataChange(Tabbox tabbox, ListDataEvent event)voiddoInitRenderer(Tabbox tabbox)protected TabnewUnloadedTab()Returns the empty tab for model to use.protected TabpanelnewUnloadedTabpanel()Returns the empty tabpanel for model to use.
-
-
-
Method Detail
-
doInitRenderer
public void doInitRenderer(Tabbox tabbox)
- Specified by:
doInitRendererin interfaceTabboxEngine
-
newUnloadedTabpanel
protected Tabpanel newUnloadedTabpanel()
Returns the empty tabpanel for model to use.
-
newUnloadedTab
protected Tab newUnloadedTab()
Returns the empty tab for model to use.
-
doDataChange
public void doDataChange(Tabbox tabbox, ListDataEvent event)
- Specified by:
doDataChangein interfaceTabboxEngine
-
-