Package com.orchestranetworks.ui
Class UICSSClasses.ICONS
java.lang.Object
com.orchestranetworks.ui.UICSSClasses.ICONS
- Enclosing class:
- UICSSClasses
All the CSS classes used to display standard icons.
To display an icon, add one of these CSS classes to a HTML element. The icon will be displayed once, in the top left of the element. Its size is 16x16 pixels.
The element will also have the minimum height and left-padding to ensure correct
display of the icon. A text can be included in the element. This works particularly well
with <p>
elements.
To set a different placement for the icon, the attribute
style="background-position: x y;"
can be added to the element.
x
can be:
- left
- center
- right
- a percentage (for example
20%
) - pixels (for example
5px
)
y
can be:
- top
- center
- bottom
- a percentage (for example
20%
) - pixels (for example
5px
)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
This icon is twice as big as the others (32x32 pixels) and its alignment iscenter top
.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
ERROR
- See Also:
-
WARNING
- See Also:
-
INFO
- See Also:
-
ATTRIBUTE
- See Also:
-
PRIMARY_KEY
- See Also:
-
FOREIGN_KEY
- See Also:
-
PRIMARY_FOREIGN_KEY
- See Also:
-
GROUP
- See Also:
-
ANIM_WAIT
- See Also:
-
ANIM_WAIT_BIG
This icon is twice as big as the others (32x32 pixels) and its alignment iscenter top
.- See Also:
-
-
Constructor Details
-
ICONS
public ICONS()
-