|
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.composite.InsertedUINodeList
UINodeList that merges two by placing one "inside" of the other, at a hardcoded index. This class does not support being placed inside of another instance of itself.
| Constructor Summary | |
InsertedUINodeList(UINodeList main,
UINodeList inserted,
int index)
|
|
| Method Summary | |
static void |
addNodeList(BaseMutableUINode node,
UINodeList list)
|
static void |
addNodeList(BaseMutableUINode node,
UINodeList inserted,
int index)
|
void |
addUINode(int index,
UINode node)
Inserts the spacified UINode into the UINodeList at the specified index |
void |
addUINode(UINode node)
Appends the specified UINode to the end of the UINodeList. |
void |
clearUINodes()
Removes all of the UINodes from the UINodeList. |
java.lang.Object |
clone()
Clones the UINodeList |
UINode |
getUINode(RenderingContext context,
int index)
Returns the UINode at the specifed index in the UINodeList, given the specified RenderingContext. |
UINode |
removeUINode(int index)
Removes and returns UINode at the specifed index. |
UINode |
setUINode(int index,
UINode node)
Replaces the UINode at the specified index with the new UINode value, returning the old value. |
int |
size(RenderingContext context)
Returns the number of elements in the UINodeList given the specified RenderingContext. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InsertedUINodeList(UINodeList main,
UINodeList inserted,
int index)
| Method Detail |
public static void addNodeList(BaseMutableUINode node,
UINodeList list)
public static void addNodeList(BaseMutableUINode node,
UINodeList inserted,
int index)
public int size(RenderingContext context)
UINodeListsize in interface UINodeList
public UINode getUINode(RenderingContext context,
int index)
UINodeListgetUINode in interface UINodeList
public UINode setUINode(int index,
UINode node)
UINodeListsetUINode in interface UINodeList
public void addUINode(int index,
UINode node)
UINodeListaddUINode in interface UINodeListpublic void addUINode(UINode node)
UINodeListaddUINode in interface UINodeListpublic UINode removeUINode(int index)
UINodeListremoveUINode in interface UINodeListpublic void clearUINodes()
UINodeListclearUINodes in interface UINodeListpublic java.lang.Object clone()
UINodeListclone in interface UINodeListclone 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 | ||||||||