| 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 PickerComponent |
PickerComponent.createDate(Date date)
Creates a date picker component
|
static PickerComponent |
PickerComponent.createDateTime(Date date)
Creates a date + time picker component
|
static PickerComponent |
PickerComponent.createDurationHoursMinutes(int hours,
int minutes)
Creates a duration hours + minutes picker component
|
static PickerComponent |
PickerComponent.createDurationMinutes(int ms)
Creates a duration minutes picker component
|
static PickerComponent |
PickerComponent.createStrings(String... values)
Creates a strings picker component
|
static PickerComponent |
PickerComponent.createTime(int minutes)
Creates a time picker component
|
PickerComponent |
PickerComponent.errorMessage(String errorMessage)
Overridden for covariant return type
Sets the text of the error label
|
PickerComponent |
PickerComponent.label(String text)
Overridden for covariant return type
Sets the text of the label
}
|
PickerComponent |
PickerComponent.onTopMode(boolean onTopMode)
Overridden for covariant return type
Sets the on top mode which places the label above the text when true.
|
Copyright © 2022. All rights reserved.