| 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 Toolbar.BackCommandPolicy |
Toolbar.BackCommandPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Toolbar.BackCommandPolicy[] |
Toolbar.BackCommandPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Toolbar.setBackCommand(Command cmd,
Toolbar.BackCommandPolicy policy)
Sets the back command in the title bar and in the form, back command
behaves based on the given policy type
|
void |
Toolbar.setBackCommand(Command cmd,
Toolbar.BackCommandPolicy policy,
float iconSize)
Sets the back command in the title bar and in the form, back command
behaves based on the given policy type
|
Command |
Toolbar.setBackCommand(String title,
Toolbar.BackCommandPolicy policy,
ActionListener<ActionEvent> listener)
Sets the back command in the title bar and in the form, back command
behaves based on the given policy type
|
Copyright © 2021. All rights reserved.