public class SelectInput extends AbstractInput<SelectInput> implements FormCheckerElement
| Modifier and Type | Class and Description |
|---|---|
class |
SelectInput.SelectInputEntry |
desc, inputAttributes, name, preSetValue, size, value| Constructor and Description |
|---|
SelectInput() |
| Modifier and Type | Method and Description |
|---|---|
static SelectInput |
build(String name) |
static SelectInput |
build(String name,
LinkedHashMap<String,String> possibleNames)
Deprecated.
|
static SelectInput |
build(String name,
String[] keys,
String[] values) |
SelectInput.SelectInputEntry |
generateEntry(String key,
String value) |
String |
getInputTag(Map<String,String> attributes) |
String |
getType() |
SelectInput |
setEntries(List<SelectInput.SelectInputEntry> entries) |
SelectInput |
setPossibleValues(LinkedHashMap<String,String> possibleNames)
Deprecated.
|
void |
setValue(String value) |
addCriteria, buildAllAttributes, buildAllAttributes, buildMaxLen, buildRequiredAttribute, changeDescription, getCompleteInput, getCriteria, getDescription, getElementId, getHelpText, getInputTag, getLabel, getLastTabIndex, getName, getPreSetValue, getTabIndex, getTabIndexTag, getTabIndexTagIncreaseBy, getValidationResult, getValue, getValueHtmlEncoded, init, isRequired, isValid, setCriterias, setDescription, setFormChecker, setHelpText, setInputAttributes, setInvalid, setName, setPreSetValue, setRequired, setSize, setTabIndex, setValidationResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeDescription, getCompleteInput, getCriteria, getDescription, getHelpText, getInputTag, getLabel, getLastTabIndex, getName, getPreSetValue, getTabIndex, getValidationResult, getValue, getValueHtmlEncoded, init, isRequired, isValid, setDescription, setFormChecker, setInvalid, setName, setPreSetValue, setRequired, setSize, setTabIndex, setValidationResultpublic static SelectInput build(String name)
@Deprecated public static SelectInput build(String name, LinkedHashMap<String,String> possibleNames)
public static SelectInput build(String name, String[] keys, String[] values)
public String getInputTag(Map<String,String> attributes)
getInputTag in interface FormCheckerElement@Deprecated public SelectInput setPossibleValues(LinkedHashMap<String,String> possibleNames)
public SelectInput setEntries(List<SelectInput.SelectInputEntry> entries)
public void setValue(String value)
setValue in interface FormCheckerElementsetValue in class AbstractInput<SelectInput>public String getType()
getType in interface FormCheckerElementpublic SelectInput.SelectInputEntry generateEntry(String key, String value)
Copyright © 2017. All rights reserved.