public class AnimateShowEffect extends DataClass
factoryCreated, factoryProperties
Constructor and Description |
---|
AnimateShowEffect() |
AnimateShowEffect(com.google.gwt.core.client.JavaScriptObject jsObj) |
Modifier and Type | Method and Description |
---|---|
AnimationEffect |
getEffect()
Effect to apply
|
java.lang.String |
getEndAt()
For hide animations of type
"wipe and "slide" this attribute specifies where the wipe /
slide should finish. |
java.lang.String |
getEndsAt()
Deprecated.
This property was misnamed.
|
static AnimateShowEffect |
getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj) |
java.lang.String |
getStartFrom()
For show animations of type
"wipe" and "slide" this attribute specifies where the wipe /
slide should originate. |
void |
setEffect(AnimationEffect effect)
Effect to apply
|
void |
setEndAt(java.lang.String endAt)
For hide animations of type
"wipe and "slide" this attribute specifies where the wipe /
slide should finish. |
void |
setEndsAt(java.lang.String endsAt)
Deprecated.
This property was misnamed.
|
void |
setStartFrom(java.lang.String startFrom)
For show animations of type
"wipe" and "slide" this attribute specifies where the wipe /
slide should originate. |
applyFactoryProperties, doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsDoubleArray, 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
public AnimateShowEffect()
public AnimateShowEffect(com.google.gwt.core.client.JavaScriptObject jsObj)
public static AnimateShowEffect getOrCreateRef(com.google.gwt.core.client.JavaScriptObject jsObj)
public void setEffect(AnimationEffect effect)
effect
- New effect value. Default value is nullpublic AnimationEffect getEffect()
public void setEndAt(java.lang.String endAt)
"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).endAt
- New endAt value. Default value is nullpublic java.lang.String getEndAt()
"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).public void setEndsAt(java.lang.String endsAt)
endAt
instead.endsAt
- New endsAt value. Default value is nullpublic java.lang.String getEndsAt()
endAt
instead.public void setStartFrom(java.lang.String startFrom)
"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).startFrom
- New startFrom value. Default value is nullpublic java.lang.String getStartFrom()
"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).