Class PanelNotificationPresenter
- All Implemented Interfaces:
Presenter<BaseFormView<PanelForm>>,PresenterLifeCicleAware<BaseFormView<PanelForm>>,CustomNotificationPresenter<BaseFormView<PanelForm>>,Serializable
@Component
@Scope("prototype")
public class PanelNotificationPresenter
extends AbstractPresenter<BaseFormView<PanelForm>>
implements CustomNotificationPresenter<BaseFormView<PanelForm>>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddisplayErrorMessages(List<String> errors) getView()voidinit()voidvoidsetFormFactory(FormFactory formFactory) voidsetFormService(FormService formService) voidsetPanelService(PanelService panelService) Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBusMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Presenter
getEventBus
-
Constructor Details
-
PanelNotificationPresenter
public PanelNotificationPresenter()
-
-
Method Details
-
setFormFactory
-
setPanelService
-
getView
- Specified by:
getViewin interfacePresenter<BaseFormView<PanelForm>>
-
setFormService
-
setData
- Specified by:
setDatain interfaceCustomNotificationPresenter<BaseFormView<PanelForm>>
-
init
public void init()- Specified by:
initin interfaceCustomNotificationPresenter<BaseFormView<PanelForm>>
-
tryComplete
- Specified by:
tryCompletein interfaceCustomNotificationPresenter<BaseFormView<PanelForm>>
-
displayErrorMessages
-