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.tabsheet.
Class TabsheetBaseConstants
- java.lang.Object
-
- com.vaadin.shared.ui.tabsheet.TabsheetBaseConstants
-
All Implemented Interfaces:
@Deprecated public class TabsheetBaseConstants extends Object implements Serializable
Deprecated.See Also:
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTRIBUTE_TAB_CAPTION
Deprecated.
static String
ATTRIBUTE_TAB_DESCRIPTION
Deprecated.
static String
ATTRIBUTE_TAB_DISABLED
Deprecated.
static String
ATTRIBUTE_TAB_ERROR_MESSAGE
Deprecated.
static String
ATTRIBUTE_TAB_ICON
Deprecated.
static String
ATTRIBUTE_TAB_ICON_ALT
Deprecated.
-
Constructor Summary
Constructors Constructor Description TabsheetBaseConstants()
Deprecated.
-
-
-
Field Detail
-
ATTRIBUTE_TAB_DISABLED
@Deprecated public static final String ATTRIBUTE_TAB_DISABLED
Deprecated.See Also:
-
ATTRIBUTE_TAB_DESCRIPTION
@Deprecated public static final String ATTRIBUTE_TAB_DESCRIPTION
Deprecated.See Also:
-
ATTRIBUTE_TAB_ERROR_MESSAGE
@Deprecated public static final String ATTRIBUTE_TAB_ERROR_MESSAGE
Deprecated.See Also:
-
ATTRIBUTE_TAB_CAPTION
@Deprecated public static final String ATTRIBUTE_TAB_CAPTION
Deprecated.See Also:
-
ATTRIBUTE_TAB_ICON
@Deprecated public static final String ATTRIBUTE_TAB_ICON
Deprecated.See Also:
-
ATTRIBUTE_TAB_ICON_ALT
@Deprecated public static final String ATTRIBUTE_TAB_ICON_ALT
Deprecated.See Also:
-
-