Package com.vaadin.shared.ui
Class ListingJsonConstants
- java.lang.Object
-
- com.vaadin.shared.ui.ListingJsonConstants
-
- All Implemented Interfaces:
Serializable
public class ListingJsonConstants extends Object implements Serializable
JSON key constants for common listing item attributes in server-client communication.- Since:
- 8.0
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSONKEY_ITEM_DESCRIPTION
static String
JSONKEY_ITEM_DISABLED
static String
JSONKEY_ITEM_ICON
static String
JSONKEY_ITEM_SELECTED
static String
JSONKEY_ITEM_VALUE
-
Constructor Summary
Constructors Constructor Description ListingJsonConstants()
-
-
-
Field Detail
-
JSONKEY_ITEM_DISABLED
public static final String JSONKEY_ITEM_DISABLED
- See Also:
- Constant Field Values
-
JSONKEY_ITEM_ICON
public static final String JSONKEY_ITEM_ICON
- See Also:
- Constant Field Values
-
JSONKEY_ITEM_VALUE
public static final String JSONKEY_ITEM_VALUE
- See Also:
- Constant Field Values
-
JSONKEY_ITEM_SELECTED
public static final String JSONKEY_ITEM_SELECTED
- See Also:
- Constant Field Values
-
JSONKEY_ITEM_DESCRIPTION
public static final String JSONKEY_ITEM_DESCRIPTION
- Since:
- 8.2
- See Also:
- Constant Field Values
-
-