public class GridStartEditingTask extends ComponentTask
ListGrid.startEditingNew()
config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
GridStartEditingTask() |
GridStartEditingTask(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
Record |
getInitialValues()
Initial values for new edit record.
|
static GridStartEditingTask |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
GridStartEditingTask |
setInitialValues(Record initialValues)
Initial values for new edit record.
|
getComponentBaseClass, getComponentBaseClassAsStringArray, getComponentId, getComponentRequiresDataSource, setComponentBaseClass, setComponentBaseClass, setComponentId, setComponentRequiresDataSource
convertToJavaScriptArray, getClassDescription, getDescription, getEditorType, getElementDescription, getID, getJsObj, getNextElement, getOrCreateJsObj, getPassThruOutput, getProcessElements, getTitle, isCreated, onInit, setAttribute, setClassDescription, setDescription, setEditorType, setID, setJavaScriptObject, setNextElement, setPassThruOutput, setTitle
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 GridStartEditingTask()
public GridStartEditingTask(com.google.gwt.core.client.JavaScriptObject jsObj)
public static GridStartEditingTask getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create
in class ComponentTask
public GridStartEditingTask setInitialValues(Record initialValues) throws java.lang.IllegalStateException
Data values prefixed with "$" will be treated as a TaskInputExpression
excluding "$input" and "$inputRecord" references.
initialValues
- New initialValues value. Default value is nullGridStartEditingTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic Record getInitialValues()
Data values prefixed with "$" will be treated as a TaskInputExpression
excluding "$input" and "$inputRecord" references.