Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@98974 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-07-25 09:29:26 +00:00
parent ea82aaf7db
commit e94314f2cb
8 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,7 @@ public class AddColumnProgressBarUpdater implements AddColumnProgressListener {
*/
public AddColumnProgressBarUpdater(ProgressBar progressBar) {
this.progressBar = progressBar;
this.progressBar.updateProgress(0, "Please Wait...");
}

View File

@ -27,6 +27,7 @@ public class ChangeColumnTypeProgressBarUpdater implements ChangeColumnTypeProgr
*/
public ChangeColumnTypeProgressBarUpdater(ProgressBar progressBar) {
this.progressBar = progressBar;
this.progressBar.updateProgress(0, "Please Wait...");
}

View File

@ -27,6 +27,7 @@ public class DeleteColumnProgressBarUpdater implements DeleteColumnProgressListe
*/
public DeleteColumnProgressBarUpdater(ProgressBar progressBar) {
this.progressBar = progressBar;
this.progressBar.updateProgress(0, "Please Wait...");
}

View File

@ -27,6 +27,7 @@ public class LabelColumnProgressBarUpdater implements LabelColumnProgressListene
*/
public LabelColumnProgressBarUpdater(ProgressBar progressBar) {
this.progressBar = progressBar;
this.progressBar.updateProgress(0, "Please Wait...");
}

View File

@ -27,6 +27,7 @@ public class ReplaceBatchColumnProgressBarUpdater implements ReplaceBatchColumnP
*/
public ReplaceBatchColumnProgressBarUpdater(ProgressBar progressBar) {
this.progressBar = progressBar;
this.progressBar.updateProgress(0, "Please Wait...");
}

View File

@ -27,6 +27,7 @@ public class ReplaceColumnProgressBarUpdater implements ReplaceColumnProgressLis
*/
public ReplaceColumnProgressBarUpdater(ProgressBar progressBar) {
this.progressBar = progressBar;
this.progressBar.updateProgress(0, "Please Wait...");
}

View File

@ -27,6 +27,7 @@ public class TaskResubmitProgressBarUpdater implements TaskResubmitProgressListe
*/
public TaskResubmitProgressBarUpdater(ProgressBar progressBar) {
this.progressBar = progressBar;
this.progressBar.updateProgress(0, "Please Wait...");
}

View File

@ -27,6 +27,7 @@ public class TaskResumeProgressBarUpdater implements TaskResumeProgressListener
*/
public TaskResumeProgressBarUpdater(ProgressBar progressBar) {
this.progressBar = progressBar;
this.progressBar.updateProgress(0, "Please Wait...");
}