| Package | Description |
|---|---|
| ej.microui.display |
Contains display management.
|
| Modifier and Type | Method and Description |
|---|---|
Displayable |
Display.getDisplayable()
Returns the current
Displayable object in the Display.The value returned by getDisplayable() may be null if no Displayable is
visible. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Display.isShown(Displayable displayable)
Checks whether the given displayable is visible on the display.
|
void |
Display.requestHide(Displayable displayable)
Asks to set the given displayable as hidden on the display.
|
void |
Display.requestShow(Displayable displayable)
Asks to set the given displayable as visible on the display.
|