@Default public class DeleteNodeConfirmationImpl extends Object implements DeleteNodeConfirmation
| Modifier | Constructor and Description |
|---|---|
protected |
DeleteNodeConfirmationImpl() |
|
DeleteNodeConfirmationImpl(org.jboss.errai.ioc.client.api.ManagedInstance<GraphsProvider> graphsProvider,
ConfirmationDialog confirmationDialog,
ClientTranslationService translationService,
DefinitionUtils definitionUtils,
SessionManager sessionManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
confirmDeletion(org.uberfire.mvp.Command onDeletionAccepted,
org.uberfire.mvp.Command onDeletionRejected,
Collection<Element> elements) |
void |
destroy() |
void |
init() |
boolean |
requiresDeletionConfirmation(Collection<Element> elements) |
protected DeleteNodeConfirmationImpl()
@Inject
public DeleteNodeConfirmationImpl(@Any
org.jboss.errai.ioc.client.api.ManagedInstance<GraphsProvider> graphsProvider,
ConfirmationDialog confirmationDialog,
ClientTranslationService translationService,
DefinitionUtils definitionUtils,
SessionManager sessionManager)
@PostConstruct public void init()
@PreDestroy public void destroy()
public boolean requiresDeletionConfirmation(Collection<Element> elements)
requiresDeletionConfirmation in interface DeleteNodeConfirmationpublic void confirmDeletion(org.uberfire.mvp.Command onDeletionAccepted,
org.uberfire.mvp.Command onDeletionRejected,
Collection<Element> elements)
confirmDeletion in interface DeleteNodeConfirmationCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.