Uses of Enum Class
com.levigo.jadice.web.client.event.LoadingEvent.LoadingState
Packages that use LoadingEvent.LoadingState
-
Uses of LoadingEvent.LoadingState in com.levigo.jadice.web.client.event
Methods in com.levigo.jadice.web.client.event that return LoadingEvent.LoadingStateModifier and TypeMethodDescriptionLoadingEvent.getLoadingState()
static LoadingEvent.LoadingState
Returns the enum constant of this class with the specified name.static LoadingEvent.LoadingState[]
LoadingEvent.LoadingState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.web.client.event with parameters of type LoadingEvent.LoadingStateModifier and TypeMethodDescriptionstatic <T> void
LoadingEvent.fire
(com.google.gwt.event.shared.HasHandlers source, LoadingEvent.LoadingState loadingState, Object loadingObject) Fires a newLoadingEvent
static <T> void
LoadingEvent.fire
(com.google.gwt.event.shared.HasHandlers source, LoadingEvent.LoadingState loadingState, Object loadingObject, String errorMessage) Fires a newLoadingEvent
Constructors in com.levigo.jadice.web.client.event with parameters of type LoadingEvent.LoadingStateModifierConstructorDescriptionLoadingEvent
(com.google.gwt.event.shared.HasHandlers source, LoadingEvent.LoadingState loadingState, Object loadingObject) Create a newLoadingEvent
LoadingEvent
(com.google.gwt.event.shared.HasHandlers source, LoadingEvent.LoadingState loadingState, Object loadingObject, String errorMessage) Create a newLoadingEvent