Uses of Enum
org.apache.myfaces.tobago.component.Facets
Packages that use Facets
-
Uses of Facets in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return Facets -
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 javax.faces.component.UIComponent>
TComponentUtils.findFacetDescendant
(javax.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 javax.faces.component.UIComponent
static void
ComponentUtils.removeFacet
(javax.faces.component.UIComponent component, Facets facet) static void
ComponentUtils.setFacet
(javax.faces.component.UIComponent component, Facets facet, javax.faces.component.UIComponent child)