Uses of Class
org.apache.myfaces.tobago.component.RendererTypes
-
Packages that use RendererTypes Package Description org.apache.myfaces.tobago.component org.apache.myfaces.tobago.util -
-
Uses of RendererTypes in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return RendererTypes Modifier and Type Method Description static RendererTypes
RendererTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static RendererTypes[]
RendererTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RendererTypes in org.apache.myfaces.tobago.util
Methods in org.apache.myfaces.tobago.util with parameters of type RendererTypes Modifier and Type Method Description static javax.faces.component.UIComponent
ComponentUtils. createComponent(javax.faces.context.FacesContext facesContext, String componentType, RendererTypes rendererType, String clientId)
-