Package | Description |
---|---|
ej.style |
Base package containing the styling basic items.
|
ej.style.dimension |
Dimension definition and default implementations.
|
ej.style.util |
Styling utilities.
|
Modifier and Type | Field and Description |
---|---|
protected Dimension |
Style.dimension
Dimension.
|
Modifier and Type | Method and Description |
---|---|
Dimension |
Style.getDimension()
Gets the dimension.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedDimension
Dimension with fixed width and/or height.
|
class |
NoDimension
Dimension without constraint.
|
class |
RelativeDimension
Dimension with constraint relative to the parent.
|
Modifier and Type | Method and Description |
---|---|
void |
EditableStyle.setDimension(Dimension dimension)
Sets the dimension.
|