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 Effect
Effect. 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 void
JQueryEffectContainer. play(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler, Effect effect)
Plays the specified effect.static String
JQueryEffectBehavior. toString(String selector, Effect effect)
Helper method that returns theJQueryEffectBehavior
string representation
-