|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.dom.client.Node
com.google.gwt.dom.client.Element
com.google.gwt.user.client.Element
com.sencha.gxt.core.client.dom.XElement
com.sencha.gxt.fx.client.FxElement
public class FxElement
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sencha.gxt.core.client.dom.XElement |
|---|
XElement.VisMode |
| Field Summary |
|---|
| Fields inherited from class com.google.gwt.dom.client.Element |
|---|
DRAGGABLE_AUTO, DRAGGABLE_FALSE, DRAGGABLE_TRUE |
| Fields inherited from class com.google.gwt.dom.client.Node |
|---|
DOCUMENT_NODE, ELEMENT_NODE, TEXT_NODE |
| Method Summary | |
|---|---|
void |
blink()
Blinks the element. |
void |
blink(Fx fx,
int interval)
Blinks the element. |
void |
blink(int interval)
Blinks the element. |
void |
fadeToggle()
Toggles the element visibility using a fade effect. |
void |
fadeToggle(Fx fx)
Toggles the element visibility using a fade effect. |
void |
scrollTo(Style.ScrollDirection side,
int value,
boolean animate)
Scrolls this element the specified scroll point. |
void |
scrollTo(Style.ScrollDirection side,
int value,
boolean animate,
Fx fx)
Scrolls this element the specified scroll point. |
void |
setXY(int x,
int y,
Fx fx)
Sets the elements position in page coordinates and animates using Move. |
void |
slideIn(Style.Direction direction)
Slides the element in. |
void |
slideIn(Style.Direction direction,
Fx fx)
Slides the element in. |
void |
slideOut(Style.Direction direction)
Slides the element out. |
void |
slideOut(Style.Direction direction,
Fx fx)
Slides the element out. |
| Methods inherited from class com.google.gwt.dom.client.Node |
|---|
appendChild, cloneNode, getChild, getChildCount, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, hasChildNodes, hasParentElement, insertAfter, insertBefore, insertFirst, isOrHasChild, removeChild, removeFromParent, replaceChild, setNodeValue |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public final void blink()
public final void blink(Fx fx,
int interval)
fx - the fx instanceinterval - the rate of blinkpublic final void blink(int interval)
interval - the rate of blinkpublic final void fadeToggle()
Fx
object will run the animation and fire applicable events.
public final void fadeToggle(Fx fx)
Fx
object will run the animation and fire applicable events.
fx - the Fx object
public final void scrollTo(Style.ScrollDirection side,
int value,
boolean animate)
side - side either "left" for scrollLeft values or "top" for scrollTop
values.value - the new scroll valueanimate - true to animate
public final void scrollTo(Style.ScrollDirection side,
int value,
boolean animate,
Fx fx)
side - side either "left" for scrollLeft values or "top" for scrollTop
values.value - the new scroll valueanimate - true to animate
public final void setXY(int x,
int y,
Fx fx)
Move.
x - the x coordinatey - the y coordinatefx - the fx instancepublic final void slideIn(Style.Direction direction)
direction - the direction
public final void slideIn(Style.Direction direction,
Fx fx)
direction - the directionfx - the fx configpublic final void slideOut(Style.Direction direction)
direction - the direction
public final void slideOut(Style.Direction direction,
Fx fx)
direction - the directionfx - the fx
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||