|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.custom.util.ComponentUtils
public final class ComponentUtils
User: treeder Date: Nov 21, 2005 Time: 9:20:14 PM
Method Summary | |
---|---|
static javax.faces.component.UIComponent |
findComponentByClientId(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent root,
java.lang.String clientId)
TR- This was moved from AjaxPhaseListenere on checkin 344383 |
static javax.faces.component.UIComponent |
findComponentById(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent root,
java.lang.String id)
Useful if you don't know the clientId TR- This was moved from AjaxPhaseListenere on checkin 344383 Seems like this could be made more efficient |
static javax.faces.component.UIComponent |
findFirstMessagesComponent(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent base)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static javax.faces.component.UIComponent findComponentByClientId(javax.faces.context.FacesContext context, javax.faces.component.UIComponent root, java.lang.String clientId)
context
- root
- clientId
-
public static javax.faces.component.UIComponent findComponentById(javax.faces.context.FacesContext context, javax.faces.component.UIComponent root, java.lang.String id)
context
- root
- id
-
public static javax.faces.component.UIComponent findFirstMessagesComponent(javax.faces.context.FacesContext context, javax.faces.component.UIComponent base)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |