Package com.vaadin.v7.shared.ui.table
Class TableConstants
- java.lang.Object
-
- com.vaadin.v7.shared.ui.table.TableConstants
-
- All Implemented Interfaces:
Serializable
public class TableConstants extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTableConstants.SectionEnum describing different sections of Table.
-
Field Summary
Fields Modifier and Type Field Description static StringATTRIBUTE_KEY_MAPPER_RESETDeprecated.static StringATTRIBUTE_PAGEBUFFER_FIRSTDeprecated.static StringATTRIBUTE_PAGEBUFFER_LASTDeprecated.static StringCOLUMN_COLLAPSE_EVENT_IDstatic StringCOLUMN_REORDER_EVENT_IDstatic StringCOLUMN_RESIZE_EVENT_IDstatic CollapseMenuContentDEFAULT_COLLAPSE_MENU_CONTENTDefault value forTableState.collapseMenuContent.static StringFOOTER_CLICK_EVENT_IDstatic StringHEADER_CLICK_EVENT_IDstatic StringITEM_CLICK_EVENT_ID
-
Constructor Summary
Constructors Constructor Description TableConstants()
-
-
-
Field Detail
-
ITEM_CLICK_EVENT_ID
public static final String ITEM_CLICK_EVENT_ID
- See Also:
- Constant Field Values
-
HEADER_CLICK_EVENT_ID
public static final String HEADER_CLICK_EVENT_ID
- See Also:
- Constant Field Values
-
FOOTER_CLICK_EVENT_ID
public static final String FOOTER_CLICK_EVENT_ID
- See Also:
- Constant Field Values
-
COLUMN_RESIZE_EVENT_ID
public static final String COLUMN_RESIZE_EVENT_ID
- See Also:
- Constant Field Values
-
COLUMN_REORDER_EVENT_ID
public static final String COLUMN_REORDER_EVENT_ID
- See Also:
- Constant Field Values
-
COLUMN_COLLAPSE_EVENT_ID
public static final String COLUMN_COLLAPSE_EVENT_ID
- See Also:
- Constant Field Values
-
ATTRIBUTE_PAGEBUFFER_FIRST
@Deprecated public static final String ATTRIBUTE_PAGEBUFFER_FIRST
Deprecated.- See Also:
- Constant Field Values
-
ATTRIBUTE_PAGEBUFFER_LAST
@Deprecated public static final String ATTRIBUTE_PAGEBUFFER_LAST
Deprecated.- See Also:
- Constant Field Values
-
ATTRIBUTE_KEY_MAPPER_RESET
@Deprecated public static final String ATTRIBUTE_KEY_MAPPER_RESET
Deprecated.Tell the client that old keys are no longer valid because the server has cleared its key map.- See Also:
- Constant Field Values
-
DEFAULT_COLLAPSE_MENU_CONTENT
public static final CollapseMenuContent DEFAULT_COLLAPSE_MENU_CONTENT
Default value forTableState.collapseMenuContent.- Since:
- 7.6
-
-