Package | Description |
---|---|
org.wicketstuff.async.components |
Modifier and Type | Method and Description |
---|---|
static TaskState |
TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.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,
TaskState... taskStates)
Adds a model for a css class which will be appended if any of the
taskStates apply, disregarding any
possible interaction state. |
void |
ProgressBar.registerCssClassModel(org.apache.wicket.model.IModel<String> textModel,
TaskState... taskStates)
Adds a model for a css class which will be appended if any of the
taskStates apply, disregarding any
possible interaction 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,
TaskState... taskStates)
Adds a text model for the button which will be appended if any of the
taskStates apply, disregarding any
possible interaction 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.