public class EmailListInput extends TextInput implements MultipleInput, FormatHintInput
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EmailListInput.EmailListValidator  | 
validators| Constructor and Description | 
|---|
EmailListInput()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getFormatHint()  | 
java.lang.String | 
getType()
get the type tag to emit for
 the corresponding html5 type. 
 | 
boolean | 
isMultiple()  | 
getTrim, isEmpty, mapToSingleLine, parseValue, setTrimaccept, getBoxWidth, getMaxResultLength, getSingle, setBoxWidth, setMaxResultLength, setSinglegetValue, setKey, setValueaddValidator, convert, getKey, getPrettyString, getString, getString, removeValidator, validate, validateInnerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetString, parseaddValidator, convert, getKey, getPrettyString, getString, getValue, removeValidator, setKey, setValue, validatepublic java.lang.String getType()
HTML5InputgetType in interface HTML5Inputpublic boolean isMultiple()
isMultiple in interface MultipleInputpublic java.lang.String getFormatHint()
getFormatHint in interface FormatHintInput