Uses of Class
org.apache.myfaces.tobago.component.Facets
-
Packages that use Facets Package Description org.apache.myfaces.tobago.component org.apache.myfaces.tobago.renderkit org.apache.myfaces.tobago.util -
-
Uses of Facets in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return Facets Modifier and Type Method Description static Facets
Facets. valueOf(String name)
Returns the enum constant of this type with the specified name.static Facets[]
Facets. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Facets in org.apache.myfaces.tobago.renderkit
Methods in org.apache.myfaces.tobago.renderkit with parameters of type Facets Modifier and Type Method Description protected void
RendererBase. insideBegin(jakarta.faces.context.FacesContext facesContext, Facets inside)
protected void
RendererBase. insideEnd(jakarta.faces.context.FacesContext facesContext, Facets inside)
protected boolean
RendererBase. isInside(jakarta.faces.context.FacesContext facesContext, Facets inside)
-
Uses of Facets in org.apache.myfaces.tobago.util
Methods in org.apache.myfaces.tobago.util with parameters of type Facets Modifier and Type Method Description static <T extends jakarta.faces.component.UIComponent>
TComponentUtils. findFacetDescendant(jakarta.faces.component.UIComponent component, Facets facet, Class<T> type)
Searches the component tree beneath the component and return the first component matching the type.static jakarta.faces.component.UIComponent
ComponentUtils. getFacet(jakarta.faces.component.UIComponent component, Facets facet)
static void
ComponentUtils. removeFacet(jakarta.faces.component.UIComponent component, Facets facet)
static void
ComponentUtils. setFacet(jakarta.faces.component.UIComponent component, Facets facet, jakarta.faces.component.UIComponent child)
-