public class SetSectionTitleTask extends ComponentTask
targetSectionName
or targetSectionTitle
.config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
SetSectionTitleTask() |
SetSectionTitleTask(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
static SetSectionTitleTask |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getTargetSectionName()
The name of the target section.
|
java.lang.String |
getTargetSectionTitle()
The current title of the target section.
|
UserSummary |
getTextFormula()
Formula to be used to calculate the section title contents.
|
java.lang.String |
getTitle()
Title to assign to section.
|
SetSectionTitleTask |
setTargetSectionName(java.lang.String targetSectionName)
The name of the target section.
|
SetSectionTitleTask |
setTargetSectionTitle(java.lang.String targetSectionTitle)
The current title of the target section.
|
SetSectionTitleTask |
setTextFormula(UserSummary textFormula)
Formula to be used to calculate the section title contents.
|
SetSectionTitleTask |
setTitle(java.lang.String title)
Title to assign to section.
|
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 SetSectionTitleTask()
public SetSectionTitleTask(com.google.gwt.core.client.JavaScriptObject jsObj)
public static SetSectionTitleTask getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create
in class ComponentTask
public SetSectionTitleTask setTargetSectionName(java.lang.String targetSectionName) throws java.lang.IllegalStateException
targetSectionName
- New targetSectionName value. Default value is nullSetSectionTitleTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic java.lang.String getTargetSectionName()
public SetSectionTitleTask setTargetSectionTitle(java.lang.String targetSectionTitle) throws java.lang.IllegalStateException
targetSectionTitle
- New targetSectionTitle value. Default value is nullSetSectionTitleTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic java.lang.String getTargetSectionTitle()
public SetSectionTitleTask setTextFormula(UserSummary textFormula) throws java.lang.IllegalStateException
title
property to assign a static title instead.
Available fields for use in the formula are the current rule
context
.
textFormula
- New textFormula value. Default value is nullSetSectionTitleTask
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 title instead.
Available fields for use in the formula are the current rule
context
.
public SetSectionTitleTask setTitle(java.lang.String title) throws java.lang.IllegalStateException
textFormula
.setTitle
in class ProcessElement
title
- New title value. Default value is nullSetSectionTitleTask
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