org.apache.myfaces.commons.exporter.util
Class ComponentUtils

java.lang.Object
  extended by org.apache.myfaces.commons.exporter.util.ComponentUtils

public final class ComponentUtils
extends java.lang.Object


Constructor Summary
ComponentUtils()
           
 
Method Summary
static javax.faces.component.UIComponent findComponentById(javax.faces.context.FacesContext context, javax.faces.component.UIComponent root, java.lang.String id)
           
static java.util.List getHTMLDataTableColumns(javax.faces.component.html.HtmlDataTable table)
           
static java.lang.String getPathToComponent(javax.faces.component.UIComponent component)
           
static java.lang.String getStringValue(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentUtils

public ComponentUtils()
Method Detail

findComponentById

public static javax.faces.component.UIComponent findComponentById(javax.faces.context.FacesContext context,
                                                                  javax.faces.component.UIComponent root,
                                                                  java.lang.String id)

getPathToComponent

public static java.lang.String getPathToComponent(javax.faces.component.UIComponent component)

getStringValue

public static java.lang.String getStringValue(javax.faces.context.FacesContext facesContext,
                                              javax.faces.component.UIComponent component)

getHTMLDataTableColumns

public static java.util.List getHTMLDataTableColumns(javax.faces.component.html.HtmlDataTable table)


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.