Verwendungen von Enum
org.apache.myfaces.tobago.component.Attributes
Packages, die Attributes verwenden
Package
Beschreibung
-
Verwendungen von Attributes in org.apache.myfaces.tobago.component
Methoden in org.apache.myfaces.tobago.component, die Attributes zurückgebenModifizierer und TypMethodeBeschreibungstatic Attributes
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.static Attributes
Attributes.valueOfFailsafe
(String name) static Attributes[]
Attributes.values()
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück. -
Verwendungen von Attributes in org.apache.myfaces.tobago.renderkit.css
Methoden in org.apache.myfaces.tobago.renderkit.css mit Parametern vom Typ AttributesModifizierer und TypMethodeBeschreibungstatic BootstrapClass
BootstrapClass.valueOf
(Margin margin, Attributes attribute) static BootstrapClass
BootstrapClass.valueOf
(Measure measure, Attributes attributes) -
Verwendungen von Attributes in org.apache.myfaces.tobago.util
Methoden in org.apache.myfaces.tobago.util mit Parametern vom Typ AttributesModifizierer und TypMethodeBeschreibungstatic Object
ComponentUtils.getAttribute
(jakarta.faces.component.UIComponent component, Attributes name) static boolean
ComponentUtils.getBooleanAttribute
(jakarta.faces.component.UIComponent component, Attributes name) static boolean
ComponentUtils.getBooleanAttribute
(jakarta.faces.component.UIComponent component, Attributes name, boolean defaultValue) static Character
ComponentUtils.getCharacterAttribute
(jakarta.faces.component.UIComponent component, Attributes name) static int
ComponentUtils.getIntAttribute
(jakarta.faces.component.UIComponent component, Attributes name) static int
ComponentUtils.getIntAttribute
(jakarta.faces.component.UIComponent component, Attributes name, int defaultValue) static String
ComponentUtils.getStringAttribute
(jakarta.faces.component.UIComponent component, Attributes name) static String
ComponentUtils.getStringAttribute
(jakarta.faces.component.UIComponent component, Attributes name, String defaultValue) static void
ComponentUtils.removeAttribute
(jakarta.faces.component.UIComponent component, Attributes name) static void
ComponentUtils.setAttribute
(jakarta.faces.component.UIComponent component, Attributes name, Object value)