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.data.
Class HierarchicalDataCommunicatorConstants
- java.lang.Object
-
- com.vaadin.shared.data.HierarchicalDataCommunicatorConstants
-
All Implemented Interfaces:
public class HierarchicalDataCommunicatorConstants extends Object implements Serializable
Set of contants used in data communication of hierarchical data. These are commonly used JsonObject keys which are considered to be reserved for internal use.
Since:
8.1
Author:
Vaadin Ltd
See Also:
-
-
Field Summary
Fields Modifier and Type Field Description static String
ROW_COLLAPSE_ALLOWED
static String
ROW_COLLAPSED
static String
ROW_DEPTH
static String
ROW_HIERARCHY_DESCRIPTION
static String
ROW_LEAF
-
Constructor Summary
Constructors Constructor Description HierarchicalDataCommunicatorConstants()
-
-
-
Field Detail
-
ROW_HIERARCHY_DESCRIPTION
public static final String ROW_HIERARCHY_DESCRIPTION
See Also:
-
ROW_DEPTH
public static final String ROW_DEPTH
See Also:
-
ROW_COLLAPSED
public static final String ROW_COLLAPSED
See Also:
-
ROW_LEAF
public static final String ROW_LEAF
See Also:
-
ROW_COLLAPSE_ALLOWED
public static final String ROW_COLLAPSE_ALLOWED
See Also:
-
-