Class ShowNextToComponentTask
java.lang.Object
com.smartgwt.client.core.BaseClass
com.smartgwt.client.util.workflow.ProcessElement
com.smartgwt.client.util.workflow.Task
com.smartgwt.client.util.workflow.ComponentTask
com.smartgwt.client.util.workflow.ShowNextToComponentTask
- All Implemented Interfaces:
- HasHandlers
Show a component next to some other component.
- 
Field SummaryFields inherited from class com.smartgwt.client.core.BaseClassconfig, configOnly, factoryCreated, factoryProperties, id, scClassName
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate()Can this component can be positioned on top of the other component if there isn't room to show next to it?The other component where this component will show.static ShowNextToComponentTaskgetOrCreateRef(JavaScriptObject jsObj) getSide()Which side of the other canvas should we show? Options are "top", "bottom", "left", "right".Set tofalseto not use animation to show component.setCanOcclude(Boolean canOcclude) Can this component can be positioned on top of the other component if there isn't room to show next to it?setNextToComponentId(String nextToComponentId) The other component where this component will show.Which side of the other canvas should we show? Options are "top", "bottom", "left", "right".setSkipAnimation(Boolean skipAnimation) Set tofalseto not use animation to show component.Methods inherited from class com.smartgwt.client.util.workflow.ComponentTaskgetComponentBaseClass, getComponentBaseClassAsStringArray, getComponentId, getComponentRequiresDataSource, getTargetBaseClass, getTargetBaseClassAsStringArray, getTargetComponent, getTargetComponent, getUnsupportedComponentMessage, setComponentBaseClass, setComponentBaseClass, setComponentId, setComponentRequiresDataSource, setTargetBaseClass, setTargetBaseClass, setUnsupportedComponentMessageMethods inherited from class com.smartgwt.client.util.workflow.TaskgetExpressionValue, getInputFieldList, getInputRecord, getInputs, getInputsAsString, getInputsAsStringArray, getOutputExpression, getOutputField, getOutputFieldList, getState, getStrictPaths, setInputFieldList, setInputs, setInputs, setInputs, setOutput, setOutputExpression, setOutputField, setOutputFieldList, setState, setStrictPathsMethods inherited from class com.smartgwt.client.util.workflow.ProcessElementcompleteElement, convertToJavaScriptArray, executeElement, getBindOutput, getClassDescription, getComponentReferences, getCurrentProcess, getDescription, getDynamicValue, getEditorType, getElementDescription, getForceSingle, getID, getInvalidTaskMessage, getJsObj, getMockMode, getNextElement, getOrCreateJsObj, getPassThruOutput, getProcessElements, getSupportsMultipleInputRecords, getTextFormulaValue, getTypeTitle, getUndefinedComponentMessage, getUnresolvedComponentMessage, getWaitDuration, getWaitFor, getWaitLocator, isCreated, isValid, objectReferencesLastTaskOutput, onInit, reset, setAttribute, setBindOutput, setClassDescription, setCurrentProcess, setDescription, setEditorType, setForceSingle, setID, setJavaScriptObject, setMockMode, setNextElement, setPassThruOutput, setSupportsMultipleInputRecords, setTypeTitle, setUndefinedComponentMessage, setUnresolvedComponentMessage, setWaitDuration, setWaitFor, setWaitLocator, updateGlobalIDInCriteria, updateGlobalIDInTextFormula, updateGlobalIDInValueProperty, updateGlobalIDInValues, updateGlobalIDReferences, updateLastElementBindingReferences, updateLastElementInCriteria, updateLastElementInValueProperty, updateLastElementInValuesMethods inherited from class com.smartgwt.client.core.BaseClassaddDynamicProperty, 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
- 
Constructor Details- 
ShowNextToComponentTaskpublic ShowNextToComponentTask()
- 
ShowNextToComponentTask
 
- 
- 
Method Details- 
getOrCreateRef
- 
create- Overrides:
- createin class- ComponentTask
 
- 
setCanOccludeCan this component can be positioned on top of the other component if there isn't room to show next to it?- Parameters:
- canOcclude- New canOcclude value. Default value is null
- Returns:
- ShowNextToComponentTaskinstance, for chaining setter calls
- Throws:
- IllegalStateException- this property cannot be changed after the underlying component has been created
 
- 
getCanOccludeCan this component can be positioned on top of the other component if there isn't room to show next to it?- Returns:
- Current canOcclude value. Default value is null
 
- 
setNextToComponentIdpublic ShowNextToComponentTask setNextToComponentId(String nextToComponentId) throws IllegalStateException The other component where this component will show.- Parameters:
- nextToComponentId- New nextToComponentId value. Default value is null
- Returns:
- ShowNextToComponentTaskinstance, for chaining setter calls
- Throws:
- IllegalStateException- this property cannot be changed after the underlying component has been created
- See Also:
 
- 
getNextToComponentIdThe other component where this component will show.- Returns:
- Current nextToComponentId value. Default value is null
- See Also:
 
- 
setSideWhich side of the other canvas should we show? Options are "top", "bottom", "left", "right". (Defaults to "right")- Parameters:
- side- New side value. Default value is null
- Returns:
- ShowNextToComponentTaskinstance, for chaining setter calls
- Throws:
- IllegalStateException- this property cannot be changed after the underlying component has been created
 
- 
getSideWhich side of the other canvas should we show? Options are "top", "bottom", "left", "right". (Defaults to "right")- Returns:
- Current side value. Default value is null
 
- 
setSkipAnimationSet tofalseto not use animation to show component.- Parameters:
- skipAnimation- New skipAnimation value. Default value is null
- Returns:
- ShowNextToComponentTaskinstance, for chaining setter calls
- Throws:
- IllegalStateException- this property cannot be changed after the underlying component has been created
 
- 
getSkipAnimationSet tofalseto not use animation to show component.- Returns:
- Current skipAnimation value. Default value is null
 
 
-