Package br.com.davinti.vitruvio.ui.bsc
Class ListaPlanoEstrategicoViewImpl
Object
ListaPlanoEstrategicoViewImpl
- All Implemented Interfaces:
View,ListaPlanoEstrategicoView,Serializable
@Component
@Scope("prototype")
public class ListaPlanoEstrategicoViewImpl
extends Object
implements ListaPlanoEstrategicoView
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionButtonDateFieldDateFieldDateFieldDateFieldButtonTextFieldTableButtongetTitle()Component
-
Constructor Details
-
ListaPlanoEstrategicoViewImpl
public ListaPlanoEstrategicoViewImpl()
-
-
Method Details
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-
getTitle
- Specified by:
getTitlein interfaceView
-
getResetFilterButton
public Button getResetFilterButton()- Specified by:
getResetFilterButtonin interfaceListaPlanoEstrategicoView
-
getFilterButton
public Button getFilterButton()- Specified by:
getFilterButtonin interfaceListaPlanoEstrategicoView
-
getNomeField
public TextField getNomeField()- Specified by:
getNomeFieldin interfaceListaPlanoEstrategicoView
-
getProprietarioSelect
- Specified by:
getProprietarioSelectin interfaceListaPlanoEstrategicoView
-
getGestorSelect
- Specified by:
getGestorSelectin interfaceListaPlanoEstrategicoView
-
getDataInicioStartRangeField
public DateField getDataInicioStartRangeField()- Specified by:
getDataInicioStartRangeFieldin interfaceListaPlanoEstrategicoView
-
getDataInicioStopRangeField
public DateField getDataInicioStopRangeField()- Specified by:
getDataInicioStopRangeFieldin interfaceListaPlanoEstrategicoView
-
getDataTerminoStartRangeField
public DateField getDataTerminoStartRangeField()- Specified by:
getDataTerminoStartRangeFieldin interfaceListaPlanoEstrategicoView
-
getDataTerminoStopRangeField
public DateField getDataTerminoStopRangeField()- Specified by:
getDataTerminoStopRangeFieldin interfaceListaPlanoEstrategicoView
-
getPlanosTable
public Table getPlanosTable()- Specified by:
getPlanosTablein interfaceListaPlanoEstrategicoView
-
getAddPlanoEstrategicoButton
public Button getAddPlanoEstrategicoButton()- Specified by:
getAddPlanoEstrategicoButtonin interfaceListaPlanoEstrategicoView
-