Uses of Enum
org.apache.myfaces.tobago.renderkit.html.DataAttributes
Packages that use DataAttributes
-
Uses of DataAttributes in org.apache.myfaces.tobago.renderkit.html
Methods in org.apache.myfaces.tobago.renderkit.html that return DataAttributesModifier and TypeMethodDescriptionstatic DataAttributes
Returns the enum constant of this type with the specified name.static DataAttributes[]
DataAttributes.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DataAttributes in org.apache.myfaces.tobago.util
Methods in org.apache.myfaces.tobago.util with parameters of type DataAttributesModifier and TypeMethodDescriptionstatic void
ComponentUtils.putDataAttributeWithPrefix
(javax.faces.component.UIComponent component, DataAttributes name, Object value) Adding a data attribute to the component.