public static enum Keyboard.PropertyKeys extends Enum<Keyboard.PropertyKeys>
Enum Constant and Description |
---|
backspaceLabel |
buttonImage |
buttonImageOnly |
clearLabel |
closeLabel |
effect |
effectDuration |
keypadOnly |
layout |
layoutTemplate |
password |
placeholder |
promptLabel |
showMode |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Keyboard.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Keyboard.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Keyboard.PropertyKeys placeholder
public static final Keyboard.PropertyKeys widgetVar
public static final Keyboard.PropertyKeys password
public static final Keyboard.PropertyKeys showMode
public static final Keyboard.PropertyKeys buttonImage
public static final Keyboard.PropertyKeys buttonImageOnly
public static final Keyboard.PropertyKeys effect
public static final Keyboard.PropertyKeys effectDuration
public static final Keyboard.PropertyKeys layout
public static final Keyboard.PropertyKeys layoutTemplate
public static final Keyboard.PropertyKeys keypadOnly
public static final Keyboard.PropertyKeys promptLabel
public static final Keyboard.PropertyKeys closeLabel
public static final Keyboard.PropertyKeys clearLabel
public static final Keyboard.PropertyKeys backspaceLabel
public static Keyboard.PropertyKeys[] values()
for (Keyboard.PropertyKeys c : Keyboard.PropertyKeys.values()) System.out.println(c);
public static Keyboard.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 String toString()
toString
in class Enum<Keyboard.PropertyKeys>
Copyright © 2018. All rights reserved.