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.
Class ListingJsonConstants
- java.lang.Object
-
- com.vaadin.shared.ui.ListingJsonConstants
-
All Implemented Interfaces:
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:
-
-
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:
-
JSONKEY_ITEM_ICON
public static final String JSONKEY_ITEM_ICON
See Also:
-
JSONKEY_ITEM_VALUE
public static final String JSONKEY_ITEM_VALUE
See Also:
-
JSONKEY_ITEM_SELECTED
public static final String JSONKEY_ITEM_SELECTED
See Also:
-
JSONKEY_ITEM_DESCRIPTION
public static final String JSONKEY_ITEM_DESCRIPTION
Since:
8.2
See Also:
-
-