org.apache.myfaces.tobago.util
Class CreateComponentUtils

java.lang.Object
  extended by org.apache.myfaces.tobago.util.CreateComponentUtils

public class CreateComponentUtils
extends Object


Constructor Summary
CreateComponentUtils()
           
 
Method Summary
static LayoutManager createAndInitLayout(javax.faces.context.FacesContext facesContext, String componentType, String rendererType, javax.faces.component.UIComponent parent)
           
static AbstractUIColumn createColumn(String label, String sortable, String align)
          Deprecated. 
static AbstractUIColumn createColumn(String label, String sortable, String align, String clientId)
           
static AbstractUIColumn createColumn(String label, String sortable, String align, javax.faces.component.UIComponent child)
          Deprecated. 
static AbstractUIColumn createColumn(String label, String sortable, String align, javax.faces.component.UIComponent child, String clientId)
           
static javax.faces.component.UIComponent createComponent(javax.faces.context.FacesContext facesContext, String componentType, String rendererType)
          Deprecated. 
static javax.faces.component.UIComponent createComponent(javax.faces.context.FacesContext facesContext, String componentType, String rendererType, String clientId)
           
static javax.faces.component.UIComponent createComponent(String componentType, String rendererType)
          Deprecated. 
static javax.faces.component.UIComponent createComponent(String componentType, String rendererType, String clientId)
           
static AbstractUIColumn createTextColumn(String label, String sortable, String align, String value)
          Deprecated. 
static AbstractUIColumn createTextColumn(String label, String sortable, String align, String value, String clientId)
           
static UIMenuSelectOne createUIMenuSelectOneFacet(javax.faces.context.FacesContext facesContext, javax.faces.component.UICommand command)
          Deprecated. 
static UIMenuSelectOne createUIMenuSelectOneFacet(javax.faces.context.FacesContext facesContext, javax.faces.component.UICommand command, String clientId)
           
static javax.faces.component.UIComponent createUISelectBooleanFacet(javax.faces.context.FacesContext facesContext, javax.faces.component.UICommand command)
          Deprecated. 
static AbstractUISelectBooleanCheckbox createUISelectBooleanFacet(javax.faces.context.FacesContext facesContext, javax.faces.component.UICommand command, String clientId)
           
static AbstractUISelectBooleanCheckbox createUISelectBooleanFacetWithId(javax.faces.context.FacesContext facesContext, javax.faces.component.UICommand command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateComponentUtils

public CreateComponentUtils()
Method Detail

createComponent

@Deprecated
public static javax.faces.component.UIComponent createComponent(String componentType,
                                                                           String rendererType)
Deprecated. 


createComponent

public static javax.faces.component.UIComponent createComponent(String componentType,
                                                                String rendererType,
                                                                String clientId)

createComponent

@Deprecated
public static javax.faces.component.UIComponent createComponent(javax.faces.context.FacesContext facesContext,
                                                                           String componentType,
                                                                           String rendererType)
Deprecated. 


createComponent

public static javax.faces.component.UIComponent createComponent(javax.faces.context.FacesContext facesContext,
                                                                String componentType,
                                                                String rendererType,
                                                                String clientId)

createTextColumn

@Deprecated
public static AbstractUIColumn createTextColumn(String label,
                                                           String sortable,
                                                           String align,
                                                           String value)
Deprecated. 


createTextColumn

public static AbstractUIColumn createTextColumn(String label,
                                                String sortable,
                                                String align,
                                                String value,
                                                String clientId)

createColumn

@Deprecated
public static AbstractUIColumn createColumn(String label,
                                                       String sortable,
                                                       String align,
                                                       javax.faces.component.UIComponent child)
Deprecated. 


createColumn

public static AbstractUIColumn createColumn(String label,
                                            String sortable,
                                            String align,
                                            javax.faces.component.UIComponent child,
                                            String clientId)

createColumn

@Deprecated
public static AbstractUIColumn createColumn(String label,
                                                       String sortable,
                                                       String align)
Deprecated. 


createColumn

public static AbstractUIColumn createColumn(String label,
                                            String sortable,
                                            String align,
                                            String clientId)

createUIMenuSelectOneFacet

@Deprecated
public static UIMenuSelectOne createUIMenuSelectOneFacet(javax.faces.context.FacesContext facesContext,
                                                                    javax.faces.component.UICommand command)
Deprecated. 


createUIMenuSelectOneFacet

public static UIMenuSelectOne createUIMenuSelectOneFacet(javax.faces.context.FacesContext facesContext,
                                                         javax.faces.component.UICommand command,
                                                         String clientId)

createUISelectBooleanFacet

@Deprecated
public static javax.faces.component.UIComponent createUISelectBooleanFacet(javax.faces.context.FacesContext facesContext,
                                                                                      javax.faces.component.UICommand command)
Deprecated. 


createUISelectBooleanFacetWithId

public static AbstractUISelectBooleanCheckbox createUISelectBooleanFacetWithId(javax.faces.context.FacesContext facesContext,
                                                                               javax.faces.component.UICommand command)

createUISelectBooleanFacet

public static AbstractUISelectBooleanCheckbox createUISelectBooleanFacet(javax.faces.context.FacesContext facesContext,
                                                                         javax.faces.component.UICommand command,
                                                                         String clientId)

createAndInitLayout

public static LayoutManager createAndInitLayout(javax.faces.context.FacesContext facesContext,
                                                String componentType,
                                                String rendererType,
                                                javax.faces.component.UIComponent parent)


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.