Enum Constant Summary 
Enum Constants 
 
 
 
Method Summary 
All Methods Static Methods Concrete Methods 
Returns the enum constant of this type with the specified name.
 
Returns an array containing the constants of this enum type, in
the order they are declared.
 
 
 
 
Methods inherited from class java.lang.Enum  
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf  
 
 
 
 
 
Field Details 
ACTION 
public static final  String ACTION 
See Also: 
 
 
 
 
BLUR 
public static final  String BLUR 
See Also: 
 
 
 
 
CHANGE 
public static final  String CHANGE 
See Also: 
 
 
 
 
CLICK 
public static final  String CLICK 
See Also: 
 
 
 
 
COMPLETE 
public static final  String COMPLETE 
See Also: 
 
 
 
 
DBLCLICK 
public static final  String DBLCLICK 
See Also: 
 
 
 
 
FOCUS 
public static final  String FOCUS 
See Also: 
 
 
 
 
KEYDOWN 
public static final  String KEYDOWN 
See Also: 
 
 
 
 
KEYPRESS 
public static final  String KEYPRESS 
See Also: 
 
 
 
 
KEYUP 
public static final  String KEYUP 
See Also: 
 
 
 
 
 
LOAD 
public static final  String LOAD 
See Also: 
 
 
 
 
MOUSEOVER 
public static final  String MOUSEOVER 
See Also: 
 
 
 
 
MOUSEOUT 
public static final  String MOUSEOUT 
See Also: 
 
 
 
 
RELOAD 
public static final  String RELOAD 
See Also: 
 
 
 
 
RESIZE 
public static final  String RESIZE 
See Also: 
 
 
 
 
SUGGEST 
public static final  String SUGGEST 
See Also: 
 
 
 
 
 
 
 
Method Details 
values 
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns: 
an array containing the constants of this enum type, in the order they are declared 
 
 
 
valueOf 
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: 
IllegalArgumentException NullPointerException