T
- The type of the bases unit of the range, for example Date or Integer.public interface GanttEntry<T> extends ExpandableRow
GanttEntry
represents an entry in a gantt chart. It has an unique ID within the same gantt chart. It has
a start and end value. The value could be a date, time or an int value, depending on the use case. It also has a
completion value which is the percentage of the completion.MutableGanttEntry
,
DefaultGanttEntry
Modifier and Type | Field and Description |
---|---|
static String |
PROPERTY_ADJUSTING |
PROPERTY_EXPANDABLE, PROPERTY_EXPANDED
Modifier and Type | Method and Description |
---|---|
double |
getCompletion()
Gets the percentage of completion as a double value between 0.0 and 1.0.
|
String |
getName()
Gets the name of the entry.
|
Range<T> |
getRange()
Gets the range for this entry.
|
boolean |
isAdjusting()
Checks if the entry is adjusting.
|
notifyCellUpdated
addChild, addChild, addChildren, getAllVisibleChildrenCount, getChildAt, getChildIndex, getChildren, getChildrenCount, getNumberOfVisibleExpandable, hasChildren, isExpandable, isExpanded, moveDownChild, moveUpChild, notifyChildDeleted, notifyChildInserted, notifyChildrenDeleted, notifyChildrenInserted, notifyChildrenUpdated, notifyChildUpdated, removeAllChildren, removeChild, removeChildren, setChildren, setExpandable, setExpanded
cellUpdated, getCellClassAt, getConverterContextAt, getEditorContextAt, getValueAt, isCellEditable, rowUpdated, setValueAt
getLevel, getNextSibling, getParent, getPreviousSibling, setParent
static final String PROPERTY_ADJUSTING
String getName()
Range<T> getRange()
double getCompletion()
boolean isAdjusting()