Interface ReabrirAtividadeView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
ReabrirAtividadeViewImpl
public interface ReabrirAtividadeView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionButtonDateFieldTextFieldButtonDateFieldMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
getSaveButton
Button getSaveButton() -
getCancelButton
Button getCancelButton() -
getEndDateField
DateField getEndDateField() -
getStartDateField
DateField getStartDateField() -
getMotivoField
TextField getMotivoField()
-