Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.util |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static <T extends javax.faces.component.UIComponent> |
ComponentUtils.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 |
ComponentUtils.getFacet(javax.faces.component.UIComponent component,
Facets facet) |
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) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.