| Package | Description |
|---|---|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Method and Description |
|---|---|
static Sheet |
Sheet.findContainingSheet(Component cmp)
Finds Sheet containing this component if it is currently part of a Sheet.
|
static Sheet |
Sheet.getCurrentSheet()
Gets the current sheet on the current form or null if no sheet is currently being displayed.
|
Sheet |
Sheet.getParentSheet()
Gets the parent sheet or null if there is none.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Sheet.isAncestorSheetOf(Sheet sheet)
Checks if the current sheet is an ancestor sheet of the given sheet.
|
| Constructor and Description |
|---|
Sheet(Sheet parent,
String title)
Creates a new sheet with the specified parent and title.
|
Sheet(Sheet parent,
String title,
String uiid)
Creates a new sheet with the specified parent and title.
|
Copyright © 2022. All rights reserved.