public class RadioType extends Object implements SingleFieldType
| Modifier and Type | Class and Description |
|---|---|
class |
RadioType.RadioInputEntry |
class |
RadioType.RadioInputEntryWithSelectedInfo |
| Modifier and Type | Field and Description |
|---|---|
List<RadioType.RadioInputEntry> |
entries |
OneValueTypeProcessor |
oneValueType |
| Constructor and Description |
|---|
RadioType(String name,
String initialValue,
String[] keys,
String[] values) |
| Modifier and Type | Method and Description |
|---|---|
FieldResult |
apply(Env.EnvWithSubmitInfo env) |
RadioType.RadioInputEntry |
generateEntry(String key,
String value) |
List<RadioType.RadioInputEntry> |
getEntries() |
List<RadioType.RadioInputEntryWithSelectedInfo> |
getEntryListWithSelected(String selectedKey) |
String |
toString() |
public final List<RadioType.RadioInputEntry> entries
public final OneValueTypeProcessor oneValueType
public FieldResult apply(Env.EnvWithSubmitInfo env)
apply in interface SingleFieldTypepublic RadioType.RadioInputEntry generateEntry(String key, String value)
public List<RadioType.RadioInputEntry> getEntries()
public List<RadioType.RadioInputEntryWithSelectedInfo> getEntryListWithSelected(String selectedKey)
Copyright © 2019. All rights reserved.