|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuego.papi.utils.TreeView.NodeView
public class TreeView.NodeView
Method Summary | |
---|---|
void |
collapse()
Collapses this node, showing this node and hiddem its children. |
boolean |
equals(Object object)
Indicates whether some other object is "equal to" this one. |
void |
expand()
Expands this node, showing this node and its children. |
void |
expandAll()
Expands this node, showing this node and its children recursively. |
SortedSet<TreeView.NodeView> |
getChildren()
Returns a list with all child of the node. |
String |
getId()
Returns the id of the node. |
String |
getLabel(Locale locale)
Returns the label for a given locale |
TreeView.NodeView |
getParent()
Returns the parent node of the current node. |
View |
getView()
Returns the View contained on this node. |
boolean |
hasAssociatedView()
Returns if this node has an associated view. |
boolean |
hasChildren()
Returns if this node has children or not. |
int |
hashCode()
Returns a hash code value for the object. |
boolean |
isLeaf()
Returns if this node is a leaf or not. |
boolean |
isRoot()
Returns if this node is a root or not. |
boolean |
isVisible()
Returns if this node is visible or not. |
void |
setVisible(boolean visible)
Sets if this node is visible or not. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getId()
public TreeView.NodeView getParent()
public SortedSet<TreeView.NodeView> getChildren()
List
of TreeView.NodeView
.public boolean hasChildren()
true
if the node has childrenpublic View getView()
View
public boolean isLeaf()
public boolean isRoot()
public boolean isVisible()
true
if the node is visiblepublic String getLabel(Locale locale)
locale
- locale of the label
public boolean hasAssociatedView()
true
if the node has an associated view.public void setVisible(boolean visible)
visible
- True if this node is visible.public void collapse()
public void expand()
public void expandAll()
public boolean equals(Object object)
equals
in class Object
object
- the reference object with which to compare.
true
if this object is the same as the obj
argument; false
otherwise.public int hashCode()
java.util.Hashtable
.
hashCode
in class Object
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |