ICEfaces 1.x Compatibility Library 3.3.0
Java API Documentation

com.icesoft.faces.context.effects
Class Appear

java.lang.Object
  extended by com.icesoft.faces.context.effects.Effect
      extended by com.icesoft.faces.context.effects.Appear
All Implemented Interfaces:
java.io.Serializable

public class Appear
extends Effect

The appear effect will transition an HTML element from one opacity to another. By default if will transition from invisible to 100% opacity.

See Also:
Serialized Form

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

Appear

public Appear()
Default. Transition from invisible to 100%


Appear

public Appear(float from,
              float to)
Transition between two opacities. Max value i 1.0 min value 0.0. 1.0 = 100% 0.0 = 0%

Parameters:
from -
to -
Method Detail

getFrom

public float getFrom()
Get Start opacity

Overrides:
getFrom in class Effect
Returns:

setFrom

public void setFrom(float from)
Set start opacity

Overrides:
setFrom in class Effect
Parameters:
from -

getTo

public float getTo()
Get end opacity

Overrides:
getTo in class Effect
Returns:

setTo

public void setTo(float to)
Set end opacity

Overrides:
setTo in class Effect
Parameters:
to -

getFunctionName

public java.lang.String getFunctionName()
The javascript function call.

Specified by:
getFunctionName in class Effect
Returns:

hashCode

public int hashCode()
Overrides:
hashCode in class Effect

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Effect

ICEfaces 1.x Compatibility Library 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.