We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.shared.ui.table.
Class TableConstants
- java.lang.Object
-
- com.vaadin.shared.ui.table.TableConstants
-
All Implemented Interfaces:
public class TableConstants extends Object implements Serializable
See Also:
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TableConstants.Section
Enum describing different sections of Table.
-
Field Summary
Fields Modifier and Type Field Description static String
ATTRIBUTE_KEY_MAPPER_RESET
Deprecated.
static String
ATTRIBUTE_PAGEBUFFER_FIRST
Deprecated.
static String
ATTRIBUTE_PAGEBUFFER_LAST
Deprecated.
static String
COLUMN_COLLAPSE_EVENT_ID
static String
COLUMN_REORDER_EVENT_ID
static String
COLUMN_RESIZE_EVENT_ID
static CollapseMenuContent
DEFAULT_COLLAPSE_MENU_CONTENT
Default value for
TableState.collapseMenuContent
.static String
FOOTER_CLICK_EVENT_ID
static String
HEADER_CLICK_EVENT_ID
static String
ITEM_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:
-
HEADER_CLICK_EVENT_ID
public static final String HEADER_CLICK_EVENT_ID
See Also:
-
FOOTER_CLICK_EVENT_ID
public static final String FOOTER_CLICK_EVENT_ID
See Also:
-
COLUMN_RESIZE_EVENT_ID
public static final String COLUMN_RESIZE_EVENT_ID
See Also:
-
COLUMN_REORDER_EVENT_ID
public static final String COLUMN_REORDER_EVENT_ID
See Also:
-
COLUMN_COLLAPSE_EVENT_ID
public static final String COLUMN_COLLAPSE_EVENT_ID
See Also:
-
ATTRIBUTE_PAGEBUFFER_FIRST
@Deprecated public static final String ATTRIBUTE_PAGEBUFFER_FIRST
Deprecated.See Also:
-
ATTRIBUTE_PAGEBUFFER_LAST
@Deprecated public static final String ATTRIBUTE_PAGEBUFFER_LAST
Deprecated.See Also:
-
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:
-
DEFAULT_COLLAPSE_MENU_CONTENT
public static final CollapseMenuContent DEFAULT_COLLAPSE_MENU_CONTENT
Default value for
TableState.collapseMenuContent
.Since:
7.6
-
-