Class EditingBoxPresenter
- java.lang.Object
-
- org.drools.workbench.screens.scenariosimulation.client.collectioneditor.editingbox.EditingBoxPresenter
-
- All Implemented Interfaces:
EditingBox.Presenter
- Direct Known Subclasses:
ItemEditingBoxPresenter,KeyValueEditingBoxPresenter
public abstract class EditingBoxPresenter extends Object implements EditingBox.Presenter
-
-
Field Summary
Fields Modifier and Type Field Description protected CollectionView.PresentercollectionEditorPresenterprotected PropertyPresenterpropertyPresenterprotected ViewsProviderviewsProvider
-
Constructor Summary
Constructors Constructor Description EditingBoxPresenter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose(EditingBox toClose)voidsetCollectionEditorPresenter(CollectionView.Presenter collectionEditorPresenter)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.workbench.screens.scenariosimulation.client.collectioneditor.editingbox.EditingBox.Presenter
save
-
-
-
-
Field Detail
-
viewsProvider
@Inject protected ViewsProvider viewsProvider
-
propertyPresenter
@Inject protected PropertyPresenter propertyPresenter
-
collectionEditorPresenter
protected CollectionView.Presenter collectionEditorPresenter
-
-
Method Detail
-
setCollectionEditorPresenter
public void setCollectionEditorPresenter(CollectionView.Presenter collectionEditorPresenter)
- Specified by:
setCollectionEditorPresenterin interfaceEditingBox.Presenter
-
close
public void close(EditingBox toClose)
- Specified by:
closein interfaceEditingBox.Presenter
-
-