|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.collection.ArrayUINodeList
@Deprecated public class ArrayUINodeList
| Constructor Summary | |
|---|---|
ArrayUINodeList()
Deprecated. |
|
ArrayUINodeList(int initialCapacity)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
addUINode(int index,
UINode node)
Deprecated. Inserts the spacified UINode into the UINodeList at the specified index |
void |
addUINode(UINode node)
Deprecated. Appends the specified UINode to the end of the UINodeList. |
void |
clearUINodes()
Deprecated. Removes all of the UINodes from the UINodeList. |
java.lang.Object |
clone()
Deprecated. Clones the UINodeList |
UINode |
getUINode(UIXRenderingContext context,
int index)
Deprecated. Returns the UINode at the specifed index in the UINodeList, given the specified RenderingContext. |
UINode |
removeUINode(int index)
Deprecated. Removes and returns UINode at the specifed index. |
UINode |
setUINode(int index,
UINode node)
Deprecated. Replaces the UINode at the specified index with the new UINode value, returning the old value. |
int |
size(UIXRenderingContext context)
Deprecated. Returns the number of elements in the UINodeList given the specified RenderingContext. |
void |
trimToSize()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayUINodeList()
public ArrayUINodeList(int initialCapacity)
| Method Detail |
|---|
public int size(UIXRenderingContext context)
UINodeList
size in interface UINodeList
public UINode getUINode(UIXRenderingContext context,
int index)
UINodeList
getUINode in interface UINodeList
public UINode setUINode(int index,
UINode node)
UINodeList
setUINode in interface UINodeListpublic void addUINode(UINode node)
UINodeList
addUINode in interface UINodeList
public void addUINode(int index,
UINode node)
UINodeList
addUINode in interface UINodeListpublic UINode removeUINode(int index)
UINodeList
removeUINode in interface UINodeListpublic void clearUINodes()
UINodeList
clearUINodes in interface UINodeListpublic java.lang.Object clone()
UINodeList
clone in interface UINodeListclone in class java.lang.Objectpublic void trimToSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||