Package | Description |
---|---|
org.wicketstuff.async.components |
Modifier and Type | Method and Description |
---|---|
static InteractionState |
InteractionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InteractionState[] |
InteractionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ProgressButton.registerCssClassModel(org.apache.wicket.model.IModel<String> textModel,
InteractionState... interactionStates)
Adds a model for a css class which will be appended if any of the
interactionStates apply, disregarding any
possible task state. |
void |
ProgressBar.registerCssClassModel(org.apache.wicket.model.IModel<String> textModel,
InteractionState... interactionStates)
Adds a model for a css class which will be appended if any of the
interactionStates apply, disregarding any
possible task state. |
void |
ProgressButton.registerCssClassModel(org.apache.wicket.model.IModel<String> textModel,
TaskState taskState,
InteractionState interactionState)
Adds a model for a css class which will be appended only if
taskState and interactionState apply. |
void |
ProgressBar.registerCssClassModel(org.apache.wicket.model.IModel<String> textModel,
TaskState taskState,
InteractionState interactionState)
Adds a model for a css class which will be appended only if
taskState and interactionState apply. |
void |
ProgressButton.registerMessageModel(org.apache.wicket.model.IModel<String> textModel,
InteractionState... interactionStates)
Adds a text model for the button which will be appended if any of the
interactionStates apply, disregarding any
possible task state. |
void |
ProgressButton.registerMessageModel(org.apache.wicket.model.IModel<String> textModel,
TaskState taskState,
InteractionState interactionState)
Adds a text model for the button which will be appended only if
taskState and interactionState apply. |
Copyright © 2015. All rights reserved.