public abstract class EditingBoxPresenter extends Object implements EditingBox.Presenter
Modifier and Type | Field and Description |
---|---|
protected CollectionView.Presenter |
collectionEditorPresenter |
protected PropertyPresenter |
propertyPresenter |
protected ViewsProvider |
viewsProvider |
Constructor and Description |
---|
EditingBoxPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
close(EditingBox toClose) |
void |
setCollectionEditorPresenter(CollectionView.Presenter collectionEditorPresenter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
save
@Inject protected ViewsProvider viewsProvider
@Inject protected PropertyPresenter propertyPresenter
protected CollectionView.Presenter collectionEditorPresenter
public void setCollectionEditorPresenter(CollectionView.Presenter collectionEditorPresenter)
setCollectionEditorPresenter
in interface EditingBox.Presenter
public void close(EditingBox toClose)
close
in interface EditingBox.Presenter
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.