| Package | Description |
|---|---|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| com.codename1.io |
Networking, Storage, Filesystem & related API's
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Progress
Displays a progress dialog with the ability to cancel an ongoing operation
|
| Modifier and Type | Method and Description |
|---|---|
Dialog |
InfiniteProgress.showInfiniteBlocking()
Shows the infinite progress over the whole screen, the blocking can be competed by calling
dispose()
on the returned Dialog. |
Dialog |
InfiniteProgress.showInifiniteBlocking()
Deprecated.
typo in method name please use
InfiniteProgress.showInfiniteBlocking() instead |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FloatingActionButton.showPopupDialog(Dialog dialog)
Shows the popup Dialog with the sub FABs.
|
| Modifier and Type | Method and Description |
|---|---|
Dialog |
ConnectionRequest.getDisposeOnCompletion()
A dialog that will be seamlessly disposed once the given request has been completed
|
Dialog |
ConnectionRequest.getShowOnInit()
This dialog will be shown when this request enters the network queue
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionRequest.setDisposeOnCompletion(Dialog disposeOnCompletion)
A dialog that will be seamlessly disposed once the given request has been completed
|
void |
ConnectionRequest.setShowOnInit(Dialog showOnInit)
This dialog will be shown when this request enters the network queue
|
| Modifier and Type | Method and Description |
|---|---|
protected Dialog |
ComboBox.createPopupDialog(List<T> l)
Subclasses can override this method to change the creation of the dialog
|
| Modifier and Type | Method and Description |
|---|---|
protected Command |
MenuBar.showMenuDialog(Dialog menu)
A menu is implemented as a dialog, this method allows you to override dialog
display in order to customize the dialog menu in various ways
|
protected Command |
Toolbar.showOverflowMenu(Dialog menu) |
protected Command |
ComboBox.showPopupDialog(Dialog popupDialog,
List l)
Shows the popup dialog for the combo box and returns the resulting command.
|
Copyright © 2023. All rights reserved.