Uses of Class
org.apache.myfaces.tobago.renderkit.html.DataAttributes
-
Packages that use DataAttributes Package Description org.apache.myfaces.tobago.renderkit.html org.apache.myfaces.tobago.util -
-
Uses of DataAttributes in org.apache.myfaces.tobago.renderkit.html
Methods in org.apache.myfaces.tobago.renderkit.html that return DataAttributes Modifier and Type Method Description static DataAttributes
DataAttributes. valueOf(String name)
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 DataAttributes Modifier and Type Method Description static void
ComponentUtils. putDataAttributeWithPrefix(javax.faces.component.UIComponent component, DataAttributes name, Object value)
Adding a data attribute to the component.
-