Class DefEditorActionsPanel
- java.lang.Object
-
- org.kie.workbench.common.screens.datasource.management.client.editor.common.DefEditorActionsPanel
-
- All Implemented Interfaces:
org.jboss.errai.common.client.api.IsElement,DefEditorActionsPanelView.Presenter
@Dependent public class DefEditorActionsPanel extends Object implements DefEditorActionsPanelView.Presenter, org.jboss.errai.common.client.api.IsElement
-
-
Constructor Summary
Constructors Constructor Description DefEditorActionsPanel()DefEditorActionsPanel(DefEditorActionsPanelView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.errai.common.client.dom.HTMLElementgetElement()voidonCancel()voidonDelete()voidonSave()voidsetCancelCommand(org.uberfire.mvp.Command cancelCommand)voidsetDeleteCommand(org.uberfire.mvp.Command deleteCommand)voidsetSaveCommand(org.uberfire.mvp.Command saveCommand)
-
-
-
Constructor Detail
-
DefEditorActionsPanel
public DefEditorActionsPanel()
-
DefEditorActionsPanel
@Inject public DefEditorActionsPanel(DefEditorActionsPanelView view)
-
-
Method Detail
-
setSaveCommand
public void setSaveCommand(org.uberfire.mvp.Command saveCommand)
-
setCancelCommand
public void setCancelCommand(org.uberfire.mvp.Command cancelCommand)
-
setDeleteCommand
public void setDeleteCommand(org.uberfire.mvp.Command deleteCommand)
-
getElement
public org.jboss.errai.common.client.dom.HTMLElement getElement()
- Specified by:
getElementin interfaceorg.jboss.errai.common.client.api.IsElement
-
onSave
public void onSave()
- Specified by:
onSavein interfaceDefEditorActionsPanelView.Presenter
-
onCancel
public void onCancel()
- Specified by:
onCancelin interfaceDefEditorActionsPanelView.Presenter
-
onDelete
public void onDelete()
- Specified by:
onDeletein interfaceDefEditorActionsPanelView.Presenter
-
-