Class DataCollectionTemplateGanttTimeLineRenderer
java.lang.Object
overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttBaseRenderer<BODataCollectionTemplateStructure,BODataCollectionTemplateStructureRelease>
overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.timeline.GanttTimeLineRenderer<BODataCollectionTemplateStructure,BODataCollectionTemplateStructureRelease>
overit.geocallapp.wfm.core.ux.datacollection.template.gantt.DataCollectionTemplateGanttTimeLineRenderer
- All Implemented Interfaces:
Serializable,GanttRenderer<BODataCollectionTemplateStructure,BODataCollectionTemplateStructureRelease>
public class DataCollectionTemplateGanttTimeLineRenderer
extends GanttTimeLineRenderer<BODataCollectionTemplateStructure,BODataCollectionTemplateStructureRelease>
The Class that defines the data collection template gantt time line renderer.
- Since:
- 12.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.timeline.GanttTimeLineRenderer
GanttTimeLineRenderer.HeaderGroupBrick, GanttTimeLineRenderer.HeaderGroupRow -
Field Summary
Fields inherited from class overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.timeline.GanttTimeLineRenderer
BLOCK_INDICATOR_CLICK_EVENT, BLOCK_INDICATOR_MENU_EVENT, GANTT_BRICK_INDICATOR_CLASS, GANTT_BRICK_INDICATOR_WRAPPER_CLASS, GANTT_ITEM_CLASS, GANTT_ITEM_SELECTED_CLASS, GANTT_OVERLAPP_INDICATOR_CLASS, OVERLAP_ICON_CLICK_EVENT, OVERLAP_ICON_MENU_EVENT, TIMELINE_BODY_CLASS, TIMELINE_WRAPPER_CLASSFields inherited from class overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttBaseRenderer
_cleaner, _eventsToValidate, _gridCols, _gridRows, _helperFactory, _itemClickEvent, _itemContextMenuEvent, _renderedRows, _width, DEFAULT_WIDTH, EVENT_PARAM_ATTRIBUTE, HEADER_CLASS, HEADER_ROW_CLASS, HEADER_ROW_HEIGHT, indicatorIconsMap, LOG, NO_CLICK_EVENT, NULL_EL, PROXY_TOOLTIP_CLASS, PROXY_TOOLTIP_DATA_ATTRIBUTE, ROW_CLASS, TOOLTIP_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddBlockTooltip(GanttView<BODataCollectionTemplateStructure, BODataCollectionTemplateStructureRelease> view, GanttBlock<BODataCollectionTemplateStructureRelease> block, org.apache.ecs.html.Div item) Methods inherited from class overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.timeline.GanttTimeLineRenderer
addClusters, addRow, buildDisplayScript, buildGrid, buildHeader, buildHeaderBrick, buildHeaderRow, buildHtml, drawActualBlock, drawBlock, drawBlockIndicators, drawDiamondBlock, drawExpectedBlock, drawSimpleBlock, getBlockElementId, getEdgesLayerId, getGridStyle, getJSVariableName, getPixels, getRowElementId, setWidthMethods inherited from class overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttBaseRenderer
addEvent, addEventValidation, buildContainerStyle, buildGridCol, buildGridRow, cleaner, clearRenderedElements, getHeaderHeight, getHelper, getRowBaseStyle, getWidth, initIndicatorsMap, setItemClickEvent, setItemContextMenuEventMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.GanttRenderer
getWidth, setItemClickEvent, setItemContextMenuEvent
-
Constructor Details
-
DataCollectionTemplateGanttTimeLineRenderer
public DataCollectionTemplateGanttTimeLineRenderer()
-
-
Method Details
-
addBlockTooltip
protected void addBlockTooltip(GanttView<BODataCollectionTemplateStructure, BODataCollectionTemplateStructureRelease> view, GanttBlock<BODataCollectionTemplateStructureRelease> block, org.apache.ecs.html.Div item)
-