org.wicketstuff.scriptaculous.effect
Interface Effect

All Known Implementing Classes:
Effect.AbstractEffect, Effect.Appear, Effect.DropOut, Effect.Fade, Effect.Fold, Effect.Grow, Effect.Highlight, Effect.Multiple, Effect.Opacity, Effect.Parallel, Effect.Puff, Effect.Pulsate, Effect.Shake, Effect.Shrink, Effect.Squish, Effect.SwitchOff

public interface Effect

API for working with scriptaculous effects.

Author:
Ryan Sonnek
See Also:
http://wiki.script.aculo.us/scriptaculous/show/VisualEffects

Nested Class Summary
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
           
 
Method Summary
 java.lang.String toJavascript()
           
 

Method Detail

toJavascript

java.lang.String toJavascript()


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