public class EditRowProgressBarUpdater extends Object implements EditRowProgressListener
| Modifier and Type | Field and Description |
|---|---|
protected com.sencha.gxt.widget.core.client.ProgressBar |
progressBar |
| Constructor and Description |
|---|
EditRowProgressBarUpdater(com.sencha.gxt.widget.core.client.ProgressBar progressBar)
Creates a new
ProgressBar updater. |
| Modifier and Type | Method and Description |
|---|---|
void |
operationComplete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
Called when the operation is complete.
|
void |
operationFailed(Throwable caught,
String reason,
String failureDetails)
Called when the operation is failed.
|
void |
operationGeneratingView()
Called when the operation is generating the view
|
void |
operationInitializing()
Called when the operation is starting.
|
void |
operationStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details)
Called when the operation is stopped
|
void |
operationUpdate(float elaborated)
Called when there is a progress for the operation.
|
void |
operationValidate(float elaborated)
Called when there is a validate for the operation.
|
public EditRowProgressBarUpdater(com.sencha.gxt.widget.core.client.ProgressBar progressBar)
ProgressBar updater.progressBar - the ProgressBar to update.public void operationComplete(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
operationComplete in interface EditRowProgressListenerpublic void operationFailed(Throwable caught, String reason, String failureDetails)
operationFailed in interface EditRowProgressListenercaught - the failure exception.reason - the failure reason.public void operationInitializing()
EditRowProgressListeneroperationInitializing in interface EditRowProgressListenerpublic void operationUpdate(float elaborated)
EditRowProgressListeneroperationUpdate in interface EditRowProgressListenerelaborated - the elaborated part.public void operationValidate(float elaborated)
EditRowProgressListeneroperationValidate in interface EditRowProgressListenerelaborated - the elaborated part.public void operationStopped(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
String reason,
String details)
EditRowProgressListeneroperationStopped in interface EditRowProgressListenerpublic void operationGeneratingView()
EditRowProgressListeneroperationGeneratingView in interface EditRowProgressListenerCopyright © 2014. All Rights Reserved.