Uses of Interface
org.wicketstuff.scriptaculous.effect.Effect

Packages that use Effect
org.wicketstuff.scriptaculous.effect   
org.wicketstuff.scriptaculous.fx   
 

Uses of Effect in org.wicketstuff.scriptaculous.effect
 

Classes in org.wicketstuff.scriptaculous.effect that implement Effect
static class Effect.AbstractEffect
          Helper Base Effect class for simple effest that require a component and options.
static class Effect.Appear
          Make an element appear.
static class Effect.DropOut
          Makes the element drop and fade out at the same time.
static class Effect.Fade
          Make an element fade away.
static class Effect.Fold
          Reduce the element to its top then to left to make it disappear.
static class Effect.Grow
          Grow an element into view.
static class Effect.Highlight
          Effect for highlighting a component using the famous "yellow fade".
static class Effect.Multiple
          execute multiple effects in sequence.
static class Effect.Opacity
          Core effect to change to opacity of an element.
static class Effect.Parallel
          Chaining of effects
static class Effect.Puff
          Make an element Puff away.
static class Effect.Pulsate
          Pulsates the element.
static class Effect.Shake
          shake an element from left to right
static class Effect.Shrink
           
static class Effect.Squish
          Reduce the element to its top-left corner.
static class Effect.SwitchOff
           
 

Uses of Effect in org.wicketstuff.scriptaculous.fx
 

Methods in org.wicketstuff.scriptaculous.fx that return Effect
 Effect ToasterSettings.getAppear()
           
 Effect ToasterSettings.getFade()
           
 Effect ToasterSettings.getMiddle()
           
 

Methods in org.wicketstuff.scriptaculous.fx with parameters of type Effect
 void ToasterSettings.setAppear(Effect appear)
           
 void ToasterSettings.setFade(Effect fade)
           
 void ToasterSettings.setMiddle(Effect middle)
           
 

Constructors in org.wicketstuff.scriptaculous.fx with parameters of type Effect
ToasterSettings(Effect appear, Effect middle, Effect fade, ToasterSettings.ToasterLocation location, java.lang.String toasterBackground, java.lang.String toasterBorderColor)
           
 



Copyright © 2006-2011 Wicket Stuff. All Rights Reserved.