| Package | Description |
|---|---|
| ej.mwt |
Contains base classes to create a widget hierarchy.
|
| ej.mwt.render |
Contains render policy definition and some implementations.
|
| Modifier and Type | Method and Description |
|---|---|
protected RenderPolicy |
Desktop.createRenderPolicy()
Creates the render policy which is responsible for rendering the widgets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRenderPolicy
This render policy renders the requested widget or its parent if transparent.
|
class |
OverlapRenderPolicy
This render policy keeps the initial order of the widgets.
|