@Dependent public class DefEditorActionsPanel extends Object implements DefEditorActionsPanelView.Presenter, org.jboss.errai.common.client.api.IsElement
| Constructor and Description |
|---|
DefEditorActionsPanel() |
DefEditorActionsPanel(DefEditorActionsPanelView view) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.errai.common.client.dom.HTMLElement |
getElement() |
void |
onCancel() |
void |
onDelete() |
void |
onSave() |
void |
setCancelCommand(org.uberfire.mvp.Command cancelCommand) |
void |
setDeleteCommand(org.uberfire.mvp.Command deleteCommand) |
void |
setSaveCommand(org.uberfire.mvp.Command saveCommand) |
public DefEditorActionsPanel()
@Inject public DefEditorActionsPanel(DefEditorActionsPanelView view)
public void setSaveCommand(org.uberfire.mvp.Command saveCommand)
public void setCancelCommand(org.uberfire.mvp.Command cancelCommand)
public void setDeleteCommand(org.uberfire.mvp.Command deleteCommand)
public org.jboss.errai.common.client.dom.HTMLElement getElement()
getElement in interface org.jboss.errai.common.client.api.IsElementpublic void onSave()
onSave in interface DefEditorActionsPanelView.Presenterpublic void onCancel()
onCancel in interface DefEditorActionsPanelView.Presenterpublic void onDelete()
onDelete in interface DefEditorActionsPanelView.PresenterCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.