org.jboss.errai.widgets.client.effects.effectimpl
Class IEEffectImpl

java.lang.Object
  extended by org.jboss.errai.widgets.client.effects.effectimpl.IEEffectImpl
All Implemented Interfaces:
Effect

public class IEEffectImpl
extends Object
implements Effect


Constructor Summary
IEEffectImpl()
           
 
Method Summary
 com.google.gwt.user.client.Timer doFade(com.google.gwt.dom.client.Element el, double duration, int start, int end)
           
 void setOpacity(com.google.gwt.dom.client.Element el, int opacity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IEEffectImpl

public IEEffectImpl()
Method Detail

doFade

public com.google.gwt.user.client.Timer doFade(com.google.gwt.dom.client.Element el,
                                               double duration,
                                               int start,
                                               int end)
Specified by:
doFade in interface Effect

setOpacity

public void setOpacity(com.google.gwt.dom.client.Element el,
                       int opacity)
Specified by:
setOpacity in interface Effect


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.