Package | Description |
---|---|
ej.mwt.style | |
ej.mwt.style.dimension |
Modifier and Type | Field and Description |
---|---|
static Dimension |
DefaultStyle.DIMENSION
The dimension of the default style.
|
Modifier and Type | Method and Description |
---|---|
Dimension |
Style.getDimension()
Gets the dimension.
|
Dimension |
EditableStyle.getDimension() |
Modifier and Type | Method and Description |
---|---|
void |
EditableStyle.setDimension(Dimension dimension)
Sets the dimension.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedDimension
Dimension with fixed width and/or height.
|
class |
NoDimension
Dimension without constraint.
|
class |
OptimalDimension
Dimension which fits the optimal size of the widget.
|
class |
RelativeDimension
Dimension with constraint relative to the parent.
|