public enum GridCellEditAction extends Enum<GridCellEditAction>
Enum Constant and Description |
---|
DOUBLE_CLICK |
NONE |
SINGLE_CLICK |
Modifier and Type | Method and Description |
---|---|
static GridCellEditAction |
getSupportedEditAction(com.ait.lienzo.client.core.event.AbstractNodeMouseEvent event) |
static GridCellEditAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCellEditAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridCellEditAction NONE
public static final GridCellEditAction SINGLE_CLICK
public static final GridCellEditAction DOUBLE_CLICK
public static GridCellEditAction[] values()
for (GridCellEditAction c : GridCellEditAction.values()) System.out.println(c);
public static GridCellEditAction 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 static GridCellEditAction getSupportedEditAction(com.ait.lienzo.client.core.event.AbstractNodeMouseEvent event)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.