org.zkoss.zkmax.zul.impl
Class TabboxEngineImpl

java.lang.Object
  extended by 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
TabboxEngineImpl()
           
 
Method Summary
 void doDataChange(Tabbox tabbox, ListDataEvent event)
           
 void doInitRenderer(Tabbox tabbox)
           
protected  Tab newUnloadedTab()
          Returns the empty tab for model to use.
protected  Tabpanel newUnloadedTabpanel()
          Returns the empty tabpanel for model to use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabboxEngineImpl

public TabboxEngineImpl()
Method Detail

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. SourceForge.net Logo