Class PropertyValue
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.util.workflow.PropertyValue
- All Implemented Interfaces:
HasHandlers
Identifies a property name and value to be assigned to a component by the
SetPropertiesTask
.-
Field Summary
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Name of the property to be assigned the new value.static PropertyValue
getOrCreateRef
(JavaScriptObject jsObj) getValue()
Name of the property to be assigned the new value.Name of the property to be assigned the new value.Name of the property to be assigned the new value.Methods inherited from class com.smartgwt.client.core.DataClass
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
-
Constructor Details
-
PropertyValue
public PropertyValue() -
PropertyValue
-
-
Method Details
-
getOrCreateRef
-
setName
Name of the property to be assigned the new value.- Parameters:
name
- New name value. Default value is null- Returns:
PropertyValue
instance, for chaining setter calls
-
getName
Name of the property to be assigned the new value.- Returns:
- Current name value. Default value is null
-
setValue
Name of the property to be assigned the new value.A value prefixed with "$" will be treated as a
TaskInputExpression
excluding "$input" and "$inputRecord" references.- Parameters:
value
- New value value. Default value is null- Returns:
PropertyValue
instance, for chaining setter calls
-
getValue
Name of the property to be assigned the new value.A value prefixed with "$" will be treated as a
TaskInputExpression
excluding "$input" and "$inputRecord" references.- Returns:
- Current value value. Default value is null
-