water.api
Class RequestArguments.RFModelKey

java.lang.Object
  extended by water.Iced
      extended by water.api.RequestArguments.Argument<T>
          extended by water.api.RequestArguments.InputText<T>
              extended by water.api.RequestArguments.TypeaheadInputText<TM>
                  extended by water.api.RequestArguments.H2OModelKey<RFModel,water.api.TypeaheadRFModelKeyRequest>
                      extended by water.api.RequestArguments.RFModelKey
All Implemented Interfaces:
java.lang.Cloneable, Request.Filter, Freezable
Enclosing class:
RequestArguments

public class RequestArguments.RFModelKey
extends RequestArguments.H2OModelKey<RFModel,water.api.TypeaheadRFModelKeyRequest>


Field Summary
 
Fields inherited from class water.api.RequestArguments.TypeaheadInputText
_typeaheadHref, _typeaheadLimit
 
Fields inherited from class water.api.RequestArguments.Argument
_displayName, _field, _hideInQuery, _name, _prerequisites, _readOnly, _requestHelp, _required
 
Constructor Summary
RequestArguments.RFModelKey(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class water.api.RequestArguments.H2OModelKey
defaultValue, parse, queryDescription
 
Methods inherited from class water.api.RequestArguments.TypeaheadInputText
jsAddons
 
Methods inherited from class water.api.RequestArguments.InputText
jsRefresh, jsValue, queryElement
 
Methods inherited from class water.api.RequestArguments.Argument
addPrerequisite, check, disable, disable, disabled, errors, 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
 

Constructor Detail

RequestArguments.RFModelKey

public RequestArguments.RFModelKey(java.lang.String name)