org.apache.tapestry.contrib.tree.model
Interface ITreeModelSource

All Superinterfaces:
org.apache.tapestry.IComponent, org.apache.tapestry.IRender, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
All Known Implementing Classes:
TreeView

public interface ITreeModelSource
extends org.apache.tapestry.IComponent

Author:
ceco

Field Summary
static java.lang.String TREE_MODEL_SOURCE_ATTRIBUTE
           
 
Method Summary
 ITreeModel getTreeModel()
           
 ITreeStateListener getTreeStateListener()
           
 
Methods inherited from interface org.apache.tapestry.IComponent
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty
 
Methods inherited from interface org.apache.tapestry.IRender
render
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Field Detail

TREE_MODEL_SOURCE_ATTRIBUTE

static final java.lang.String TREE_MODEL_SOURCE_ATTRIBUTE
See Also:
Constant Field Values
Method Detail

getTreeModel

ITreeModel getTreeModel()

getTreeStateListener

ITreeStateListener getTreeStateListener()