Class ResumoNotificacoesPopupViewImpl
Object
ResumoNotificacoesPopupViewImpl
- All Implemented Interfaces:
View,ResumoNotificacoesPopupView,Serializable
@Component
@Scope("prototype")
public class ResumoNotificacoesPopupViewImpl
extends Object
implements ResumoNotificacoesPopupView
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidButtonButtongetTitle()ComponentvoidvoidvoidupdateCount(int count)
-
Constructor Details
-
ResumoNotificacoesPopupViewImpl
public ResumoNotificacoesPopupViewImpl()
-
-
Method Details
-
updateCount
public void updateCount(int count) - Specified by:
updateCountin interfaceResumoNotificacoesPopupView
-
getTitle
- Specified by:
getTitlein interfaceView
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-
render
- Specified by:
renderin interfaceResumoNotificacoesPopupView
-
setPresentationStyle
public void setPresentationStyle()- Specified by:
setPresentationStylein interfaceResumoNotificacoesPopupView
-
closePopupViewIfVisible
public void closePopupViewIfVisible()- Specified by:
closePopupViewIfVisiblein interfaceResumoNotificacoesPopupView
-
clearNotifications
public void clearNotifications()- Specified by:
clearNotificationsin interfaceResumoNotificacoesPopupView
-
getPopupButton
public Button getPopupButton()- Specified by:
getPopupButtonin interfaceResumoNotificacoesPopupView
-
getShowAllButton
public Button getShowAllButton()- Specified by:
getShowAllButtonin interfaceResumoNotificacoesPopupView
-