Package com.orchestranetworks.ui
Class UICSSClasses
java.lang.Object
com.orchestranetworks.ui.UICSSClasses
This class defines all CSS classes usable for User services, UI beans and
FormPane
s.- Since:
- 5.2.0
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static final class
All the CSS classes used to display standard icons.static final class
For basic tables (<table>
,<tr>
,<th>
and<td>
containing data).static final class
All the CSS classes used to display standard text styles. -
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Defines a background with the current main color.static final String
Defines a border with the current feature color.static final String
Defines a margin around a container with form rows.static final String
Defines a margin around a container with text.static final String
Defines a padding around a container with text.static final String
Border color for an errorstatic final String
Sets a form element to be ignored by the system when checking for modifications upon leaving a form.static final String
Border color for an infostatic final String
Defines a background with a lighter version of the current main color.static final String
Deprecated.Since 5.9.0, buttons in form are no more smaller than other buttonsstatic final String
Border color for a warning -
Method Summary
-
Field Details
-
COLORED_BACKGROUND
Defines a background with the current main color.- See Also:
-
LIGHT_COLORED_BACKGROUND
Defines a background with a lighter version of the current main color.- See Also:
-
COLORED_BORDER
Defines a border with the current feature color.The initial style of
COLORED_BORDER
isborder-width: 1px
andborder-style: solid
.- See Also:
-
IGNORE_FORM_CHECK
Sets a form element to be ignored by the system when checking for modifications upon leaving a form. -
CONTAINER_WITH_FORM_ROWS
Defines a margin around a container with form rows. This is very useful for keeping form rows from being flush against the border of the workspace.Recommended HTML element:
<div>
.- Since:
- 5.3.0
- See Also:
-
CONTAINER_WITH_TEXT
Defines a margin around a container with text. This is very useful for keeping text from being flush against the border of the workspace and keep the alignment with the space between the left border of the workspace and the workspace title.The margin follows the density.
Recommended HTML tag:
<div>
.- Since:
- 5.3.0
- See Also:
-
CONTAINER_WITH_TEXT_PADDING
Defines a padding around a container with text. This is very useful for keeping text from being flush against the border of the workspace and keep the alignment with the space between the left border of the workspace and the workspace title.The padding follows the density.
Recommended HTML tag:
<div>
.- Since:
- 5.7.0
- See Also:
-
SMALL_FORM_BUTTONS
Deprecated.Since 5.9.0, buttons in form are no more smaller than other buttonsApply this class on a container to reduce the size of all the children buttons, like in form rows.Recommended HTML tags:
<div>
or<span>
.- Since:
- 5.5.1
- See Also:
-
ERROR_BORDER
Border color for an errorThis CSS class only defines a
border-color
.border-style
andborder-width
must be manually defined.- Since:
- 5.9.0
- See Also:
-
WARNING_BORDER
Border color for a warningThis CSS class only defines a
border-color
.border-style
andborder-width
must be manually defined.- Since:
- 5.9.0
- See Also:
-
INFO_BORDER
Border color for an infoThis CSS class only defines a
border-color
.border-style
andborder-width
must be manually defined.- Since:
- 5.9.0
- See Also:
-