public interface GanttChartScale
| Modifier and Type | Method and Description |
|---|---|
GanttChartItem |
createGanttChartItem(String rowName,
String label,
GanttChartItemTooltip tooltip,
Long entityId,
Date dateFrom,
Date dateTo)
Create a new chart item
|
GanttChartItem |
createGanttChartItem(String rowName,
String name,
Long entityId,
Date dateFrom,
Date dateTo)
Create a new chart item.
|
Date |
getDateFrom() |
Date |
getDateTo() |
Boolean |
getIsDatesSet() |
void |
setDateFrom(Date dateFrom) |
void |
setDateTo(Date dateTo) |
void |
setIsDatesSet(Boolean isDatesSet) |
GanttChartItem createGanttChartItem(String rowName, String label, GanttChartItemTooltip tooltip, Long entityId, Date dateFrom, Date dateTo)
rowName - name of a gantt chart's row to which this item belongslabel - label displayed on this item's boxtooltip - tooltip contents, visible on mouse hoverentityId - id of a corresponding entitydateFrom - start date & timedateTo - finish date & timeGanttChartItem createGanttChartItem(String rowName, String name, Long entityId, Date dateFrom, Date dateTo)
rowName - name of a gantt chart's row to which this item belongsname - label displayed on both item's box and its tooltip (visible on mouse hover)entityId - id of a corresponding entitydateFrom - start date & timedateTo - finish date & timeDate getDateFrom()
Date getDateTo()
Boolean getIsDatesSet()
void setDateFrom(Date dateFrom)
void setDateTo(Date dateTo)
void setIsDatesSet(Boolean isDatesSet)
Copyright © 2010-2025 Qcadoo Limited