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.client.
Class StyleConstants
- java.lang.Object
-
- com.vaadin.client.StyleConstants
-
public class StyleConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DISABLED
static String
ERROR_EXT
static String
HORIZONTAL_SPACING
static String
MARGIN_BOTTOM
static String
MARGIN_LEFT
static String
MARGIN_RIGHT
static String
MARGIN_TOP
static String
MODIFIED
static String
REQUIRED
static String
REQUIRED_EXT
static String
STYLE_NAME_ERROR_INDICATOR
Style name and style name prefix for the error indicator element.
static String
UI_LAYOUT
Added to all layouts to denote they are layouts.
static String
UI_WIDGET
Added to all UI components.
static String
VERTICAL_SPACING
-
Constructor Summary
Constructors Constructor Description StyleConstants()
-
-
-
Field Detail
-
MARGIN_TOP
public static final String MARGIN_TOP
See Also:
-
MARGIN_RIGHT
public static final String MARGIN_RIGHT
See Also:
-
MARGIN_BOTTOM
public static final String MARGIN_BOTTOM
See Also:
-
MARGIN_LEFT
public static final String MARGIN_LEFT
See Also:
-
VERTICAL_SPACING
public static final String VERTICAL_SPACING
See Also:
-
HORIZONTAL_SPACING
public static final String HORIZONTAL_SPACING
See Also:
-
UI_WIDGET
public static final String UI_WIDGET
Added to all UI components.
See Also:
-
UI_LAYOUT
public static final String UI_LAYOUT
Added to all layouts to denote they are layouts.
See Also:
-
MODIFIED
public static final String MODIFIED
See Also:
-
DISABLED
public static final String DISABLED
See Also:
-
REQUIRED
public static final String REQUIRED
See Also:
-
REQUIRED_EXT
public static final String REQUIRED_EXT
See Also:
-
ERROR_EXT
public static final String ERROR_EXT
See Also:
-
STYLE_NAME_ERROR_INDICATOR
public static final String STYLE_NAME_ERROR_INDICATOR
Style name and style name prefix for the error indicator element.
Since:
8.2
See Also:
-
-