public abstract class RequestArguments.TypeaheadInputText<T> extends RequestArguments.InputText<T>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_typeaheadHref
href of the json request supplying the typeahead values.
|
protected int |
_typeaheadLimit
Typeahead limit.
|
_displayName, _field, _gridable, _hideInQuery, _mustExist, _name, _prerequisites, _readOnly, _requestHelp, _required, _validator| Modifier | Constructor and Description |
|---|---|
protected |
RequestArguments.TypeaheadInputText(java.lang.Class<? extends TypeaheadRequest> href,
java.lang.String name,
boolean required)
Creates the typeahead.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
jsAddons()
Adds the json to hook initialize the typeahead functionality.
|
jsRefresh, jsValue, queryElementaddPrerequisite, check, defaultValue, disable, disable, disabled, errors, getDisplayName, getName, originalValue, parse, query, queryAddons, queryComment, queryDescription, record, refreshOnChange, requestHelp, reset, run, setRefreshOnChange, specified, valid, valueclone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFieldsprotected final java.lang.String _typeaheadHref
protected final int _typeaheadLimit
protected RequestArguments.TypeaheadInputText(java.lang.Class<? extends TypeaheadRequest> href, java.lang.String name, boolean required)
protected java.lang.String jsAddons()
jsAddons in class RequestArguments.Argument<T>