|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.shared.ui.grid.GridConstants
public final class GridConstants
Container class for common constants and default values used by the Grid component.
| Nested Class Summary | |
|---|---|
static class |
GridConstants.Section
Enum describing different sections of Grid. |
| Field Summary | |
|---|---|
static java.lang.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 java.lang.String |
DEFAULT_SAVE_CAPTION
The default save button caption in the editor |
static java.lang.String |
EDITOR_CLOSE_EVENT_ID
Event ID constant for editor close event |
static java.lang.String |
EDITOR_MOVE_EVENT_ID
Event ID constant for editor move event |
static java.lang.String |
EDITOR_OPEN_EVENT_ID
Event ID constant for editor open event |
static java.lang.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 Summary | |
|---|---|
GridConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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 java.lang.String ITEM_CLICK_EVENT_ID
public static final java.lang.String DEFAULT_SAVE_CAPTION
public static final java.lang.String DEFAULT_CANCEL_CAPTION
public static final java.lang.String EDITOR_OPEN_EVENT_ID
public static final java.lang.String EDITOR_MOVE_EVENT_ID
public static final java.lang.String EDITOR_CLOSE_EVENT_ID
| Constructor Detail |
|---|
public GridConstants()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||