| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AutoFitEvent>
com.smartgwt.client.types.AutoFitEvent
public enum AutoFitEvent
Event on a listGrid header to trigger auto-fit of the listgrid field.
| Enum Constant Summary | |
|---|---|
| CLICKReact to a click on the listGrid header. | |
| DOUBLECLICKReact to a double click on the listGrid header. | |
| NONENo event will trigger auto-fit. | |
| Method Summary | |
|---|---|
|  String | getValue() | 
| static AutoFitEvent | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static AutoFitEvent[] | values()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, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final AutoFitEvent DOUBLECLICK
public static final AutoFitEvent CLICK
public static final AutoFitEvent NONE
| Method Detail | 
|---|
public static AutoFitEvent[] values()
for (AutoFitEvent c : AutoFitEvent.values()) System.out.println(c);
public static AutoFitEvent valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getValue()
getValue in interface ValueEnum| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||