public class Parse.Preview extends RequestArguments.Argument
_displayName, _field, _gridable, _hideInQuery, _mustExist, _name, _prerequisites, _readOnly, _requestHelp, _required, _validator
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
defaultValue()
Returns the default value of the argument.
|
protected java.lang.String |
jsRefresh(java.lang.String callbackName)
Returns the javascript code that will be executed when the query is
loaded that associates the given callback JS function with the on change
event of the input.
|
protected java.lang.String |
jsValue()
Returns the javascript code that will be executed when the value of
the argument is to be determined.
|
protected java.lang.Object |
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.
|
protected java.lang.String |
queryElement()
Returns the HTML elements of the argument query only.
|
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
protected java.lang.String queryElement()
RequestArguments.Argument
queryElement
in class RequestArguments.Argument
protected java.lang.Object parse(java.lang.String input) throws java.lang.IllegalArgumentException
RequestArguments.Argument
parse
in class RequestArguments.Argument
java.lang.IllegalArgumentException
protected java.lang.Object defaultValue()
RequestArguments.Argument
defaultValue
in class RequestArguments.Argument
protected java.lang.String queryDescription()
RequestArguments.Argument
queryDescription
in class RequestArguments.Argument
protected java.lang.String jsRefresh(java.lang.String callbackName)
RequestArguments.Argument
jsRefresh
in class RequestArguments.Argument
protected java.lang.String jsValue()
RequestArguments.Argument
jsValue
in class RequestArguments.Argument