public class SetButtonTitleTask extends ComponentTask
Button.setTitle(java.lang.String)
config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
SetButtonTitleTask() |
SetButtonTitleTask(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
static SetButtonTitleTask |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
UserSummary |
getTextFormula()
Formula to be used to calculate the button title contents.
|
java.lang.String |
getTitle()
Title to assign to button.
|
SetButtonTitleTask |
setTextFormula(UserSummary textFormula)
Formula to be used to calculate the button title contents.
|
SetButtonTitleTask |
setTitle(java.lang.String title)
Title to assign to button.
|
getComponentBaseClass, getComponentBaseClassAsStringArray, getComponentId, getComponentRequiresDataSource, setComponentBaseClass, setComponentBaseClass, setComponentId, setComponentRequiresDataSource
convertToJavaScriptArray, getClassDescription, getDescription, getEditorType, getElementDescription, getID, getJsObj, getNextElement, getOrCreateJsObj, getPassThruOutput, getProcessElements, isCreated, onInit, setAttribute, setClassDescription, setDescription, setEditorType, setID, setJavaScriptObject, setNextElement, setPassThruOutput
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 SetButtonTitleTask()
public SetButtonTitleTask(com.google.gwt.core.client.JavaScriptObject jsObj)
public static SetButtonTitleTask getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create
in class ComponentTask
public SetButtonTitleTask setTextFormula(UserSummary textFormula) throws java.lang.IllegalStateException
title
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 nullSetButtonTitleTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic UserSummary getTextFormula()
title
property to assign a static value instead.
Available fields for use in the formula are the current rule
context
.
public SetButtonTitleTask setTitle(java.lang.String title) throws java.lang.IllegalStateException
textFormula
.setTitle
in class ProcessElement
title
- New title value. Default value is nullSetButtonTitleTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdHTMLString
public java.lang.String getTitle()
textFormula
.getTitle
in class ProcessElement
HTMLString