Save This Page
Home » tomahawk-1.1.6-src » org.apache.myfaces.component.html » util » [javadoc | source]
org.apache.myfaces.component.html.util
public final class: HtmlComponentUtils [javadoc | source]
java.lang.Object
   org.apache.myfaces.component.html.util.HtmlComponentUtils

Utility class for providing basic functionality to the HTML faces extended components.

Method from org.apache.myfaces.component.html.util.HtmlComponentUtils Summary:
findParentNamingContainer,   getClientId
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.myfaces.component.html.util.HtmlComponentUtils Detail:
 public static UIComponent findParentNamingContainer(UIComponent component,
    boolean returnRootIfNotFound) 
 public static String getClientId(UIComponent component,
    Renderer renderer,
    FacesContext context) 
    Gets the client id associated with the component. Checks the forceId attribute of the component (if present) and uses the orginally supplied id value if that attribute is true. Also performs the required call to convertClientId on the Renderer argument.