Class NotificacaoRenderViewImpl
Object
NotificacaoRenderViewImpl
- All Implemented Interfaces:
View,NotificacaoRenderView,Serializable
@Component
@Scope("prototype")
public class NotificacaoRenderViewImpl
extends Object
implements NotificacaoRenderView
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionButtonAbstractSelectButtonButtonButtonButtonTaskServicegetTitle()Componentbooleanvoidrender(Notificacao notificacao, boolean asReminder) voidsetTaskService(TaskService taskService)
-
Constructor Details
-
NotificacaoRenderViewImpl
public NotificacaoRenderViewImpl()
-
-
Method Details
-
getTitle
- Specified by:
getTitlein interfaceView
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-
render
public void render(Notificacao notificacao, boolean asReminder) - Specified by:
renderin interfaceNotificacaoRenderView
-
getOpenTaskButton
public Button getOpenTaskButton()- Specified by:
getOpenTaskButtonin interfaceNotificacaoRenderView
-
getDelayNotificationButton
public Button getDelayNotificationButton()- Specified by:
getDelayNotificationButtonin interfaceNotificacaoRenderView
-
getFinishButton
public Button getFinishButton()- Specified by:
getFinishButtonin interfaceNotificacaoRenderView
-
isNewDateValid
public boolean isNewDateValid()- Specified by:
isNewDateValidin interfaceNotificacaoRenderView
-
getChoosenDate
- Specified by:
getChoosenDatein interfaceNotificacaoRenderView
-
getAproveField
public AbstractSelect getAproveField()- Specified by:
getAproveFieldin interfaceNotificacaoRenderView
-
getAcceptTaskButton
public Button getAcceptTaskButton()- Specified by:
getAcceptTaskButtonin interfaceNotificacaoRenderView
-
getRejectTaskButton
public Button getRejectTaskButton()- Specified by:
getRejectTaskButtonin interfaceNotificacaoRenderView
-
getTaskService
public TaskService getTaskService() -
setTaskService
@Autowired public void setTaskService(TaskService taskService)
-