public abstract class TreeDataView extends org.apache.tapestry.BaseComponent implements ITreeRowSource
TREE_ROW_SOURCE_ATTRIBUTE
Constructor and Description |
---|
TreeDataView() |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
getShowRootNode() |
int |
getTreeDeep() |
TreeRowObject |
getTreeRow()
Method getTreeRow
|
TreeRowObject |
getTreeRowObject() |
abstract TreeView |
getTreeView() |
void |
initialize() |
void |
renderComponent(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle) |
void |
setTreeRowObject(TreeRowObject object) |
void |
walkTree(java.lang.Object objParent,
java.lang.Object objParentUID,
int nDepth,
ITreeModel objTreeModel,
org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle,
int nRowPossiotionType,
int[] arrConnectImages,
boolean bLast) |
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addAsset, addBody, addComponent, enterActiveState, 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
public TreeDataView()
public void initialize()
public abstract TreeView getTreeView()
public void renderComponent(org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
renderComponent
in class org.apache.tapestry.BaseComponent
public void walkTree(java.lang.Object objParent, java.lang.Object objParentUID, int nDepth, ITreeModel objTreeModel, org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle, int nRowPossiotionType, int[] arrConnectImages, boolean bLast)
public int getTreeDeep()
public TreeRowObject getTreeRow()
ITreeRowSource
getTreeRow
in interface ITreeRowSource
ITreeRowSource.getTreeRow()
public TreeRowObject getTreeRowObject()
public void setTreeRowObject(TreeRowObject object)
public abstract boolean getShowRootNode()