- refresh(AjaxRequestTarget) - Method in class org.wicketstuff.async.components.ProgressButton
-
Overriding allows a custom refresh behavior.
- registerCssClassModel(IModel<String>, TaskState, InteractionState) - Method in class org.wicketstuff.async.components.ProgressBar
-
Adds a model for a css class which will be appended only if taskState and interactionState apply.
- registerCssClassModel(IModel<String>, TaskState...) - Method in class org.wicketstuff.async.components.ProgressBar
-
Adds a model for a css class which will be appended if any of the taskStates apply, disregarding any
possible interaction state.
- registerCssClassModel(IModel<String>, InteractionState...) - Method in class org.wicketstuff.async.components.ProgressBar
-
Adds a model for a css class which will be appended if any of the interactionStates apply, disregarding any
possible task state.
- registerCssClassModel(IModel<String>, TaskState, InteractionState) - Method in class org.wicketstuff.async.components.ProgressButton
-
Adds a model for a css class which will be appended only if taskState and interactionState apply.
- registerCssClassModel(IModel<String>, TaskState...) - Method in class org.wicketstuff.async.components.ProgressButton
-
Adds a model for a css class which will be appended if any of the taskStates apply, disregarding any
possible interaction state.
- registerCssClassModel(IModel<String>, InteractionState...) - Method in class org.wicketstuff.async.components.ProgressButton
-
Adds a model for a css class which will be appended if any of the interactionStates apply, disregarding any
possible task state.
- registerMessageModel(IModel<String>, TaskState, InteractionState) - Method in class org.wicketstuff.async.components.ProgressButton
-
Adds a text model for the button which will be appended only if taskState and interactionState apply.
- registerMessageModel(IModel<String>, TaskState...) - Method in class org.wicketstuff.async.components.ProgressButton
-
Adds a text model for the button which will be appended if any of the taskStates apply, disregarding any
possible interaction state.
- registerMessageModel(IModel<String>, InteractionState...) - Method in class org.wicketstuff.async.components.ProgressButton
-
Adds a text model for the button which will be appended if any of the interactionStates apply, disregarding any
possible task state.
- removeRefreshDependant(Component) - Method in class org.wicketstuff.async.components.ProgressButton
-
Allows to remove a component which was rerendered every time the button was rerendered.