Package | Description |
---|---|
ej.style |
Base package containing the styling basic items.
|
ej.style.border |
Border definition and default implementations.
|
ej.style.util |
Styling utilities.
|
Modifier and Type | Field and Description |
---|---|
protected Border |
Style.border
Border.
|
Modifier and Type | Method and Description |
---|---|
Border |
Style.getBorder()
Gets the border.
|
Modifier and Type | Class and Description |
---|---|
class |
ComplexRectangularBorder
Represents and draw a rectangular colored border.
|
class |
ComplexRectangularColoredBorder
Represents and draw a rectangular colored border.
|
class |
NoBorder
A transparent border.
|
class |
SimpleRectangularBorder
Represents and draw a rectangular colored border.
|
class |
SimpleRoundedBorder
Draws a simple border with round corners.
|
Modifier and Type | Method and Description |
---|---|
void |
EditableStyle.setBorder(Border border)
Sets the border.
|