public class RequestArguments.HexPCAColumnSelect extends RequestArguments.HexColumnSelect
_elementLimit, _key_displayName, _field, _gridable, _hideInQuery, _mustExist, _name, _prerequisites, _readOnly, _requestHelp, _required, _validator| Constructor and Description |
|---|
RequestArguments.HexPCAColumnSelect(java.lang.String name,
RequestArguments.H2OHexKey key) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Comparator<java.lang.Integer> |
colComp(ValueArray ary) |
protected int[] |
defaultValue()
Returns the default value of the argument.
|
java.lang.String |
queryComment() |
protected java.lang.String |
queryDescription()
Returns the query description.
|
java.lang.String[] |
selectNames()
Override this method to determine the value names, that is the names
displayed in the browser.
|
boolean |
shouldIgnore(int i,
ValueArray.Column ca) |
checkLegality, isSelected, parse, queryElement, selectValuesjsRefresh, jsValueaddPrerequisite, check, disable, disable, disabled, errors, getDisplayName, getName, jsAddons, originalValue, query, queryAddons, record, refreshOnChange, requestHelp, reset, run, setRefreshOnChange, specified, valid, valueclone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFieldspublic RequestArguments.HexPCAColumnSelect(java.lang.String name,
RequestArguments.H2OHexKey key)
protected java.lang.String queryDescription()
RequestArguments.ArgumentqueryDescription in class RequestArguments.HexColumnSelectpublic java.lang.String[] selectNames()
RequestArguments.MultipleSelectselectNames in class RequestArguments.HexColumnSelectprotected java.util.Comparator<java.lang.Integer> colComp(ValueArray ary)
colComp in class RequestArguments.HexColumnSelectpublic boolean shouldIgnore(int i,
ValueArray.Column ca)
shouldIgnore in class RequestArguments.HexColumnSelectprotected int[] defaultValue()
RequestArguments.ArgumentdefaultValue in class RequestArguments.HexColumnSelectpublic java.lang.String queryComment()
queryComment in class RequestArguments.Argument<int[]>