Class PlanejamentoViewImpl
Object
PlanejamentoViewImpl
- All Implemented Interfaces:
View,PlanejamentoView,Serializable
@Component
@Scope("prototype")
public class PlanejamentoViewImpl
extends Object
implements PlanejamentoView
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionButtonComboBoxComboBoxDateFieldDateFieldDateFieldDateFieldTextFieldButtonMenuBar.MenuItemMenuBar.MenuItemMenuBar.MenuItemButtonTextFieldNumericFieldTreeTableButtonButtonComboBoxTextFieldgetTitle()ComponentvoidvoidinitProjectTable(TreeTable table) void
-
Constructor Details
-
PlanejamentoViewImpl
public PlanejamentoViewImpl()
-
-
Method Details
-
initProjectTable
public void initProjectTable(TreeTable table) - Specified by:
initProjectTablein interfacePlanejamentoView
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-
getTitle
- Specified by:
getTitlein interfaceView
-
getProjectTable
public TreeTable getProjectTable()- Specified by:
getProjectTablein interfacePlanejamentoView
-
getTarefaField
public TextField getTarefaField()- Specified by:
getTarefaFieldin interfacePlanejamentoView
-
getGrupoField
public TextField getGrupoField()- Specified by:
getGrupoFieldin interfacePlanejamentoView
-
getResponsavelSelect
public ComboBox getResponsavelSelect()- Specified by:
getResponsavelSelectin interfacePlanejamentoView
-
getDataInicioStartRangeField
public DateField getDataInicioStartRangeField()- Specified by:
getDataInicioStartRangeFieldin interfacePlanejamentoView
-
getDataInicioStopRangeField
public DateField getDataInicioStopRangeField()- Specified by:
getDataInicioStopRangeFieldin interfacePlanejamentoView
-
getDataTerminoStartRangeField
public DateField getDataTerminoStartRangeField()- Specified by:
getDataTerminoStartRangeFieldin interfacePlanejamentoView
-
getDataTerminoStopRangeField
public DateField getDataTerminoStopRangeField()- Specified by:
getDataTerminoStopRangeFieldin interfacePlanejamentoView
-
getResetFilterButton
public Button getResetFilterButton()- Specified by:
getResetFilterButtonin interfacePlanejamentoView
-
getFilterButton
public Button getFilterButton()- Specified by:
getFilterButtonin interfacePlanejamentoView
-
getGenerateTasksButton
public Button getGenerateTasksButton()- Specified by:
getGenerateTasksButtonin interfacePlanejamentoView
-
getRefreshButton
public Button getRefreshButton()- Specified by:
getRefreshButtonin interfacePlanejamentoView
-
getComboPerfilVisualizacao
public ComboBox getComboPerfilVisualizacao()- Specified by:
getComboPerfilVisualizacaoin interfacePlanejamentoView
-
getGenerateReportPortraitItem
public MenuBar.MenuItem getGenerateReportPortraitItem()- Specified by:
getGenerateReportPortraitItemin interfacePlanejamentoView
-
getGenerateReportLandscapeItem
public MenuBar.MenuItem getGenerateReportLandscapeItem()- Specified by:
getGenerateReportLandscapeItemin interfacePlanejamentoView
-
getGenerateReporExcelItem
public MenuBar.MenuItem getGenerateReporExcelItem()- Specified by:
getGenerateReporExcelItemin interfacePlanejamentoView
-
setLoading
public void setLoading()- Specified by:
setLoadingin interfacePlanejamentoView
-
hideLoading
public void hideLoading()- Specified by:
hideLoadingin interfacePlanejamentoView
-
getDescricaoField
public TextField getDescricaoField()- Specified by:
getDescricaoFieldin interfacePlanejamentoView
-
getComparatorField
public ComboBox getComparatorField()- Specified by:
getComparatorFieldin interfacePlanejamentoView
-
getPercentualField
public NumericField getPercentualField()- Specified by:
getPercentualFieldin interfacePlanejamentoView
-
getChangeProjectStatusButton
public Button getChangeProjectStatusButton()- Specified by:
getChangeProjectStatusButtonin interfacePlanejamentoView
-