public class FormSetValuesTask extends ComponentTask
DynamicForm.setValues(java.util.Map)
config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
FormSetValuesTask() |
FormSetValuesTask(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
Record |
getFixedValues()
Values to be combined with the data from the
ServiceTask.values if specified, via simple copying of fields, with explicitly specified ServiceTask.values overriding fixedValues . |
static FormSetValuesTask |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
Record |
getValues()
Values to be set on the form.
|
FormSetValuesTask |
setFixedValues(Record fixedValues)
Values to be combined with the data from the
ServiceTask.values if specified, via simple copying of fields, with explicitly specified ServiceTask.values overriding fixedValues . |
FormSetValuesTask |
setValues(Record values)
Values to be set on the form.
|
getComponentBaseClass, getComponentBaseClassAsStringArray, getComponentId, getComponentRequiresDataSource, getTargetBaseClass, getTargetBaseClassAsStringArray, getTargetComponent, getTargetComponent, getUnsupportedComponentMessage, setComponentBaseClass, setComponentBaseClass, setComponentId, setComponentRequiresDataSource, setTargetBaseClass, setTargetBaseClass, setUnsupportedComponentMessage
completeElement, convertToJavaScriptArray, executeElement, getBindOutput, getClassDescription, getComponentReferences, getDescription, getDynamicValue, getEditorType, getElementDescription, getForceSingle, getID, getInvalidTaskMessage, getJsObj, getMockMode, getNextElement, getOrCreateJsObj, getPassThruOutput, getProcessElements, getSupportsMultipleInputRecords, getTextFormulaValue, getTypeTitle, getUndefinedComponentMessage, getUnresolvedComponentMessage, getWaitDuration, getWaitFor, getWaitLocator, isCreated, isValid, objectReferencesLastTaskOutput, onInit, reset, setAttribute, setBindOutput, setClassDescription, setDescription, setEditorType, setForceSingle, setID, setJavaScriptObject, setMockMode, setNextElement, setPassThruOutput, setSupportsMultipleInputRecords, setTypeTitle, setUndefinedComponentMessage, setUnresolvedComponentMessage, setWaitDuration, setWaitFor, setWaitLocator, updateGlobalIDInCriteria, updateGlobalIDInTextFormula, updateGlobalIDInValueProperty, updateGlobalIDInValues, updateGlobalIDReferences, updateLastElementBindingReferences, updateLastElementInCriteria, updateLastElementInValueProperty, updateLastElementInValues
addDynamicProperty, addDynamicProperty, addDynamicProperty, addDynamicProperty, applyFactoryProperties, asSGWTComponent, clearDynamicProperty, createJsObj, destroy, doAddHandler, doInit, error, error, errorIfNotCreated, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsString, getAttributeAsStringArray, getClassName, getConfig, getHandlerCount, getRef, getRuleScope, getScClassName, getTestInstance, hasAutoAssignedID, hasDynamicProperty, internalSetID, internalSetID, isConfigOnly, isFactoryCreated, onBind, registerID, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setConfig, setConfigOnly, setFactoryCreated, setProperty, setProperty, setProperty, setProperty, setRuleScope, setScClassName
public FormSetValuesTask()
public FormSetValuesTask(com.google.gwt.core.client.JavaScriptObject jsObj)
public static FormSetValuesTask getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create
in class ComponentTask
public FormSetValuesTask setFixedValues(Record fixedValues) throws java.lang.IllegalStateException
ServiceTask.values
if specified, via simple copying of fields, with explicitly specified ServiceTask.values
overriding fixedValues
.fixedValues
- New fixedValues value. Default value is nullFormSetValuesTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic Record getFixedValues()
ServiceTask.values
if specified, via simple copying of fields, with explicitly specified ServiceTask.values
overriding fixedValues
.public FormSetValuesTask setValues(Record values) throws java.lang.IllegalStateException
Data values prefixed with "$" will be treated as a TaskInputExpression
. Use fixedValues
for any values that start with "$" but
should be treated as a literal.
values
- New values value. Default value is nullFormSetValuesTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic Record getValues()
Data values prefixed with "$" will be treated as a TaskInputExpression
. Use fixedValues
for any values that start with "$" but
should be treated as a literal.