|
ICEfaces 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.Pulsate
public class Pulsate
Pulsate or flash an HTML element
| Field Summary |
|---|
| Fields inherited from class com.icesoft.faces.context.effects.Effect |
|---|
ea |
| Constructor Summary | |
|---|---|
Pulsate()
Pulsate for 5 seconds |
|
Pulsate(float duration)
Pulsate for a givin duration (In seconds) |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
float |
getDuration()
Get the duration (Seconds) |
java.lang.String |
getFunctionName()
Get the Javascript function name |
int |
hashCode()
|
void |
setDuration(float duration)
Set the duration (Seconds) |
| Methods inherited from class com.icesoft.faces.context.effects.Effect |
|---|
getDelay, getFps, getFrom, getId, getIntfromString, getQueue, getSequence, getSequenceId, getTo, isFired, isQueued, isQueueEnd, isSubmit, isSync, isTransitory, setDelay, 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 Pulsate()
public Pulsate(float duration)
duration - | Method Detail |
|---|
public float getDuration()
getDuration in class Effectpublic void setDuration(float duration)
setDuration in class Effectduration - public java.lang.String getFunctionName()
getFunctionName in class Effectpublic int hashCode()
hashCode in class Effectpublic boolean equals(java.lang.Object obj)
equals in class Effect
|
ICEfaces 3.3.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||