Interface BulkTaskFormView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
BulkTaskFormViewImpl
public interface BulkTaskFormView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionButtonButtonVerticalLayoutLabelMethods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
getFormFieldsContainer
VerticalLayout getFormFieldsContainer() -
getAcceptButton
Button getAcceptButton() -
getCancelButton
Button getCancelButton() -
getInfoLabel
Label getInfoLabel()
-