Interface GraficoGanttView
- All Superinterfaces:
Serializable,View
- All Known Implementing Classes:
GraficoGanttViewImpl
public interface GraficoGanttView
extends View
-
Method Details
-
getGantt
Gantt getGantt() -
getTable
TreeTable getTable() -
getContainer
HierarchicalContainer getContainer() -
getResolutionSelect
NativeSelect getResolutionSelect() -
getStartDateField
DateField getStartDateField() -
getEndDateField
DateField getEndDateField() -
getProgressField
CheckBox getProgressField() -
getRefreshButton
Button getRefreshButton() -
getGreenColor
VitruvioCustomColorPicker getGreenColor() -
getRedColor
VitruvioCustomColorPicker getRedColor() -
getYellowColor
VitruvioCustomColorPicker getYellowColor() -
getGrayColor
VitruvioCustomColorPicker getGrayColor() -
getBlueColor
VitruvioCustomColorPicker getBlueColor()
-