Package | Description |
---|---|
org.uberfire.ext.wires.core.grids.client.model |
Modifier and Type | Field and Description |
---|---|
static GridCellEditAction |
GridCell.DEFAULT_EDIT_ACTION
The default
GridCellEditAction when otherwise undefined. |
Modifier and Type | Method and Description |
---|---|
default GridCellEditAction |
GridCell.getSupportedEditAction()
Returns the default action that will trigger editing of the cells value.
|
static GridCellEditAction |
GridCellEditAction.getSupportedEditAction(com.ait.lienzo.client.core.event.AbstractNodeMouseEvent event) |
static GridCellEditAction |
GridCellEditAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridCellEditAction[] |
GridCellEditAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.