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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabboxEngineImpl
public TabboxEngineImpl()
doInitRenderer
public void doInitRenderer(Tabbox tabbox)
- Specified by:
doInitRenderer
in interface TabboxEngine
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:
doDataChange
in interface TabboxEngine
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.