Class GraficoGanttViewImpl
Object
GraficoGanttViewImpl
- All Implemented Interfaces:
View,GraficoGanttView,Serializable
@Component
@Scope("prototype")
public class GraficoGanttViewImpl
extends Object
implements GraficoGanttView
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GREEN_COLOR
-
RED_COLOR
-
YELLOW_COLOR
-
GRAY_COLOR
-
-
Constructor Details
-
GraficoGanttViewImpl
public GraficoGanttViewImpl()
-
-
Method Details
-
getViewComponent
public Component getViewComponent()- Specified by:
getViewComponentin interfaceView
-
getTitle
- Specified by:
getTitlein interfaceView
-
getGantt
public Gantt getGantt()- Specified by:
getGanttin interfaceGraficoGanttView
-
getTable
public TreeTable getTable()- Specified by:
getTablein interfaceGraficoGanttView
-
getContainer
public HierarchicalContainer getContainer()- Specified by:
getContainerin interfaceGraficoGanttView
-
getResolutionSelect
public NativeSelect getResolutionSelect()- Specified by:
getResolutionSelectin interfaceGraficoGanttView
-
getStartDateField
public DateField getStartDateField()- Specified by:
getStartDateFieldin interfaceGraficoGanttView
-
getEndDateField
public DateField getEndDateField()- Specified by:
getEndDateFieldin interfaceGraficoGanttView
-
getProgressField
public CheckBox getProgressField()- Specified by:
getProgressFieldin interfaceGraficoGanttView
-
getRefreshButton
public Button getRefreshButton()- Specified by:
getRefreshButtonin interfaceGraficoGanttView
-
getGreenColor
- Specified by:
getGreenColorin interfaceGraficoGanttView
-
getRedColor
- Specified by:
getRedColorin interfaceGraficoGanttView
-
getYellowColor
- Specified by:
getYellowColorin interfaceGraficoGanttView
-
getGrayColor
- Specified by:
getGrayColorin interfaceGraficoGanttView
-
getBlueColor
- Specified by:
getBlueColorin interfaceGraficoGanttView
-