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

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

public interface ITreeModelSource
extends IComponent

Author:
ceco

Field Summary
static 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, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getSpecification, getSpecifiedId, getTemplateTagName, isRendering, peekClientId, renderBody, setBinding, setClientId, setContainedComponent, setContainer, setId, setNamespace, setPage, setTemplateTagName
 
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 String TREE_MODEL_SOURCE_ATTRIBUTE
See Also:
Constant Field Values
Method Detail

getTreeModel

ITreeModel getTreeModel()

getTreeStateListener

ITreeStateListener getTreeStateListener()


Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.