Uses of Enum
org.apache.myfaces.tobago.component.Facets
Packages that use Facets
Package
Description
-
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.renderkit
Methods in org.apache.myfaces.tobago.renderkit with parameters of type FacetsModifier and TypeMethodDescriptionprotected void
RendererBase.insideBegin(javax.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 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)