@NonNullByDefault
See: Description
Interface | Description |
---|---|
Background |
Represents the background of the elements.
|
Class | Description |
---|---|
AbstractImageBackground |
Image-based background.
|
NoBackground |
A transparent background.
|
PlainBackground |
Draws a plain color on the background with a rectangular border.
|
SimpleImageBackground |
Draws an image on the background.
|
SimpleRoundedPlainBackground |
Draws a plain color on the background with a round corner.
|
TiledImageBackground |
Draws a repeated image on the background.
|
They are usually associated to the elements border.
Some backgrounds can be associated with an outline to add spacing or even a border.
Outline
,
ej.style.border
,
Style.getBorder()