public class UICSSClasses extends Object
FormPanes.| Modifier and Type | Class and Description | 
|---|---|
static class  | 
UICSSClasses.DIALOG_BOX  | 
static class  | 
UICSSClasses.ICONS
All the CSS classes used to display standard icons. 
 | 
static class  | 
UICSSClasses.TABLE
For basic tables ( 
<table>,
 <tr>, <th> and
 <td> containing data). | 
static class  | 
UICSSClasses.TEXT
All the CSS classes used to display standard text styles. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static String | 
COLORED_BACKGROUND
Defines a background with the current main color. 
 | 
static String | 
COLORED_BORDER
Defines a border with the current feature color. 
 | 
static String | 
CONTAINER_WITH_FORM_ROWS
Defines a margin around a container with form rows. 
 | 
static String | 
CONTAINER_WITH_TEXT
Defines a margin around a container with text. 
 | 
static String | 
CONTAINER_WITH_TEXT_PADDING
Defines a padding around a container with text. 
 | 
static String | 
ERROR_BORDER
Border color for an error
 
 This CSS class only defines a  
border-color. | 
static String | 
IGNORE_FORM_CHECK
Sets a form element to be ignored by the system when checking for modifications upon leaving a form. 
 | 
static String | 
INFO_BORDER
Border color for an info
 
 This CSS class only defines a  
border-color. | 
static String | 
LIGHT_COLORED_BACKGROUND
Defines a background with a lighter version of the current main color. 
 | 
static String | 
SMALL_FORM_BUTTONS
Deprecated. 
 
Since 5.9.0, buttons in form are no more smaller than other buttons 
 | 
static String | 
WARNING_BORDER
Border color for a warning
 
 This CSS class only defines a  
border-color. | 
public static final String COLORED_BACKGROUND
public static final String LIGHT_COLORED_BACKGROUND
public static final String COLORED_BORDER
 The initial style of COLORED_BORDER is
 border-width: 1px and border-style: solid.
 
public static final String IGNORE_FORM_CHECK
public static final String CONTAINER_WITH_FORM_ROWS
 Recommended HTML element: <div>.
 
public static final String CONTAINER_WITH_TEXT
The margin follows the density.
 Recommended HTML tag: <div>.
 
CONTAINER_WITH_TEXT_PADDING, 
Constant Field Valuespublic static final String CONTAINER_WITH_TEXT_PADDING
The padding follows the density.
 Recommended HTML tag: <div>.
 
CONTAINER_WITH_TEXT, 
Constant Field Valuespublic static final String SMALL_FORM_BUTTONS
 Recommended HTML tags: <div> or <span>.
 
public static final String ERROR_BORDER
 This CSS class only defines a border-color.
 border-style and border-width must be manually defined.
 
public static final String WARNING_BORDER
 This CSS class only defines a border-color.
 border-style and border-width must be manually defined.
 
public static final String INFO_BORDER
 This CSS class only defines a border-color.
 border-style and border-width must be manually defined.