public static enum ClientValidator.PropertyKeys extends Enum<ClientValidator.PropertyKeys>
Modifier and Type | Method and Description |
---|---|
Class<?> |
getExpectedType()
Holds the type which ought to be passed to
TagAttribute.getObject(javax.faces.view.facelets.FaceletContext, java.lang.Class)
when creating the behavior. |
static ClientValidator.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientValidator.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientValidator.PropertyKeys event
public static final ClientValidator.PropertyKeys disabled
public static ClientValidator.PropertyKeys[] values()
for (ClientValidator.PropertyKeys c : ClientValidator.PropertyKeys.values()) System.out.println(c);
public static ClientValidator.PropertyKeys valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Class<?> getExpectedType()
TagAttribute.getObject(javax.faces.view.facelets.FaceletContext, java.lang.Class)
when creating the behavior.Copyright © 2019. All rights reserved.