public class ShowNextToComponentTask extends ComponentTask
config, configOnly, factoryCreated, factoryProperties, id, scClassName
Constructor and Description |
---|
ShowNextToComponentTask() |
ShowNextToComponentTask(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.core.client.JavaScriptObject |
create() |
java.lang.Boolean |
getCanOcclude()
Can this component can be positioned on top of the other component if there isn't room to show next to it?
|
java.lang.String |
getNextToComponentId()
The other component where this component will show.
|
static ShowNextToComponentTask |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getSide()
Which side of the other canvas should we show? Options are "top", "bottom", "left", "right".
|
java.lang.Boolean |
getSkipAnimation()
Set to
false to not use animation to show component. |
ShowNextToComponentTask |
setCanOcclude(java.lang.Boolean canOcclude)
Can this component can be positioned on top of the other component if there isn't room to show next to it?
|
ShowNextToComponentTask |
setNextToComponentId(java.lang.String nextToComponentId)
The other component where this component will show.
|
ShowNextToComponentTask |
setSide(java.lang.String side)
Which side of the other canvas should we show? Options are "top", "bottom", "left", "right".
|
ShowNextToComponentTask |
setSkipAnimation(java.lang.Boolean skipAnimation)
Set to
false to not use animation to show component. |
getComponentBaseClass, getComponentBaseClassAsStringArray, getComponentId, getComponentRequiresDataSource, getTargetBaseClass, getTargetBaseClassAsStringArray, getTargetComponent, getTargetComponent, getUnsupportedComponentMessage, setComponentBaseClass, setComponentBaseClass, setComponentId, setComponentRequiresDataSource, setTargetBaseClass, setTargetBaseClass, setUnsupportedComponentMessage
completeElement, convertToJavaScriptArray, executeElement, getBindOutput, getClassDescription, getComponentReferences, 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, setDescription, setEditorType, setForceSingle, setID, setJavaScriptObject, setMockMode, setNextElement, setPassThruOutput, setSupportsMultipleInputRecords, setTypeTitle, setUndefinedComponentMessage, setUnresolvedComponentMessage, setWaitDuration, setWaitFor, setWaitLocator, updateGlobalIDInCriteria, updateGlobalIDInTextFormula, updateGlobalIDInValueProperty, updateGlobalIDInValues, updateGlobalIDReferences, updateLastElementBindingReferences, updateLastElementInCriteria, updateLastElementInValueProperty, updateLastElementInValues
addDynamicProperty, 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 ShowNextToComponentTask()
public ShowNextToComponentTask(com.google.gwt.core.client.JavaScriptObject jsObj)
public static ShowNextToComponentTask getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public com.google.gwt.core.client.JavaScriptObject create()
create
in class ComponentTask
public ShowNextToComponentTask setCanOcclude(java.lang.Boolean canOcclude) throws java.lang.IllegalStateException
canOcclude
- New canOcclude value. Default value is nullShowNextToComponentTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic java.lang.Boolean getCanOcclude()
public ShowNextToComponentTask setNextToComponentId(java.lang.String nextToComponentId) throws java.lang.IllegalStateException
nextToComponentId
- New nextToComponentId value. Default value is nullShowNextToComponentTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdGlobalId
public java.lang.String getNextToComponentId()
GlobalId
public ShowNextToComponentTask setSide(java.lang.String side) throws java.lang.IllegalStateException
side
- New side value. Default value is nullShowNextToComponentTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic java.lang.String getSide()
public ShowNextToComponentTask setSkipAnimation(java.lang.Boolean skipAnimation) throws java.lang.IllegalStateException
false
to not use animation to show component.skipAnimation
- New skipAnimation value. Default value is nullShowNextToComponentTask
instance, for chaining setter callsjava.lang.IllegalStateException
- this property cannot be changed after the underlying component has been createdpublic java.lang.Boolean getSkipAnimation()
false
to not use animation to show component.