@@ -190,7 +190,7 @@ public class SMDeleteActionsLayout extends AbstractDeleteActionsLayout {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Component getUnsavedActionsWindowContent() {
|
protected Component getUnsavedActionsWindowContent() {
|
||||||
uploadViewConfirmationWindowLayout.inittialize();
|
uploadViewConfirmationWindowLayout.initialize();
|
||||||
return uploadViewConfirmationWindowLayout;
|
return uploadViewConfirmationWindowLayout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ public abstract class AbstractConfirmationWindowLayout extends VerticalLayout {
|
|||||||
protected transient EventBus.SessionEventBus eventBus;
|
protected transient EventBus.SessionEventBus eventBus;
|
||||||
|
|
||||||
@PostConstruct
|
@PostConstruct
|
||||||
public void inittialize() {
|
public void initialize() {
|
||||||
removeAllComponents();
|
removeAllComponents();
|
||||||
consolidatedMessage = "";
|
consolidatedMessage = "";
|
||||||
createComponents();
|
createComponents();
|
||||||
|
|||||||
@@ -295,7 +295,7 @@ public class DSDeleteActionsLayout extends AbstractDeleteActionsLayout {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Component getUnsavedActionsWindowContent() {
|
protected Component getUnsavedActionsWindowContent() {
|
||||||
distConfirmationWindowLayout.inittialize();
|
distConfirmationWindowLayout.initialize();
|
||||||
return distConfirmationWindowLayout;
|
return distConfirmationWindowLayout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -212,7 +212,7 @@ public class DeleteActionsLayout extends AbstractDeleteActionsLayout {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Component getUnsavedActionsWindowContent() {
|
protected Component getUnsavedActionsWindowContent() {
|
||||||
manangementConfirmationWindowLayout.inittialize();
|
manangementConfirmationWindowLayout.initialize();
|
||||||
return manangementConfirmationWindowLayout;
|
return manangementConfirmationWindowLayout;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user