| Package | Description |
|---|---|
| jwebform.field | |
| jwebform.field.builder | |
| jwebform.field.helper |
| Modifier and Type | Field and Description |
|---|---|
List<SelectType.SelectInputEntry> |
SelectType.entries |
| Modifier and Type | Method and Description |
|---|---|
SelectType.SelectInputEntry |
SelectType.generateEntry(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
List<SelectType.SelectInputEntry> |
SelectType.SelectInputEntryGroup.getEntries() |
List<SelectType.SelectInputEntry> |
SelectType.getSelectListWithSelected(String selectedKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectType.SelectInputEntryGroup.addSelectInputEntry(SelectType.SelectInputEntry entry) |
| Constructor and Description |
|---|
SelectInputEntryGroup(String label,
List<SelectType.SelectInputEntry> entries) |
SelectType(String name,
String initialValue,
List<SelectType.SelectInputEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
static FieldBuilder |
BuildInType.select(String name,
String initialValue,
List<SelectType.SelectInputEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
List<SelectType.SelectInputEntry> |
CommonSelects.buildDays() |
List<SelectType.SelectInputEntry> |
CommonSelects.buildMonths() |
List<SelectType.SelectInputEntry> |
CommonSelects.getGenderSelect() |
List<SelectType.SelectInputEntry> |
CommonSelects.getYears(int startYear,
int endYear)
will always return a list of years from startYear to endYear.
|
Copyright © 2019. All rights reserved.