public final class GridConstants extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
GridConstants.Section
Enum describing different sections of Grid.
|
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CANCEL_CAPTION
The default cancel button caption in the editor
|
static double |
DEFAULT_COLUMN_WIDTH_PX
Default width for columns.
|
static int |
DEFAULT_EXPAND_RATIO
Default expand ratio for columns.
|
static double |
DEFAULT_MAX_WIDTH
Default maximum width for columns.
|
static double |
DEFAULT_MIN_WIDTH
Default minimum width for columns.
|
static int |
DEFAULT_PADDING
Default padding in pixels when scrolling programmatically, without an
explicitly defined padding value.
|
static String |
DEFAULT_SAVE_CAPTION
The default save button caption in the editor
|
static String |
EDITOR_CLOSE_EVENT_ID
Event ID constant for editor close event
|
static String |
EDITOR_MOVE_EVENT_ID
Event ID constant for editor move event
|
static String |
EDITOR_OPEN_EVENT_ID
Event ID constant for editor open event
|
static String |
ITEM_CLICK_EVENT_ID
Event ID for item click events
|
static int |
LONG_TAP_DELAY
Delay before a long tap action is triggered.
|
static int |
LONG_TAP_THRESHOLD
The threshold in pixels a finger can move while long tapping.
|
Constructor and Description |
---|
GridConstants() |
public static final int DEFAULT_PADDING
public static final int LONG_TAP_DELAY
public static final int LONG_TAP_THRESHOLD
public static final double DEFAULT_MAX_WIDTH
public static final double DEFAULT_MIN_WIDTH
public static final int DEFAULT_EXPAND_RATIO
public static final double DEFAULT_COLUMN_WIDTH_PX
public static final String ITEM_CLICK_EVENT_ID
public static final String DEFAULT_SAVE_CAPTION
public static final String DEFAULT_CANCEL_CAPTION
public static final String EDITOR_OPEN_EVENT_ID
public static final String EDITOR_MOVE_EVENT_ID
public static final String EDITOR_CLOSE_EVENT_ID
Copyright © 2019 Vaadin Ltd. All rights reserved.