@Dependent public class SavePopUpPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
SavePopUpPresenter.View |
Constructor and Description |
---|
SavePopUpPresenter(SavePopUpPresenter.View view,
javax.enterprise.event.Event<SaveInProgressEvent> saveInProgressEvent) |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
ParameterizedCommand<String> |
getCommand() |
void |
save() |
void |
setup() |
void |
show(ParameterizedCommand<String> command) |
void |
show(Path path,
ParameterizedCommand<String> command) |
@Inject public SavePopUpPresenter(SavePopUpPresenter.View view, javax.enterprise.event.Event<SaveInProgressEvent> saveInProgressEvent)
@PostConstruct public void setup()
public void show(ParameterizedCommand<String> command)
public void show(Path path, ParameterizedCommand<String> command)
public ParameterizedCommand<String> getCommand()
public void save()
public void cancel()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.