org.openfaces.component.table
Class NodeInfoForRow
java.lang.Object
org.openfaces.component.table.NodeInfoForRow
public class NodeInfoForRow
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeInfoForRow
public NodeInfoForRow(TreePath nodePath,
TreePath nodeKeyPath,
TreePath nodeIndexPath,
int nodeLevel,
boolean expanded,
boolean nodeInitiallyVisible)
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.