Package | Description |
---|---|
org.wicketstuff.jwicket.ui.effect |
Modifier and Type | Class and Description |
---|---|
class |
Blind |
class |
Bounce |
class |
Clip |
class |
Drop |
class |
Explode |
class |
Fold |
class |
Highlight |
class |
Puff |
class |
Pulsate |
class |
Scale |
class |
Shake |
class |
Slide |
class |
Transfer |
Modifier and Type | Method and Description |
---|---|
AbstractJqueryUiEffect |
AbstractJqueryUiEffect.setFadeInAfter(int speed)
After the execution of an effect, the affected element sometimes is
no more visible.
|
AbstractJqueryUiEffect |
AbstractJqueryUiEffect.setFadeInAfter(JQuerySpeed speed) |
AbstractJqueryUiEffect |
AbstractJqueryUiEffect.setRestoreStyleAfterEffect(boolean value)
Some effects leave the effected component in a mixed up styling.
|
AbstractJqueryUiEffect |
AbstractJqueryUiEffect.setSpeed(int ms)
The effect speed may also be specified in milliseconds
|
AbstractJqueryUiEffect |
AbstractJqueryUiEffect.setSpeed(JQuerySpeed value)
A common parameter for all effects is the speed.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJqueryUiEffect.fire(org.apache.wicket.ajax.AjaxRequestTarget target,
AbstractJqueryUiEffect postEffect,
org.apache.wicket.Component... components)
Let's go! Execute the effect for a bunch of components and after the effect
was completed execute another effect for all components
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJqueryUiEffect.fire(org.apache.wicket.ajax.AjaxRequestTarget target,
List<AbstractJqueryUiEffect> postEffects,
org.apache.wicket.Component... components)
Let's go! Execute the effect for a bunch of components and after the effect
was completed execute some other effects for all components
|
Copyright © 2015. All rights reserved.