|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.uinode.UIComponentUINodeList
@Deprecated public class UIComponentUINodeList
Use a UIComponent as a uinodeList to deliver the component's children as UIComponentUINode's
| Constructor Summary | |
|---|---|
UIComponentUINodeList(javax.faces.component.UIComponent component)
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UIComponentUINodeList(javax.faces.component.UIComponent component)
| 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 UINodeList
public void addUINode(int index,
UINode node)
UINodeList
addUINode in interface UINodeListpublic void addUINode(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.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||