org.openfaces.component.table
Class NodeInfoForRow

java.lang.Object
  extended by org.openfaces.component.table.NodeInfoForRow

public class NodeInfoForRow
extends java.lang.Object


Constructor Summary
NodeInfoForRow(TreePath nodePath, TreePath nodeKeyPath, TreePath nodeIndexPath, int nodeLevel, boolean expanded, boolean nodeInitiallyVisible)
           
 
Method Summary
 int getChildNodeCount()
           
 boolean getChildrenPreloaded()
           
 java.lang.Object getNodeData()
           
 boolean[] getNodeFilteringFlags()
           
 boolean getNodeHasChildren()
           
 TreePath getNodeIndexPath()
           
 java.lang.Object getNodeKey()
           
 TreePath getNodeKeyPath()
           
 int getNodeLevel()
           
 TreePath getNodePath()
           
 boolean isAcceptedByFilters()
           
 boolean isExpanded()
           
 boolean isNodeInitiallyVisible()
           
 void setAcceptedByFilters(boolean value)
           
 void setChildNodeCount(int childNodeCount)
           
 void setChildrenPreloaded(boolean childrenPreloaded)
           
 void setNodeFilteringFlags(boolean[] nodeFilteringFlags)
           
 void setNodeHasChildren(boolean nodeHasChildren)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeInfoForRow

public NodeInfoForRow(TreePath nodePath,
                      TreePath nodeKeyPath,
                      TreePath nodeIndexPath,
                      int nodeLevel,
                      boolean expanded,
                      boolean nodeInitiallyVisible)
Method Detail

getChildNodeCount

public int getChildNodeCount()

isExpanded

public boolean isExpanded()

getNodeData

public java.lang.Object getNodeData()

getNodeIndexPath

public TreePath getNodeIndexPath()

getNodeLevel

public int getNodeLevel()

getNodeHasChildren

public boolean getNodeHasChildren()

getChildrenPreloaded

public boolean getChildrenPreloaded()

getNodePath

public TreePath getNodePath()

getNodeKey

public java.lang.Object getNodeKey()

getNodeKeyPath

public TreePath getNodeKeyPath()

isNodeInitiallyVisible

public boolean isNodeInitiallyVisible()

setNodeFilteringFlags

public void setNodeFilteringFlags(boolean[] nodeFilteringFlags)

getNodeFilteringFlags

public boolean[] getNodeFilteringFlags()

setAcceptedByFilters

public void setAcceptedByFilters(boolean value)

isAcceptedByFilters

public boolean isAcceptedByFilters()

setChildNodeCount

public void setChildNodeCount(int childNodeCount)

setChildrenPreloaded

public void setChildrenPreloaded(boolean childrenPreloaded)

setNodeHasChildren

public void setNodeHasChildren(boolean nodeHasChildren)


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.