org.apache.tapestry.contrib.tree.model
Class TreeRowObject

java.lang.Object
  extended by org.apache.tapestry.contrib.tree.model.TreeRowObject

public class TreeRowObject
extends Object

Author:
ceco

Field Summary
static int EMPTY_CONN_IMG
           
static int FIRST_LAST_ROW
           
static int FIRST_ROW
           
static int LAST_ROW
           
static int LINE_CONN_IMG
           
static int MIDDLE_ROW
           
 
Constructor Summary
TreeRowObject(Object objTreeNode, Object objTreeNodeUID, int nTreeRowDepth, boolean bLeaf, int nTreeRowPossiotionType, int[] nLineConnImages)
           
 
Method Summary
 boolean getLeaf()
           
 int[] getLineConnImages()
           
 Object getTreeNode()
           
 Object getTreeNodeUID()
           
 int getTreeRowDepth()
           
 int getTreeRowPossiotionType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TreeRowObject

public TreeRowObject(Object objTreeNode,
                     Object objTreeNodeUID,
                     int nTreeRowDepth,
                     boolean bLeaf,
                     int nTreeRowPossiotionType,
                     int[] nLineConnImages)
Method Detail

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.