Uses of Enum Class
org.apache.myfaces.tobago.renderkit.html.DataAttributes
Packages that use DataAttributes
-
Uses of DataAttributes in org.apache.myfaces.tobago.renderkit.html
Subclasses with type arguments of type DataAttributes in org.apache.myfaces.tobago.renderkit.htmlMethods in org.apache.myfaces.tobago.renderkit.html that return DataAttributesModifier and TypeMethodDescriptionstatic DataAttributes
Returns the enum constant of this class with the specified name.static DataAttributes[]
DataAttributes.values()
Returns an array containing the constants of this enum class, 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.