Package br.com.davinti.vitruvio.ui.panel
Interface HistoricPanelView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
HistoricPanelViewImpl
public interface HistoricPanelView
extends View
-
Method Summary
Modifier and TypeMethodDescriptionDateFieldDateFieldButtonComboBoxComboBoxTablevoidsetHeaderDescription(String description) Methods inherited from interface View
getTitle, getViewComponent
-
Method Details
-
getChangeStartDateField
DateField getChangeStartDateField() -
getChangeEndDateField
DateField getChangeEndDateField() -
getChangeUserField
UsuarioDTOComboBox getChangeUserField() -
getHasChangeInDesktopFormField
ComboBox getHasChangeInDesktopFormField() -
getHasChangeInMobileFormField
ComboBox getHasChangeInMobileFormField() -
getHistoricTable
Table getHistoricTable() -
getCloseButton
Button getCloseButton() -
setHeaderDescription
-