public class RequestArguments.ExistingFile extends RequestArguments.TypeaheadInputText<java.io.File>
_typeaheadHref, _typeaheadLimit_displayName, _field, _gridable, _hideInQuery, _mustExist, _name, _prerequisites, _readOnly, _requestHelp, _required, _validator| Constructor and Description |
|---|
RequestArguments.ExistingFile(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected java.io.File |
defaultValue()
Returns the default value of the argument.
|
protected java.lang.String[] |
errors()
Returns a list of possible error strings, that could be thrown in an
IllegalArgumentException.
|
protected java.io.File |
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, getDisplayName, getName, originalValue, query, queryAddons, queryComment, record, refreshOnChange, requestHelp, reset, run, setRefreshOnChange, specified, valid, valueclone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFieldspublic RequestArguments.ExistingFile(java.lang.String name)
protected java.io.File parse(java.lang.String input)
throws java.lang.IllegalArgumentException
RequestArguments.Argumentparse in class RequestArguments.Argument<java.io.File>java.lang.IllegalArgumentExceptionprotected java.lang.String queryDescription()
RequestArguments.ArgumentqueryDescription in class RequestArguments.Argument<java.io.File>protected java.io.File defaultValue()
RequestArguments.ArgumentdefaultValue in class RequestArguments.Argument<java.io.File>protected java.lang.String[] errors()
RequestArguments.Argumenterrors in class RequestArguments.Argument<java.io.File>