Uses of Class
org.primefaces.extensions.component.badge.Badge.PropertyKeys
-
Packages that use Badge.PropertyKeys Package Description org.primefaces.extensions.component.badge -
-
Uses of Badge.PropertyKeys in org.primefaces.extensions.component.badge
Methods in org.primefaces.extensions.component.badge that return Badge.PropertyKeys Modifier and Type Method Description static Badge.PropertyKeys
Badge.PropertyKeys. valueOf(String name)
Returns the enum constant of this type with the specified name.static Badge.PropertyKeys[]
Badge.PropertyKeys. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-