Uses of Class
org.apache.myfaces.tobago.component.Attributes
-
Packages that use Attributes Package Description org.apache.myfaces.tobago.component org.apache.myfaces.tobago.renderkit.css org.apache.myfaces.tobago.util -
-
Uses of Attributes in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return Attributes Modifier and Type Method 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. -
Uses of Attributes in org.apache.myfaces.tobago.renderkit.css
Methods in org.apache.myfaces.tobago.renderkit.css with parameters of type Attributes Modifier and Type Method Description static 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 Attributes Modifier and Type Method 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)
-