org.apache.tapestry.contrib.tree.model
Class TreeRowObject
java.lang.Object
org.apache.tapestry.contrib.tree.model.TreeRowObject
public class TreeRowObject
- extends Object
- Author:
- ceco
Constructor Summary |
TreeRowObject(Object objTreeNode,
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(Object objTreeNode,
Object objTreeNodeUID,
int nTreeRowDepth,
boolean bLeaf,
int nTreeRowPossiotionType,
int[] nLineConnImages)
getTreeNode
public Object getTreeNode()
getTreeNodeUID
public 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.
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.