| Package | Description |
|---|---|
| com.codename1.components |
Generic elaborate components that make use of both UI elements and storage.
|
| Modifier and Type | Method and Description |
|---|---|
ToastBar.Status |
ToastBar.createStatus()
Creates a new Status.
|
static ToastBar.Status |
ToastBar.showErrorMessage(String msg,
int timeout)
Simplifies a common use case of showing an error message with an error icon that fades out after a few seconds
|
static ToastBar.Status |
ToastBar.showInfoMessage(String msg)
Simplifies a common use case of showing an information message with an info icon that fades out after a few seconds
|
static ToastBar.Status |
ToastBar.showMessage(String msg,
char icon)
Simplifies a common use case of showing an error message with an error icon that fades out after a few seconds
|
static ToastBar.Status |
ToastBar.showMessage(String msg,
char icon,
ActionListener listener)
Simplifies a common use case of showing an error message with an error icon that fades out after a few seconds
|
static ToastBar.Status |
ToastBar.showMessage(String msg,
char icon,
int timeout)
Simplifies a common use case of showing a message with an icon that fades out after a few seconds
|
static ToastBar.Status |
ToastBar.showMessage(String msg,
char icon,
int timeout,
ActionListener listener)
Simplifies a common use case of showing a message with an icon that fades out after a few seconds
|
Copyright © 2021. All rights reserved.