Package 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 layoutsstatic String
UI_WIDGET
Added to all UI componentsstatic String
VERTICAL_SPACING
-
Constructor Summary
Constructors Constructor Description StyleConstants()
-
-
-
Field Detail
-
MARGIN_TOP
public static final String MARGIN_TOP
- See Also:
- Constant Field Values
-
MARGIN_RIGHT
public static final String MARGIN_RIGHT
- See Also:
- Constant Field Values
-
MARGIN_BOTTOM
public static final String MARGIN_BOTTOM
- See Also:
- Constant Field Values
-
MARGIN_LEFT
public static final String MARGIN_LEFT
- See Also:
- Constant Field Values
-
VERTICAL_SPACING
public static final String VERTICAL_SPACING
- See Also:
- Constant Field Values
-
HORIZONTAL_SPACING
public static final String HORIZONTAL_SPACING
- See Also:
- Constant Field Values
-
UI_WIDGET
public static final String UI_WIDGET
Added to all UI components- See Also:
- Constant Field Values
-
UI_LAYOUT
public static final String UI_LAYOUT
Added to all layouts to denote they are layouts- See Also:
- Constant Field Values
-
MODIFIED
public static final String MODIFIED
- See Also:
- Constant Field Values
-
DISABLED
public static final String DISABLED
- See Also:
- Constant Field Values
-
REQUIRED
public static final String REQUIRED
- See Also:
- Constant Field Values
-
REQUIRED_EXT
public static final String REQUIRED_EXT
- See Also:
- Constant Field Values
-
ERROR_EXT
public static final String ERROR_EXT
- See Also:
- Constant Field Values
-
STYLE_NAME_ERROR_INDICATOR
public static final String STYLE_NAME_ERROR_INDICATOR
Style name and style name prefix for the error indicator element.- Since:
- 7.7.11
- See Also:
- Constant Field Values
-
-