|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.ui.NodeRole
A NodeRole defines the role a single UINode plays in the rendering process.
Constructor Summary | |
NodeRole(java.lang.String name)
Creates a named NodeRole. |
|
NodeRole(java.lang.String name,
NodeRole[] roles)
Creates a named NodeRole. |
Method Summary | |
boolean |
satisfiesRole(NodeRole role)
Returns true if this role object "satisfies" another role. |
java.lang.String |
toString()
Returns a String useful for debugging. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NodeRole(java.lang.String name)
name
- an optional name; NodeRole names do not need
to be unique, and are used only for debugging.public NodeRole(java.lang.String name, NodeRole[] roles)
name
- an optional name; NodeRole names do not need
to be unique, and are used only for debugging.roles
- a (possibly empty or null) list of roles
that this role satisfies.Method Detail |
public boolean satisfiesRole(NodeRole role)
public java.lang.String toString()
toString
in class java.lang.Object
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |