public static enum InputPhone.PropertyKeys extends java.lang.Enum<InputPhone.PropertyKeys>
| Enum Constant and Description |
|---|
allowDropdown |
autoHideDialCode |
autoPlaceholder |
excludeCountries |
formatOnDisplay |
geoIpLookup |
initialCountry |
inputStyle |
inputStyleClass |
nationalMode |
onlyCountries |
placeholder |
placeholderNumberType |
preferredCountries |
separateDialCode |
type |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
static InputPhone.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InputPhone.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputPhone.PropertyKeys placeholder
public static final InputPhone.PropertyKeys widgetVar
public static final InputPhone.PropertyKeys type
public static final InputPhone.PropertyKeys allowDropdown
public static final InputPhone.PropertyKeys autoHideDialCode
public static final InputPhone.PropertyKeys autoPlaceholder
public static final InputPhone.PropertyKeys excludeCountries
public static final InputPhone.PropertyKeys formatOnDisplay
public static final InputPhone.PropertyKeys initialCountry
public static final InputPhone.PropertyKeys nationalMode
public static final InputPhone.PropertyKeys onlyCountries
public static final InputPhone.PropertyKeys placeholderNumberType
public static final InputPhone.PropertyKeys preferredCountries
public static final InputPhone.PropertyKeys separateDialCode
public static final InputPhone.PropertyKeys inputStyle
public static final InputPhone.PropertyKeys inputStyleClass
public static final InputPhone.PropertyKeys geoIpLookup
public static InputPhone.PropertyKeys[] values()
for (InputPhone.PropertyKeys c : InputPhone.PropertyKeys.values()) System.out.println(c);
public static InputPhone.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 nullCopyright © 2011–2021. All rights reserved.