Class ListaProjetosViewImpl
Object
ListaProjetosViewImpl
- All Implemented Interfaces:
View,ListaProjetosView,Serializable
@Component
@Scope("prototype")
public class ListaProjetosViewImpl
extends Object
implements ListaProjetosView
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionButtonDateFieldDateFieldDateFieldDateFieldButtonTextFieldButtonTableButtonAbstractSelectgetTitle()Component
-
Constructor Details
-
ListaProjetosViewImpl
public ListaProjetosViewImpl()
-
-
Method Details
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-
getTitle
- Specified by:
getTitlein interfaceView
-
getProjetosTable
public Table getProjetosTable()- Specified by:
getProjetosTablein interfaceListaProjetosView
-
getResetFilterButton
public Button getResetFilterButton()- Specified by:
getResetFilterButtonin interfaceListaProjetosView
-
getFilterButton
public Button getFilterButton()- Specified by:
getFilterButtonin interfaceListaProjetosView
-
getNomeField
public TextField getNomeField()- Specified by:
getNomeFieldin interfaceListaProjetosView
-
getProprietarioSelect
- Specified by:
getProprietarioSelectin interfaceListaProjetosView
-
getGestorSelect
- Specified by:
getGestorSelectin interfaceListaProjetosView
-
getDataInicioStartRangeField
public DateField getDataInicioStartRangeField()- Specified by:
getDataInicioStartRangeFieldin interfaceListaProjetosView
-
getDataInicioStopRangeField
public DateField getDataInicioStopRangeField()- Specified by:
getDataInicioStopRangeFieldin interfaceListaProjetosView
-
getDataTerminoStartRangeField
public DateField getDataTerminoStartRangeField()- Specified by:
getDataTerminoStartRangeFieldin interfaceListaProjetosView
-
getDataTerminoStopRangeField
public DateField getDataTerminoStopRangeField()- Specified by:
getDataTerminoStopRangeFieldin interfaceListaProjetosView
-
getAddProjectButton
public Button getAddProjectButton()- Specified by:
getAddProjectButtonin interfaceListaProjetosView
-
getPortifolioButton
public Button getPortifolioButton()- Specified by:
getPortifolioButtonin interfaceListaProjetosView
-
getPortifolioField
- Specified by:
getPortifolioFieldin interfaceListaProjetosView
-
getStatusField
public AbstractSelect getStatusField()- Specified by:
getStatusFieldin interfaceListaProjetosView
-