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