Package | Description |
---|---|
org.fireweb | |
org.fireweb.css |
Modifier and Type | Method and Description |
---|---|
<T extends StyleElement> |
Element.getStyle(java.lang.Class<T> styleType)
Finds inline style of this element.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<StyleElement> |
Element.getStyles()
Returns collection of inline styles of the element.
|
Modifier and Type | Method and Description |
---|---|
Element |
Element.setStyle(StyleElement styleElement)
Add inline style to the element.
|
Modifier and Type | Method and Description |
---|---|
Element |
Element.removeStyle(java.lang.Class<? extends StyleElement> styleType)
Removes inline style of the element.
|
Element |
Element.setStyles(java.util.Set<StyleElement> styles)
Replaces inline styles of the element.
|
Modifier and Type | Class and Description |
---|---|
class |
Background
CSS background properties are used to define the background effects of an
element.
|
class |
BackgroundPosition
The background-position property sets the starting position of a background
image.
|
class |
Border
The CSS border properties allow you to specify the style and color of an
element's border.
|
class |
BorderCollapse
The border-collapse property sets whether the table borders are collapsed
into a single border or detached as in standard HTML.
|
class |
Bottom
The bottom property specifies the bottom edge of an element.
|
class |
Clear
Image and text elements that appear in another element are called floating
elements.
|
class |
Clip
The clip property sets the shape of an element.
|
class |
Color
The color property specifies the color of text.
|
class |
Cursor
Immutable class of cursor style property.
|
class |
Direction
The direction property sets the text direction.
|
class |
Display
The display property sets how/if an element is displayed.
|
class |
Float
The float property sets where an image or a text will appear in another
element.
|
class |
FontFamily
Specifies the font family for text
|
class |
FontSize
The font-size property sets the size of a font.
|
class |
FontStyle
Specifies the font style for text
|
class |
FontVariant
In a small-caps font, all lowercase letters are converted to uppercase
letters.
|
class |
FontWeight
The font-weight property sets how thick or thin characters in text should be
displayed.
|
class |
Height
The height property sets the height of an element.
|
class |
Left
The left property specifies the left edge of an element.
|
class |
LetterSpacing
The letter-spacing property increases or decreases the white space between
characters.
|
class |
LineHeight
The line-height property sets the distance between lines.
|
class |
ListStyle
The list-style property is a shorthand property for setting all the
properties for a list in one declaration.
|
class |
Margin
The margin property is a shorthand property for setting all of the properties
for the four margins in one declaration.
|
class |
Overflow
The overflow property specifies what happens if content overflows an
element's box.
|
class |
Padding
The padding property is a shorthand property for setting all of the padding
properties in one declaration.
|
class |
Position
The position property places an element in a static, relative, absolute or
fixed position.
|
class |
Right
The right property specifies the right edge of an element.
|
class |
TextAlign
The text-align property aligns the text in an element.
|
class |
TextDecoration
The text-decoration property decorates the text.
|
class |
TextIndent
The text-indent indents the first line of text in an element.
|
class |
TextTransform
The text-transform property controls the letters in an element.
|
class |
Top
The top property specifies the top edge of an element.
|
class |
VerticalAlign
The vertical-align property sets the vertical alignment of an element.
|
class |
Visibility
The visibility property sets if an element should be visible or invisible.
|
class |
WhiteSpace
The white-space property sets how white-space inside an element is handled.
|
class |
Width
The width property sets the width of an element.
|
class |
WordSpacing
The word-spacing property increases or decreases the white space between
words.
|
class |
ZIndex
The z-index property sets the stack order of an element.
|