Interface NotificacaoRenderView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
NotificacaoRenderViewImpl
public interface NotificacaoRenderView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionButtonAbstractSelectButtonButtonButtonButtonbooleanvoidrender(Notificacao notificacao, boolean asReminder) Methods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
render
void render(Notificacao notificacao, boolean asReminder) -
getOpenTaskButton
Button getOpenTaskButton() -
getDelayNotificationButton
Button getDelayNotificationButton() -
getFinishButton
Button getFinishButton() -
getAcceptTaskButton
Button getAcceptTaskButton() -
getRejectTaskButton
Button getRejectTaskButton() -
getAproveField
AbstractSelect getAproveField() -
isNewDateValid
boolean isNewDateValid() -
getChoosenDate
Date getChoosenDate()
-