Uses of Enum Class
org.apache.myfaces.tobago.component.Facets
Packages that use Facets
Package
Description
-
Uses of Facets in org.apache.myfaces.tobago.component
Subclasses with type arguments of type Facets in org.apache.myfaces.tobago.componentMethods in org.apache.myfaces.tobago.component that return Facets -
Uses of Facets in org.apache.myfaces.tobago.renderkit
Methods in org.apache.myfaces.tobago.renderkit with parameters of type FacetsModifier and TypeMethodDescriptionprotected void
RendererBase.insideBegin
(jakarta.faces.context.FacesContext facesContext, Facets inside) protected void
protected boolean
-
Uses of Facets in org.apache.myfaces.tobago.util
Methods in org.apache.myfaces.tobago.util with parameters of type FacetsModifier and TypeMethodDescriptionstatic <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
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)