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, valueclone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFieldsprotected java.lang.String queryElement()
RequestArguments.ArgumentqueryElement in class RequestArguments.Argumentprotected java.lang.Object parse(java.lang.String input)
throws java.lang.IllegalArgumentException
RequestArguments.Argumentparse in class RequestArguments.Argumentjava.lang.IllegalArgumentExceptionprotected java.lang.Object defaultValue()
RequestArguments.ArgumentdefaultValue in class RequestArguments.Argumentprotected java.lang.String queryDescription()
RequestArguments.ArgumentqueryDescription in class RequestArguments.Argumentprotected java.lang.String jsRefresh(java.lang.String callbackName)
RequestArguments.ArgumentjsRefresh in class RequestArguments.Argumentprotected java.lang.String jsValue()
RequestArguments.ArgumentjsValue in class RequestArguments.Argument