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(FacesContext facesContext, String componentType, String rendererType, UIComponent parent)
           
static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createColumn(String label, String sortable, String align)
          Deprecated. 
static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createColumn(String label, String sortable, String align, String clientId)
           
static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createColumn(String label, String sortable, String align, UIComponent child)
          Deprecated. 
static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createColumn(String label, String sortable, String align, UIComponent child, String clientId)
           
static UIComponent createComponent(FacesContext facesContext, String componentType, String rendererType)
          Deprecated. 
static UIComponent createComponent(FacesContext facesContext, String componentType, String rendererType, String clientId)
           
static UIComponent createComponent(String componentType, String rendererType)
          Deprecated. 
static UIComponent createComponent(String componentType, String rendererType, String clientId)
           
static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createTextColumn(String label, String sortable, String align, String value)
          Deprecated. 
static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createTextColumn(String label, String sortable, String align, String value, String clientId)
           
static UIMenuSelectOne createUIMenuSelectOneFacet(FacesContext facesContext, UICommand command)
          Deprecated. 
static UIMenuSelectOne createUIMenuSelectOneFacet(FacesContext facesContext, UICommand command, String clientId)
           
static UIComponent createUISelectBooleanFacet(FacesContext facesContext, UICommand command)
          Deprecated. 
static org.apache.myfaces.tobago.internal.component.AbstractUISelectBooleanCheckbox createUISelectBooleanFacet(FacesContext facesContext, UICommand command, String clientId)
           
static org.apache.myfaces.tobago.internal.component.AbstractUISelectBooleanCheckbox createUISelectBooleanFacetWithId(FacesContext facesContext, 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 UIComponent createComponent(String componentType,
                                                     String rendererType)
Deprecated. 


createComponent

public static UIComponent createComponent(String componentType,
                                          String rendererType,
                                          String clientId)

createComponent

@Deprecated
public static UIComponent createComponent(FacesContext facesContext,
                                                     String componentType,
                                                     String rendererType)
Deprecated. 


createComponent

public static UIComponent createComponent(FacesContext facesContext,
                                          String componentType,
                                          String rendererType,
                                          String clientId)

createTextColumn

@Deprecated
public static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createTextColumn(String label,
                                                                                                        String sortable,
                                                                                                        String align,
                                                                                                        String value)
Deprecated. 


createTextColumn

public static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createTextColumn(String label,
                                                                                             String sortable,
                                                                                             String align,
                                                                                             String value,
                                                                                             String clientId)

createColumn

@Deprecated
public static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createColumn(String label,
                                                                                                    String sortable,
                                                                                                    String align,
                                                                                                    UIComponent child)
Deprecated. 


createColumn

public static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createColumn(String label,
                                                                                         String sortable,
                                                                                         String align,
                                                                                         UIComponent child,
                                                                                         String clientId)

createColumn

@Deprecated
public static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createColumn(String label,
                                                                                                    String sortable,
                                                                                                    String align)
Deprecated. 


createColumn

public static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createColumn(String label,
                                                                                         String sortable,
                                                                                         String align,
                                                                                         String clientId)

createUIMenuSelectOneFacet

@Deprecated
public static UIMenuSelectOne createUIMenuSelectOneFacet(FacesContext facesContext,
                                                                    UICommand command)
Deprecated. 


createUIMenuSelectOneFacet

public static UIMenuSelectOne createUIMenuSelectOneFacet(FacesContext facesContext,
                                                         UICommand command,
                                                         String clientId)

createUISelectBooleanFacet

@Deprecated
public static UIComponent createUISelectBooleanFacet(FacesContext facesContext,
                                                                UICommand command)
Deprecated. 


createUISelectBooleanFacetWithId

public static org.apache.myfaces.tobago.internal.component.AbstractUISelectBooleanCheckbox createUISelectBooleanFacetWithId(FacesContext facesContext,
                                                                                                                            UICommand command)

createUISelectBooleanFacet

public static org.apache.myfaces.tobago.internal.component.AbstractUISelectBooleanCheckbox createUISelectBooleanFacet(FacesContext facesContext,
                                                                                                                      UICommand command,
                                                                                                                      String clientId)

createAndInitLayout

public static LayoutManager createAndInitLayout(FacesContext facesContext,
                                                String componentType,
                                                String rendererType,
                                                UIComponent parent)


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.