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.LoadingStateReturns 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> voidLoadingEvent.fire(com.google.gwt.event.shared.HasHandlers source, LoadingEvent.LoadingState loadingState, Object loadingObject) Fires a newLoadingEventstatic <T> voidLoadingEvent.fire(com.google.gwt.event.shared.HasHandlers source, LoadingEvent.LoadingState loadingState, Object loadingObject, String errorMessage) Fires a newLoadingEventConstructors 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 newLoadingEventLoadingEvent(com.google.gwt.event.shared.HasHandlers source, LoadingEvent.LoadingState loadingState, Object loadingObject, String errorMessage) Create a newLoadingEvent