public final class CreateComponentUtils extends Object
Modifier and Type | Method and Description |
---|---|
static javax.faces.component.UIComponent |
createComponent(javax.faces.context.FacesContext facesContext,
String componentType,
RendererTypes rendererType,
String clientId) |
static javax.faces.component.UIComponent |
createComponent(String componentType,
RendererTypes rendererType,
String clientId) |
static UIMenuSelectOne |
createUIMenuSelectOneFacet(javax.faces.context.FacesContext facesContext,
javax.faces.component.UICommand command,
String clientId) |
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) |
public static javax.faces.component.UIComponent createComponent(String componentType, RendererTypes rendererType, String clientId)
public static javax.faces.component.UIComponent createComponent(javax.faces.context.FacesContext facesContext, String componentType, RendererTypes rendererType, String clientId)
public static UIMenuSelectOne createUIMenuSelectOneFacet(javax.faces.context.FacesContext facesContext, javax.faces.component.UICommand command, String clientId)
public static AbstractUISelectBooleanCheckbox createUISelectBooleanFacetWithId(javax.faces.context.FacesContext facesContext, javax.faces.component.UICommand command)
public static AbstractUISelectBooleanCheckbox createUISelectBooleanFacet(javax.faces.context.FacesContext facesContext, javax.faces.component.UICommand command, String clientId)
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.