|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.icesoft.faces.context.effects.Effect
com.icesoft.faces.context.effects.Move
public class Move
Move an HTML element to a new position. Moves can be absolute or relative. Relative moves an element from it current position, absolute moves it from its begging position. (Here the HTML initially rendered it)
Field Summary |
---|
Fields inherited from class com.icesoft.faces.context.effects.Effect |
---|
ea |
Constructor Summary | |
---|---|
Move()
|
|
Move(int x,
int y)
Move an element to a new position. |
|
Move(int x,
int y,
java.lang.String mode)
Move an element to a new position |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getFunctionName()
The javascript function name |
java.lang.String |
getMode()
Get the mode of the move (absolute or relative) |
int |
getX()
Get the X or left end position |
int |
getY()
Get the Y or top position |
int |
hasCode()
|
void |
setMode(java.lang.String mode)
Set the mode (absolute or realitve) |
void |
setX(int x)
Set the X or left end position |
void |
setY(int y)
Set the Y or top position |
Methods inherited from class com.icesoft.faces.context.effects.Effect |
---|
getDelay, getDuration, getFps, getFrom, getId, getIntfromString, getQueue, getSequence, getSequenceId, getTo, hashCode, isFired, isQueued, isQueueEnd, isSubmit, isSync, isTransitory, setDelay, setDuration, setFired, setFps, setFrom, setId, setOptions, setQueue, setQueued, setQueueEnd, setSequence, setSequenceId, setSubmit, setSync, setTo, setTransitory, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Move()
public Move(int x, int y, java.lang.String mode)
x
- or left locationy
- or top locationmode
- can be relative or absolutepublic Move(int x, int y)
x
- or left locationy
- or top locationMethod Detail |
---|
public int getX()
public void setX(int x)
x
- public int getY()
public void setY(int y)
y
- public java.lang.String getMode()
public void setMode(java.lang.String mode)
mode
- public java.lang.String getFunctionName()
getFunctionName
in class Effect
public int hasCode()
public boolean equals(java.lang.Object obj)
equals
in class Effect
|
ICEfaces 1.x Compatibility Library 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |