public class BuildHilitesRequest extends BuildCriterionRequest
Hilite
objects from a natural
language description of hilite criteria and styling to apply.id
factoryCreated, factoryProperties
Constructor and Description |
---|
BuildHilitesRequest() |
BuildHilitesRequest(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
static BuildHilitesRequest |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
Record[] |
getRecords()
The records to apply the hilite(s) to.
|
BuildHilitesRequest |
setRecords(Record... records)
The records to apply the hilite(s) to.
|
getDataSource, getMode, getUserAIRequest, setDataSource, setMode, setUserAIRequest
getMaxRetries, getProgressDialogProperties, getShowProgressDialog, getUserCanCancel, setMaxRetries, setProgressDialogProperties, setShowProgressDialog, setUserCanCancel
getCancellationController, setCancellationController
getRef, getRef, internalSetID
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
public BuildHilitesRequest()
public BuildHilitesRequest(com.google.gwt.core.client.JavaScriptObject jsObj)
public static BuildHilitesRequest getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public BuildHilitesRequest setRecords(Record... records)
records
- New records value. Default value is nullBuildHilitesRequest
instance, for chaining setter callspublic Record[] getRecords()