|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.visuals.NodeState
public class NodeState
NodeState is a class used to store the state of a NodeView object.
NodeView
Field Summary | |
---|---|
com.sas.collection.OrderedCollection |
children
Contains the states of any child nodes. |
com.sas.collection.PropertyBagInterface |
defaultNodeStyle
|
boolean |
expanded
Contains the value of the expanded property. |
com.sas.collection.PropertyBagInterface |
nodeStyle
|
boolean |
selected
Contains the value of the selected property. |
Constructor Summary | |
---|---|
NodeState()
Constructs a default NodeState object with the state fields uninitialized. |
|
NodeState(NodeView node)
Constructs a NodeState object initializing the fields with the appropriate property values from the specified NodeView object. |
Field Detail |
---|
public boolean selected
public boolean expanded
public com.sas.collection.OrderedCollection children
public com.sas.collection.PropertyBagInterface defaultNodeStyle
public com.sas.collection.PropertyBagInterface nodeStyle
Constructor Detail |
---|
public NodeState()
public NodeState(NodeView node)
node
- the node to use to obtain the initial state values from
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |