Class DataCollectionTemplateGanttRow
java.lang.Object
overit.geocallapp.utilities.ux.ui.container.gantt.data.GanttRow<BODataCollectionTemplateStructure,BODataCollectionTemplateStructureRelease>
overit.geocallapp.wfm.core.ux.datacollection.template.gantt.DataCollectionTemplateGanttRow
- All Implemented Interfaces:
Serializable,Iterable<GanttBlock<BODataCollectionTemplateStructureRelease>>
public class DataCollectionTemplateGanttRow
extends GanttRow<BODataCollectionTemplateStructure,BODataCollectionTemplateStructureRelease>
The Class that defines the data collection template gantt row.
- Since:
- 12.0
- See Also:
-
Field Summary
Fields inherited from class overit.geocallapp.utilities.ux.ui.container.gantt.data.GanttRow
_baseTooltipItems, _blocks, _blocksIndex, _children, _childrenRowIndex, _description, _id, _parent, _rawData, ROW_PATH_SEPARATOR -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new data collection template gantt row. -
Method Summary
Methods inherited from class overit.geocallapp.utilities.ux.ui.container.gantt.data.GanttRow
addBlock, addChildRow, addIndicator, countBlocks, expandToIncludeBlocks, findRow, getBaseTooltipItems, getBlock, getBlocks, getBranchSize, getByPath, getChild, getChildren, getDescription, getId, getIndicators, getLevel, getParent, getPath, getRawData, hasChildWithId, isFake, isLeaf, iterator, removeIndicator, setBaseTooltipItems, setDescription, setId, setParent, setRawData, visitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
DataCollectionTemplateGanttRow
public DataCollectionTemplateGanttRow()Instantiates a new data collection template gantt row.
-
-
Method Details
-
expand
-