Modifier and Type | Method and Description |
---|---|
static List<SelectOption> |
GenerateTemplateAction.GenerationType.toOptions()
Factory method to generate a set of
SelectOption from this enumeration. |
Modifier and Type | Method and Description |
---|---|
default A |
ExportGridAction.fileTypeField(List<SelectOption> optionsToAdd)
Adds the field to select the file type that the export should ultimately produce for download
by the user.
|
Modifier and Type | Method and Description |
---|---|
default C |
EnumColumn.option(SelectOption... options)
Provides options which can be shown in the column.
|
Modifier and Type | Method and Description |
---|---|
default C |
EnumColumn.options(Collection<SelectOption> optionsToAdd)
Provides options which can be shown in the column using a collection of
SelectOptions . |
Modifier and Type | Method and Description |
---|---|
SelectOption |
SelectOption.attribute(String key,
Object value) |
SelectOption |
SelectOption.color(String color) |
SelectOption |
SelectOption.copy() |
SelectOption |
SelectOption.label(InternationalizedMessage label) |
SelectOption |
SelectOption.label(String labelKey) |
SelectOption |
SelectOption.value(String value) |
Modifier and Type | Method and Description |
---|---|
static List<SelectOption> |
SelectOption.fromAllLocales()
Returns the list of all installed locales converted to
SelectOption . |
static List<SelectOption> |
SelectOption.fromEnums(SelectOption.SelectOptionEnum[] optionEnums)
Factory method to generate a set of
SelectOption from the passed enumeration. |
static List<SelectOption> |
SelectOption.fromLocales(List<Locale> locales)
Returns the list of the specified locales converted to
SelectOption . |
static List<SelectOption> |
SelectOption.fromTimeZones()
Returns the list of all
ZoneId.getAvailableZoneIds() converted to SelectOption . |
static List<SelectOption> |
SelectOption.fromTimeZones(Set<String> zoneIds)
Returns the list of the specified time-zones converted to
SelectOption . |
default List<SelectOption> |
SelectField.getOptions() |
Modifier and Type | Method and Description |
---|---|
default F |
SelectField.option(SelectOption... options)
Provides options which can be selected by a select field.
|
Modifier and Type | Method and Description |
---|---|
default F |
SelectField.options(Collection<SelectOption> optionsToAdd)
Provides options which can be selected by a select field using a collection of
SelectOptions . |
Constructor and Description |
---|
SelectOption(SelectOption option) |
Constructor and Description |
---|
SelectOptionList(Collection<? extends SelectOption> c) |
Copyright © 2021. All rights reserved.