Class SavePopUpPresenter
- java.lang.Object
-
- org.uberfire.ext.editor.commons.client.file.popups.SavePopUpPresenter
-
@Dependent public class SavePopUpPresenter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSavePopUpPresenter.View
-
Constructor Summary
Constructors Constructor Description SavePopUpPresenter(SavePopUpPresenter.View view, javax.enterprise.event.Event<org.uberfire.client.mvp.SaveInProgressEvent> saveInProgressEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcancel()org.uberfire.mvp.ParameterizedCommand<String>getCommand()voidsave()voidsetup()voidshow(org.uberfire.backend.vfs.Path path, org.uberfire.mvp.ParameterizedCommand<String> command)voidshow(org.uberfire.mvp.ParameterizedCommand<String> command)
-
-
-
Constructor Detail
-
SavePopUpPresenter
@Inject public SavePopUpPresenter(SavePopUpPresenter.View view, javax.enterprise.event.Event<org.uberfire.client.mvp.SaveInProgressEvent> saveInProgressEvent)
-
-
Method Detail
-
setup
@PostConstruct public void setup()
-
show
public void show(org.uberfire.mvp.ParameterizedCommand<String> command)
-
show
public void show(org.uberfire.backend.vfs.Path path, org.uberfire.mvp.ParameterizedCommand<String> command)
-
getCommand
public org.uberfire.mvp.ParameterizedCommand<String> getCommand()
-
save
public void save()
-
cancel
public void cancel()
-
-