Package | Description |
---|---|
org.apache.myfaces.tobago.component | |
org.apache.myfaces.tobago.renderkit.css | |
org.apache.myfaces.tobago.util |
Modifier and Type | Method and Description |
---|---|
static Attributes |
Attributes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attributes |
Attributes.valueOfFailsafe(String name) |
static Attributes[] |
Attributes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BootstrapClass |
BootstrapClass.valueOf(Margin margin,
Attributes attribute) |
static BootstrapClass |
BootstrapClass.valueOf(Measure measure,
Attributes attributes) |
Modifier and Type | Method and Description |
---|---|
static Object |
ComponentUtils.getAttribute(javax.faces.component.UIComponent component,
Attributes name) |
static boolean |
ComponentUtils.getBooleanAttribute(javax.faces.component.UIComponent component,
Attributes name) |
static boolean |
ComponentUtils.getBooleanAttribute(javax.faces.component.UIComponent component,
Attributes name,
boolean defaultValue) |
static Character |
ComponentUtils.getCharacterAttribute(javax.faces.component.UIComponent component,
Attributes name) |
static int |
ComponentUtils.getIntAttribute(javax.faces.component.UIComponent component,
Attributes name) |
static int |
ComponentUtils.getIntAttribute(javax.faces.component.UIComponent component,
Attributes name,
int defaultValue) |
static String |
ComponentUtils.getStringAttribute(javax.faces.component.UIComponent component,
Attributes name) |
static String |
ComponentUtils.getStringAttribute(javax.faces.component.UIComponent component,
Attributes name,
String defaultValue) |
static void |
ComponentUtils.removeAttribute(javax.faces.component.UIComponent component,
Attributes name) |
static void |
ComponentUtils.setAttribute(javax.faces.component.UIComponent component,
Attributes name,
Object value) |
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.