public class RequestArguments.H2OHexKey extends RequestArguments.TypeaheadInputText<ValueArray>
| Modifier and Type | Field and Description |
|---|---|
Key |
_defaultKey |
_typeaheadHref, _typeaheadLimit_displayName, _field, _gridable, _hideInQuery, _mustExist, _name, _prerequisites, _readOnly, _requestHelp, _required, _validator| Constructor and Description |
|---|
RequestArguments.H2OHexKey(java.lang.String name) |
RequestArguments.H2OHexKey(java.lang.String name,
Key key) |
RequestArguments.H2OHexKey(java.lang.String name,
java.lang.String keyName) |
| Modifier and Type | Method and Description |
|---|---|
protected ValueArray |
defaultValue()
Returns the default value of the argument.
|
protected ValueArray |
parse(java.lang.String input)
Override this method to provide parsing of the input string to the Java
expected value.
|
protected java.lang.String |
queryDescription()
Returns the query description.
|
jsAddonsjsRefresh, jsValue, queryElementaddPrerequisite, check, disable, disable, disabled, errors, getDisplayName, getName, originalValue, query, queryAddons, queryComment, record, refreshOnChange, requestHelp, reset, run, setRefreshOnChange, specified, valid, valueclone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFieldspublic final Key _defaultKey
public RequestArguments.H2OHexKey(java.lang.String name,
java.lang.String keyName)
public RequestArguments.H2OHexKey(java.lang.String name)
public RequestArguments.H2OHexKey(java.lang.String name,
Key key)
protected ValueArray parse(java.lang.String input) throws java.lang.IllegalArgumentException
RequestArguments.Argumentparse in class RequestArguments.Argument<ValueArray>java.lang.IllegalArgumentExceptionprotected ValueArray defaultValue()
RequestArguments.ArgumentdefaultValue in class RequestArguments.Argument<ValueArray>protected java.lang.String queryDescription()
RequestArguments.ArgumentqueryDescription in class RequestArguments.Argument<ValueArray>