Class AnimateShowEffect
java.lang.Object
com.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.widgets.drawing.AnimateShowEffect
- All Implemented Interfaces:
HasHandlers
Configuration object for effect to apply during an animated show or hide.
-
Field Summary
Fields inherited from class com.smartgwt.client.core.DataClass
factoryCreated, factoryProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionEffect to applygetEndAt()
For hide animations of type"wipe
and"slide"
this attribute specifies where the wipe / slide should finish.Deprecated.This property was misnamed.static AnimateShowEffect
getOrCreateRef
(JavaScriptObject jsObj) For show animations of type"wipe"
and"slide"
this attribute specifies where the wipe / slide should originate.setEffect
(AnimationEffect effect) Effect to applyFor hide animations of type"wipe
and"slide"
this attribute specifies where the wipe / slide should finish.Deprecated.This property was misnamed.setStartFrom
(String startFrom) For show animations of type"wipe"
and"slide"
this attribute specifies where the wipe / slide should originate.Methods inherited from class com.smartgwt.client.core.DataClass
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, getAttributeAsElement, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, isFactoryCreated, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeAsJavaObject, setFactoryCreated
-
Constructor Details
-
AnimateShowEffect
public AnimateShowEffect() -
AnimateShowEffect
-
-
Method Details
-
getOrCreateRef
-
setEffect
Effect to apply- Parameters:
effect
- New effect value. Default value is null- Returns:
AnimateShowEffect
instance, for chaining setter calls
-
getEffect
Effect to apply- Returns:
- Current effect value. Default value is null
-
setEndAt
For hide animations of type"wipe
and"slide"
this attribute specifies where the wipe / slide should finish. Valid options are"T"
(vertical animation upwards to the top of the canvas, the default behavior) and"L"
(horizontal animation to the left of the canvas).- Parameters:
endAt
- New endAt value. Default value is null- Returns:
AnimateShowEffect
instance, for chaining setter calls
-
getEndAt
For hide animations of type"wipe
and"slide"
this attribute specifies where the wipe / slide should finish. Valid options are"T"
(vertical animation upwards to the top of the canvas, the default behavior) and"L"
(horizontal animation to the left of the canvas).- Returns:
- Current endAt value. Default value is null
-
setEndsAt
Deprecated.This property was misnamed.UseendAt
instead.- Parameters:
endsAt
- New endsAt value. Default value is null- Returns:
AnimateShowEffect
instance, for chaining setter calls
-
getEndsAt
Deprecated.This property was misnamed.UseendAt
instead.- Returns:
- Current endsAt value. Default value is null
-
setStartFrom
For show animations of type"wipe"
and"slide"
this attribute specifies where the wipe / slide should originate. Valid values are"T"
(vertical animation from the top down, the default behavior), and"L"
(horizontal animation from the left side).- Parameters:
startFrom
- New startFrom value. Default value is null- Returns:
AnimateShowEffect
instance, for chaining setter calls
-
getStartFrom
For show animations of type"wipe"
and"slide"
this attribute specifies where the wipe / slide should originate. Valid values are"T"
(vertical animation from the top down, the default behavior), and"L"
(horizontal animation from the left side).- Returns:
- Current startFrom value. Default value is null
-