Class CustomNotificationRenderer
- All Implemented Interfaces:
Presenter<CustomNotificationRendererView>,PresenterLifeCicleAware<CustomNotificationRendererView>,Serializable
@Component
@Scope("prototype")
public class CustomNotificationRenderer
extends AbstractPresenter<CustomNotificationRendererView>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetView()voidinit()voidsetData(Notificacao notificacao, boolean isReminder) voidsetDimensions(Dimensions dimensions) Methods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
CustomNotificationRenderer
public CustomNotificationRenderer()
-
-
Method Details
-
setData
public void setData(Notificacao notificacao, boolean isReminder) -
init
public void init() -
getView
-
getDimensions
-
setDimensions
-