Enum InputPhone.PropertyKeys
- java.lang.Object
-
- java.lang.Enum<InputPhone.PropertyKeys>
-
- org.primefaces.extensions.component.inputphone.InputPhone.PropertyKeys
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<InputPhone.PropertyKeys>
- Enclosing class:
- InputPhone
public static enum InputPhone.PropertyKeys extends java.lang.Enum<InputPhone.PropertyKeys>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
placeholder
public static final InputPhone.PropertyKeys placeholder
-
widgetVar
public static final InputPhone.PropertyKeys widgetVar
-
type
public static final InputPhone.PropertyKeys type
-
allowDropdown
public static final InputPhone.PropertyKeys allowDropdown
-
autoHideDialCode
public static final InputPhone.PropertyKeys autoHideDialCode
-
autoPlaceholder
public static final InputPhone.PropertyKeys autoPlaceholder
-
excludeCountries
public static final InputPhone.PropertyKeys excludeCountries
-
formatOnDisplay
public static final InputPhone.PropertyKeys formatOnDisplay
-
initialCountry
public static final InputPhone.PropertyKeys initialCountry
-
nationalMode
public static final InputPhone.PropertyKeys nationalMode
-
onlyCountries
public static final InputPhone.PropertyKeys onlyCountries
-
placeholderNumberType
public static final InputPhone.PropertyKeys placeholderNumberType
-
preferredCountries
public static final InputPhone.PropertyKeys preferredCountries
-
separateDialCode
public static final InputPhone.PropertyKeys separateDialCode
-
inputStyle
public static final InputPhone.PropertyKeys inputStyle
-
inputStyleClass
public static final InputPhone.PropertyKeys inputStyleClass
-
geoIpLookup
public static final InputPhone.PropertyKeys geoIpLookup
-
-
Method Detail
-
values
public static InputPhone.PropertyKeys[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (InputPhone.PropertyKeys c : InputPhone.PropertyKeys.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static InputPhone.PropertyKeys valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-