public static class AppUserFactory.AppUserNameInput<A extends AppUser> extends NameFinderInput<A,AppUserFactory<A>> implements HTML5Input, FormatHintInput
factoryvalidators| Constructor and Description |
|---|
AppUserNameInput(AppUserFactory<A> factory,
boolean create,
boolean restrict,
BaseFilter<A> autocomplete) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFormatHint() |
java.lang.String |
getSuggestionText(A item)
get the suggestion text.
|
java.lang.String |
getType()
get the type tag to emit for
the corresponding html5 type.
|
boolean |
useEmail() |
convert, getContext, getItembyValue, getLogger, getMatchError, getString, getSuggestions, getValue, isCreate, parse, parseItem, parseValue, setCreate, setItem, setMatchErroraccept, getBoxWidth, getMaxResultLength, getSingle, setBoxWidth, setMaxResultLength, setSinglegetValue, setKey, setValueaddValidator, getKey, getPrettyString, getString, removeValidator, validate, validateInnerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCount, getItemsaccept, addValidator, getKey, getPrettyString, getValue, isEmpty, removeValidator, setKey, setValue, validategetStringpublic AppUserNameInput(AppUserFactory<A> factory, boolean create, boolean restrict, BaseFilter<A> autocomplete)
factory - create - restrict - autocomplete - public java.lang.String getFormatHint()
getFormatHint in interface FormatHintInputpublic boolean useEmail()
public java.lang.String getType()
HTML5InputgetType in interface HTML5Inputpublic java.lang.String getSuggestionText(A item)
AutoCompletegetSuggestionText in interface AutoComplete<A extends AppUser,java.lang.Integer>getSuggestionText in class NameFinderInput<A extends AppUser,AppUserFactory<A extends AppUser>>