|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwater.Iced
water.api.RequestArguments.Argument
water.api.Parse.Preview
public class Parse.Preview
Field Summary |
---|
Fields inherited from class water.api.RequestArguments.Argument |
---|
_displayName, _field, _hideInQuery, _name, _prerequisites, _readOnly, _requestHelp, _required |
Method Summary | |
---|---|
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. |
Methods inherited from class water.api.RequestArguments.Argument |
---|
addPrerequisite, check, disable, disable, disabled, errors, jsAddons, originalValue, query, queryAddons, queryComment, record, refreshOnChange, requestHelp, reset, run, setRefreshOnChange, specified, valid, value |
Methods inherited from class water.Iced |
---|
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |