Uses of Class
com.googlecode.wicket.jquery.ui.effect.Effect
-
Packages that use Effect Package Description com.googlecode.wicket.jquery.ui.effect -
-
Uses of Effect in com.googlecode.wicket.jquery.ui.effect
Methods in com.googlecode.wicket.jquery.ui.effect that return Effect Modifier and Type Method Description static EffectEffect. valueOf(String name)Returns the enum constant of this type with the specified name.static Effect[]Effect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.googlecode.wicket.jquery.ui.effect with parameters of type Effect Modifier and Type Method Description voidJQueryEffectContainer. play(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler, Effect effect)Plays the specified effect.static StringJQueryEffectBehavior. toString(String selector, Effect effect)Helper method that returns theJQueryEffectBehaviorstring representation
-