|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.commons.util.ComponentUtils
public class ComponentUtils
Constructor Summary | |
---|---|
ComponentUtils()
|
Method Summary | |
---|---|
static javax.faces.component.UIComponent |
findParentNamingContainer(javax.faces.component.UIComponent component)
Return the parent NamingContainer of the component passed as argument. |
static javax.faces.component.UIComponent |
findParentNamingContainer(javax.faces.component.UIComponent component,
boolean returnRootIfNotFound)
Return the parent NamingContainer of the component passed as argument. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentUtils()
Method Detail |
---|
public static javax.faces.component.UIComponent findParentNamingContainer(javax.faces.component.UIComponent component)
component
-
public static javax.faces.component.UIComponent findParentNamingContainer(javax.faces.component.UIComponent component, boolean returnRootIfNotFound)
component
- returnRootIfNotFound
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |