Interface TaskReopenView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
TaskReopenViewImpl
public interface TaskReopenView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionButtonDateFieldDateFieldButtonLabelMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
getDueDateField
DateField getDueDateField() -
getReleaseDateField
DateField getReleaseDateField() -
getTaskNameLabel
Label getTaskNameLabel() -
getSaveButton
Button getSaveButton() -
getCloseButton
Button getCloseButton()
-