public class SelectInput extends AbstractInput<SelectInput> implements FormCheckerElement
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) |
static SelectInput |
build(String name,
String[] keys,
String[] values) |
String |
getInputTag(Map<String,String> attributes) |
String |
getType() |
SelectInput |
setPossibleValues(LinkedHashMap<String,String> possibleNames) |
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)
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 FormCheckerElementpublic SelectInput setPossibleValues(LinkedHashMap<String,String> possibleNames)
public void setValue(String value)
setValue in interface FormCheckerElementsetValue in class AbstractInput<SelectInput>public String getType()
getType in interface FormCheckerElementCopyright © 2017. All rights reserved.