public class SetLabelTextTask extends ComponentTask
Label.setContents(java.lang.String)
config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
SetLabelTextTask() |
SetLabelTextTask(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
static SetLabelTextTask |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
UserSummary |
getTextFormula()
Formula to be used to calculate the label text contents.
|
java.lang.String |
getValue()
Value to assign to label text contents.
|
SetLabelTextTask |
setTextFormula(UserSummary textFormula)
Formula to be used to calculate the label text contents.
|
SetLabelTextTask |
setValue(java.lang.String value)
Value to assign to label text contents.
|
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 SetLabelTextTask()
public SetLabelTextTask(com.google.gwt.core.client.JavaScriptObject jsObj)
public static SetLabelTextTask getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create
in class ComponentTask
public SetLabelTextTask setTextFormula(UserSummary textFormula) throws java.lang.IllegalStateException
value
property to assign a static value instead.
Available fields for use in the formula are the current rule
context
.
textFormula
- New textFormula value. Default value is nullSetLabelTextTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic UserSummary getTextFormula()
value
property to assign a static value instead.
Available fields for use in the formula are the current rule
context
.
public SetLabelTextTask setValue(java.lang.String value) throws java.lang.IllegalStateException
textFormula
.value
- New value value. Default value is nullSetLabelTextTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdHTMLString
public java.lang.String getValue()
textFormula
.HTMLString