public static enum ConfirmBehavior.PropertyKeys extends Enum<ConfirmBehavior.PropertyKeys>
Enum Constant and Description |
---|
beforeShow |
disabled |
escape |
header |
icon |
message |
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 ConfirmBehavior.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfirmBehavior.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfirmBehavior.PropertyKeys header
public static final ConfirmBehavior.PropertyKeys message
public static final ConfirmBehavior.PropertyKeys icon
public static final ConfirmBehavior.PropertyKeys disabled
public static final ConfirmBehavior.PropertyKeys beforeShow
public static final ConfirmBehavior.PropertyKeys escape
public static ConfirmBehavior.PropertyKeys[] values()
for (ConfirmBehavior.PropertyKeys c : ConfirmBehavior.PropertyKeys.values()) System.out.println(c);
public static ConfirmBehavior.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.