org.apache.tapestry.contrib.tree.model
Class TreeRowObject
java.lang.Object
org.apache.tapestry.contrib.tree.model.TreeRowObject
- public class TreeRowObject
- extends java.lang.Object
- Author:
- ceco
Constructor Summary |
TreeRowObject(java.lang.Object objTreeNode,
java.lang.Object objTreeNodeUID,
int nTreeRowDepth,
boolean bLeaf,
int nTreeRowPossiotionType,
int[] nLineConnImages)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FIRST_ROW
public static final int FIRST_ROW
- See Also:
- Constant Field Values
MIDDLE_ROW
public static final int MIDDLE_ROW
- See Also:
- Constant Field Values
LAST_ROW
public static final int LAST_ROW
- See Also:
- Constant Field Values
FIRST_LAST_ROW
public static final int FIRST_LAST_ROW
- See Also:
- Constant Field Values
EMPTY_CONN_IMG
public static final int EMPTY_CONN_IMG
- See Also:
- Constant Field Values
LINE_CONN_IMG
public static final int LINE_CONN_IMG
- See Also:
- Constant Field Values
TreeRowObject
public TreeRowObject(java.lang.Object objTreeNode,
java.lang.Object objTreeNodeUID,
int nTreeRowDepth,
boolean bLeaf,
int nTreeRowPossiotionType,
int[] nLineConnImages)
getTreeNode
public java.lang.Object getTreeNode()
getTreeNodeUID
public java.lang.Object getTreeNodeUID()
getTreeRowDepth
public int getTreeRowDepth()
getLeaf
public boolean getLeaf()
- Returns:
- Returns the leaf.
getTreeRowPossiotionType
public int getTreeRowPossiotionType()
- Returns:
- Returns the treeRowPossiotionType.
getLineConnImages
public int[] getLineConnImages()
- Returns:
- Returns the lineConnImages.