|
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
public abstract class Effect
Base class for all javascript effects
Field Summary | |
---|---|
protected EffectsArguments |
ea
|
Constructor Summary | |
---|---|
Effect()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
float |
getDelay()
Gets the delay before invoking the effect |
float |
getDuration()
Get the duration of the effect (In seconds) |
float |
getFps()
Get the frames per second of this effect |
float |
getFrom()
Gets the starting point of the transition, a float between 0.0 and 1.0. |
abstract java.lang.String |
getFunctionName()
get the name of the Function call to invoke the effect |
java.lang.String |
getId()
Get the HTML ID of the element t |
int |
getIntfromString(java.lang.String s)
|
java.lang.String |
getQueue()
Gets queuing options. |
java.lang.String |
getSequence()
Get the name of the sequence this effect is in |
int |
getSequenceId()
Get the ID or position of this effect in a sequence |
float |
getTo()
Gets the end point of the transition, a float between 0.0 and 1.0. |
int |
hashCode()
|
boolean |
isFired()
Has this effect been fired. |
boolean |
isQueued()
Deprecated. |
boolean |
isQueueEnd()
Deprecated. |
boolean |
isSubmit()
Gets is this effect should fire partial submit when finished |
boolean |
isSync()
Gets whether the effect should render new frames automatically (which it does by default). |
boolean |
isTransitory()
Transitory effects return a component to its original state. |
void |
setDelay(float delay)
Sets the delay before invoking the effect |
void |
setDuration(float duration)
Set the duration of the effect (In seconds) |
void |
setFired(boolean fired)
Set if this effect has been fired. |
void |
setFps(float fps)
Set the frames per second of this effect. |
void |
setFrom(float from)
Sets the starting point of the transition, a float between 0.0 and 1.0. |
void |
setId(java.lang.String id)
Set the HTML ID of the element t |
void |
setOptions(java.lang.String options)
|
void |
setQueue(java.lang.String queue)
Sets queuing options. |
void |
setQueued(boolean queued)
Deprecated. |
void |
setQueueEnd(boolean queueEnd)
Deprecated. |
void |
setSequence(java.lang.String sequence)
Set the name of the sequence this effect is in. |
void |
setSequenceId(int sequenceId)
Set the ID or position of this effect in a sequence |
void |
setSubmit(boolean submit)
Sets is this effect should fire partial submit when finished. |
void |
setSync(boolean sync)
Sets whether the effect should render new frames automatically (which it does by default). |
void |
setTo(float to)
Sets the end point of the transition, a float between 0.0 and 1.0. |
void |
setTransitory(boolean transitory)
Transitory effects do not alter the display state. |
java.lang.String |
toString()
|
java.lang.String |
toString(java.lang.String var,
java.lang.String lastCall)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected EffectsArguments ea
Constructor Detail |
---|
public Effect()
Method Detail |
---|
public boolean isTransitory()
public void setTransitory(boolean transitory)
transitory
- true to not populate the css style changes, false to populate css style changespublic boolean isQueued()
public void setQueued(boolean queued)
queued
- public boolean isQueueEnd()
public void setQueueEnd(boolean queueEnd)
queueEnd
- public boolean isFired()
public void setFired(boolean fired)
fired
- public float getDuration()
public void setDuration(float duration)
duration
- public float getFps()
public void setFps(float fps)
fps
- public float getFrom()
public void setFrom(float from)
from
- public float getTo()
public void setTo(float to)
to
- public boolean isSync()
public void setSync(boolean sync)
sync
- public float getDelay()
public void setDelay(float delay)
delay
- public java.lang.String getQueue()
public void setQueue(java.lang.String queue)
queue
- public boolean isSubmit()
public void setSubmit(boolean submit)
submit
- public abstract java.lang.String getFunctionName()
public java.lang.String toString(java.lang.String var, java.lang.String lastCall)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getId()
public void setId(java.lang.String id)
id
- public java.lang.String getSequence()
public void setSequence(java.lang.String sequence)
sequence
- public int getSequenceId()
public void setSequenceId(int sequenceId)
sequenceId
- public void setOptions(java.lang.String options)
public int hashCode()
hashCode
in class java.lang.Object
public int getIntfromString(java.lang.String s)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
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 |