Uses of Enum
org.apache.myfaces.tobago.component.Attributes
Packages that use Attributes
Package
Description
-
Uses of Attributes in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return AttributesModifier and TypeMethodDescriptionstatic Attributes
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. -
Uses of Attributes in org.apache.myfaces.tobago.renderkit.css
Methods in org.apache.myfaces.tobago.renderkit.css with parameters of type AttributesModifier and TypeMethodDescriptionstatic BootstrapClass
BootstrapClass.valueOf(Margin margin, Attributes attribute)
static BootstrapClass
BootstrapClass.valueOf(Measure measure, Attributes attributes)
-
Uses of Attributes in org.apache.myfaces.tobago.util
Methods in org.apache.myfaces.tobago.util with parameters of type AttributesModifier and TypeMethodDescriptionstatic 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)