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