|
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.Appear
public class Appear
The appear effect will transition an HTML element from one opacity to another. By default if will transition from invisible to 100% opacity.
| Field Summary |
|---|
| Fields inherited from class com.icesoft.faces.context.effects.Effect |
|---|
ea |
| Constructor Summary | |
|---|---|
Appear()
Default. |
|
Appear(float from,
float to)
Transition between two opacities. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
float |
getFrom()
Get Start opacity |
java.lang.String |
getFunctionName()
The javascript function call. |
float |
getTo()
Get end opacity |
int |
hashCode()
|
void |
setFrom(float from)
Set start opacity |
void |
setTo(float to)
Set end opacity |
| Methods inherited from class com.icesoft.faces.context.effects.Effect |
|---|
getDelay, getDuration, getFps, getId, getIntfromString, getQueue, getSequence, getSequenceId, isFired, isQueued, isQueueEnd, isSubmit, isSync, isTransitory, setDelay, setDuration, setFired, setFps, setId, setOptions, setQueue, setQueued, setQueueEnd, setSequence, setSequenceId, setSubmit, setSync, setTransitory, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Appear()
public Appear(float from,
float to)
from - to - | Method Detail |
|---|
public float getFrom()
getFrom in class Effectpublic void setFrom(float from)
setFrom in class Effectfrom - public float getTo()
getTo in class Effectpublic void setTo(float to)
setTo in class Effectto - 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 | ||||||||