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.tree.
Class TreeConstants
- java.lang.Object
-
- com.vaadin.shared.ui.tree.TreeConstants
-
All Implemented Interfaces:
Deprecated.
@Deprecated public class TreeConstants extends Object implements Serializable
See Also:
-
-
Field Summary
Fields Modifier and Type Field and Description static String
ATTRIBUTE_ACTION_CAPTION
Deprecated.
static String
ATTRIBUTE_ACTION_ICON
Deprecated.
static String
ATTRIBUTE_HTML_ALLOWED
Deprecated.
static String
ATTRIBUTE_NODE_CAPTION
Deprecated.
static String
ATTRIBUTE_NODE_ICON
Deprecated.
static String
ATTRIBUTE_NODE_ICON_ALT
Deprecated.
static String
ATTRIBUTE_NODE_STYLE
Deprecated.
static String
ITEM_CLICK_EVENT_ID
Deprecated.
-
Constructor Summary
Constructors Constructor and Description TreeConstants()
Deprecated.
-
-
-
Field Detail
-
ATTRIBUTE_NODE_STYLE
@Deprecated public static final String ATTRIBUTE_NODE_STYLE
Deprecated.
See Also:
-
ATTRIBUTE_NODE_CAPTION
@Deprecated public static final String ATTRIBUTE_NODE_CAPTION
Deprecated.
See Also:
-
ATTRIBUTE_NODE_ICON
@Deprecated public static final String ATTRIBUTE_NODE_ICON
Deprecated.
See Also:
-
ATTRIBUTE_NODE_ICON_ALT
@Deprecated public static final String ATTRIBUTE_NODE_ICON_ALT
Deprecated.
See Also:
-
ATTRIBUTE_ACTION_CAPTION
@Deprecated public static final String ATTRIBUTE_ACTION_CAPTION
Deprecated.
See Also:
-
ATTRIBUTE_ACTION_ICON
@Deprecated public static final String ATTRIBUTE_ACTION_ICON
Deprecated.
See Also:
-
ATTRIBUTE_HTML_ALLOWED
@Deprecated public static final String ATTRIBUTE_HTML_ALLOWED
Deprecated.
See Also:
-
ITEM_CLICK_EVENT_ID
public static final String ITEM_CLICK_EVENT_ID
Deprecated.
See Also:
-
-