public class RequestArguments.H2OKey extends RequestArguments.InputText<Key>
Modifier and Type | Field and Description |
---|---|
Key |
_defaultValue |
_displayName, _field, _gridable, _hideInQuery, _mustExist, _name, _prerequisites, _readOnly, _requestHelp, _required, _validator
Constructor and Description |
---|
RequestArguments.H2OKey(java.lang.String name,
boolean required) |
RequestArguments.H2OKey(java.lang.String name,
boolean required,
boolean checkLegal) |
RequestArguments.H2OKey(java.lang.String name,
Key key) |
RequestArguments.H2OKey(java.lang.String name,
Key key,
boolean req) |
RequestArguments.H2OKey(java.lang.String name,
Key key,
boolean req,
boolean checkLegal) |
Modifier and Type | Method and Description |
---|---|
protected Key |
defaultValue()
Returns the default value of the argument.
|
protected Key |
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.
|
jsRefresh, jsValue, queryElement
addPrerequisite, check, disable, disable, disabled, errors, getDisplayName, getName, jsAddons, originalValue, query, queryAddons, queryComment, record, refreshOnChange, requestHelp, reset, run, setRefreshOnChange, specified, valid, value
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
public final Key _defaultValue
public RequestArguments.H2OKey(java.lang.String name, boolean required)
public RequestArguments.H2OKey(java.lang.String name, boolean required, boolean checkLegal)
public RequestArguments.H2OKey(java.lang.String name, Key key)
public RequestArguments.H2OKey(java.lang.String name, Key key, boolean req)
public RequestArguments.H2OKey(java.lang.String name, Key key, boolean req, boolean checkLegal)
protected Key parse(java.lang.String input)
RequestArguments.Argument
parse
in class RequestArguments.Argument<Key>
protected Key defaultValue()
RequestArguments.Argument
defaultValue
in class RequestArguments.Argument<Key>
protected java.lang.String queryDescription()
RequestArguments.Argument
queryDescription
in class RequestArguments.Argument<Key>