Uses of Class
org.wicketstuff.async.components.TaskState

Packages that use TaskState
org.wicketstuff.async.components   
 

Uses of TaskState in org.wicketstuff.async.components
 

Methods in org.wicketstuff.async.components that return TaskState
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.
 

Methods in org.wicketstuff.async.components with parameters of type TaskState
 void ProgressButton.registerCssClassModel(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(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(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(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(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(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 © 2013–2014 Kantega AS. All rights reserved.