org.richfaces.model
Class VisualStackingTreeModel

java.lang.Object
  extended by javax.faces.model.DataModel
      extended by org.ajax4jsf.model.ExtendedDataModel
          extended by org.richfaces.model.AbstractTreeDataModel
              extended by org.richfaces.model.StackingTreeModel
                  extended by org.richfaces.model.VisualStackingTreeModel
All Implemented Interfaces:
TreeModelVisualComponentProvider

public class VisualStackingTreeModel
extends StackingTreeModel
implements TreeModelVisualComponentProvider

That is intended for internal use

Author:
Nick Belaevski mailto:nbelaevski@exadel.com created 15.08.2007

Field Summary
 
Fields inherited from class org.richfaces.model.AbstractTreeDataModel
SEPARATOR
 
Constructor Summary
VisualStackingTreeModel(java.lang.String id, java.lang.String var, StackingTreeModelDataProvider dataProvider, javax.faces.component.UIComponent component)
           
VisualStackingTreeModel(javax.faces.component.UIComponent component)
           
 
Method Summary
 javax.faces.component.UIComponent getComponent()
           
 
Methods inherited from class org.richfaces.model.StackingTreeModel
addStackingModel, convert, convertToKey, doSetupKey, doWalk, getCurrentModel, getDataModel, getId, getModelById, getModelsIterator, getParent, getRoot, getRowData, getRowKey, getTreeNode, getWrappedData, isActive, isActiveData, isEmpty, isLeaf, isRowAvailable, removeStackingModel, setParent, setRowKey, setRowKey, setupKey, setupModel, setWrappedData, walk, walkModel
 
Methods inherited from class org.richfaces.model.AbstractTreeDataModel
addNode, addNode, getChildNodeId, getModelTreeNode, getParentRowKey, getRowCount, getRowIndex, getTreeNodeRowKey, processElement, removeNode, setRowIndex, walk
 
Methods inherited from class org.ajax4jsf.model.ExtendedDataModel
getSerializableModel
 
Methods inherited from class javax.faces.model.DataModel
addDataModelListener, getDataModelListeners, removeDataModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualStackingTreeModel

public VisualStackingTreeModel(javax.faces.component.UIComponent component)

VisualStackingTreeModel

public VisualStackingTreeModel(java.lang.String id,
                               java.lang.String var,
                               StackingTreeModelDataProvider dataProvider,
                               javax.faces.component.UIComponent component)
Method Detail

getComponent

public javax.faces.component.UIComponent getComponent()
Specified by:
getComponent in interface TreeModelVisualComponentProvider


Copyright © 2010. All Rights Reserved.