org.icefaces.mobi.component.fetchcontact
protected static enum FetchContactBase.PropertyKeys extends java.lang.Enum<FetchContactBase.PropertyKeys>
| Enum Constant and Description |
|---|
buttonLabel |
disabled |
email |
fields |
name |
phone |
style |
styleClass |
tabindex |
value |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static FetchContactBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FetchContactBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FetchContactBase.PropertyKeys buttonLabel
public static final FetchContactBase.PropertyKeys disabled
public static final FetchContactBase.PropertyKeys email
public static final FetchContactBase.PropertyKeys fields
public static final FetchContactBase.PropertyKeys name
public static final FetchContactBase.PropertyKeys phone
public static final FetchContactBase.PropertyKeys style
public static final FetchContactBase.PropertyKeys styleClass
public static final FetchContactBase.PropertyKeys tabindex
public static final FetchContactBase.PropertyKeys value
public static FetchContactBase.PropertyKeys[] values()
for (FetchContactBase.PropertyKeys c : FetchContactBase.PropertyKeys.values()) System.out.println(c);
public static FetchContactBase.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<FetchContactBase.PropertyKeys>Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.