Uses of Class
overit.geocallapp.utilities.ux.ui.container.gantt.view.GanttView
Packages that use GanttView
Package
Description
-
Uses of GanttView in overit.geocallapp.utilities.ux.ui.container.gantt
Subclasses of GanttView in overit.geocallapp.utilities.ux.ui.container.gantt -
Uses of GanttView in overit.geocallapp.utilities.ux.ui.container.gantt.view
Methods in overit.geocallapp.utilities.ux.ui.container.gantt.view with parameters of type GanttViewModifier and TypeMethodDescriptionvoidGanttView.GanttViewSelectionListener.onSelectionChanged(GanttView<R, B> view) -
Uses of GanttView in overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer
Methods in overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer with parameters of type GanttViewModifier and TypeMethodDescriptionprotected voidGanttBaseRenderer.addEventValidation(GanttView view) voidvoidprotected org.apache.ecs.html.DivvoidGanttRenderer.buildDisplayScript(GanttView<R, B> view, StringBuilder sb) voidGanttTreeRenderer.buildDisplayScript(GanttView view, StringBuilder sb) protected org.apache.ecs.html.Divprotected org.apache.ecs.html.Divprotected org.apache.ecs.html.DivGanttBaseRenderer.buildGridCol(GanttView view, double columnWidth) protected org.apache.ecs.html.DivGanttBaseRenderer.buildGridRow(GanttView view) protected org.apache.ecs.html.DivGanttTreeRenderer.buildHeader(GanttView view) org.apache.ecs.Elementorg.apache.ecs.Elementprotected org.apache.ecs.Elementprotected org.apache.ecs.html.Divprotected org.apache.ecs.html.DivGanttRenderer.getJSVariableName(GanttView<R, B> view) GanttTreeRenderer.getJSVariableName(GanttView view) -
Uses of GanttView in overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.timeline
Methods in overit.geocallapp.utilities.ux.ui.container.gantt.view.renderer.timeline with parameters of type GanttViewModifier and TypeMethodDescriptionprotected voidGanttTimeLineRenderer.addBlockTooltip(GanttView<R, B> view, GanttBlock<B> block, org.apache.ecs.html.Div item) protected voidGanttTimeLineRenderer.addClusters(GanttView<R, B> view, GanttRowClustered<R, B> clustered, org.apache.ecs.html.Div rowEl, GanttHeaderRendererHelper helper) voidvoidGanttTimeLineRenderer.buildDisplayScript(GanttView<R, B> view, StringBuilder sb) protected org.apache.ecs.html.Divprotected org.apache.ecs.html.DivGanttTimeLineRenderer.buildHeader(GanttView<R, B> view, double rowWidth) protected org.apache.ecs.html.DivGanttTimeLineRenderer.buildHeaderBrick(GanttView<R, B> view, Date date, double width, int type) org.apache.ecs.Elementprotected org.apache.ecs.html.DivGanttTimeLineRenderer.drawActualBlock(GanttView<R, B> view, GanttRow<R, B> row, GanttBlock<B> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivGanttTimeLineRenderer.drawBlock(GanttView<R, B> view, GanttRow<R, B> row, GanttBlock<B> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivGanttTimeLineRenderer.drawBlockIndicators(GanttView<R, B> view, GanttRow<R, B> row, GanttBlock<B> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivGanttTimeLineRenderer.drawDiamondBlock(GanttView<R, B> view, GanttRow<R, B> row, GanttBlock<B> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivGanttTimeLineRenderer.drawExpectedBlock(GanttView<R, B> view, GanttRow<R, B> row, GanttBlock<B> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivGanttTimeLineRenderer.drawSimpleBlock(GanttView<R, B> view, GanttRow<R, B> row, GanttBlock<B> block, GanttHeaderRendererHelper helper) GanttTimeLineRenderer.getBlockElementId(GanttView<R, B> view, GanttRow<R, B> row, GanttBlock<B> block) protected StringGanttTimeLineRenderer.getEdgesLayerId(GanttView<R, B> view) protected StringGanttTimeLineRenderer.getGridStyle(GanttView<R, B> view, double rowWidth) GanttTimeLineRenderer.getJSVariableName(GanttView<R, B> view) -
Uses of GanttView in overit.geocallapp.wfm.core.ux.datacollection.template.gantt
Subclasses of GanttView in overit.geocallapp.wfm.core.ux.datacollection.template.ganttModifier and TypeClassDescriptionclassClass used to visualize a data collection template ganttMethods in overit.geocallapp.wfm.core.ux.datacollection.template.gantt with parameters of type GanttViewModifier and TypeMethodDescriptionprotected voidDataCollectionTemplateGanttTimeLineRenderer.addBlockTooltip(GanttView<BODataCollectionTemplateStructure, BODataCollectionTemplateStructureRelease> view, GanttBlock<BODataCollectionTemplateStructureRelease> block, org.apache.ecs.html.Div item) voidDataCollectionTemplateGantt.onSelectionChanged(GanttView<BODataCollectionTemplateStructure, BODataCollectionTemplateStructureRelease> view) On selection changed. -
Uses of GanttView in overit.geocallapp.wfm.core.ux.multistage.gantt
Subclasses of GanttView in overit.geocallapp.wfm.core.ux.multistage.ganttMethods in overit.geocallapp.wfm.core.ux.multistage.gantt with parameters of type GanttViewModifier and TypeMethodDescriptionprotected voidMultistageGroupGanttTimeLineRenderer.addBlockTooltip(GanttView<BOMultistageGroupOperation, BOWorkOrderOperation> view, GanttBlock<BOWorkOrderOperation> block, org.apache.ecs.html.Div item) protected voidMultistageGroupGanttTimeLineRenderer.addDependencies(GanttView<BOMultistageGroupOperation, BOWorkOrderOperation> view, GanttBlock<BOWorkOrderOperation> block, org.apache.ecs.html.Div item) voidMultistageGroupGanttTreeRenderer.addRow(GanttView<BOMultistageGroupOperation, BOWorkOrderOperation> view, GanttRow<BOMultistageGroupOperation, BOWorkOrderOperation> row) protected voidMultistageGroupGanttTreeRenderer.addStateDescription(GanttView<BOMultistageGroupOperation, BOWorkOrderOperation> view, GanttRow<BOMultistageGroupOperation, BOWorkOrderOperation> row, org.apache.ecs.html.Div descriptionEl, String pStyle) voidMultistageGroupGanttTimeLineRenderer.buildDisplayScript(GanttView<BOMultistageGroupOperation, BOWorkOrderOperation> view, StringBuilder sb) protected org.apache.ecs.html.DivMultistageGroupGanttTimeLineRenderer.buildHeader(GanttView<BOMultistageGroupOperation, BOWorkOrderOperation> view, double rowWidth) protected org.apache.ecs.html.DivMultistageGroupGanttTreeRenderer.buildHeader(GanttView view) protected org.apache.ecs.html.DivMultistageGroupGanttTreeRenderer.buildRow(GanttView<BOMultistageGroupOperation, BOWorkOrderOperation> view, GanttRow<BOMultistageGroupOperation, BOWorkOrderOperation> row) protected org.apache.ecs.html.DivMultistageGroupGanttTreeRenderer.buildRowDescriptionElement(GanttView<BOMultistageGroupOperation, BOWorkOrderOperation> view, GanttRow<BOMultistageGroupOperation, BOWorkOrderOperation> row) protected org.apache.ecs.html.DivMultistageGroupGanttTimeLineRenderer.drawActualBlock(GanttView<BOMultistageGroupOperation, BOWorkOrderOperation> view, GanttRow<BOMultistageGroupOperation, BOWorkOrderOperation> row, GanttBlock<BOWorkOrderOperation> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivMultistageGroupGanttTimeLineRenderer.drawBlock(GanttView<BOMultistageGroupOperation, BOWorkOrderOperation> view, GanttRow<BOMultistageGroupOperation, BOWorkOrderOperation> row, GanttBlock<BOWorkOrderOperation> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivMultistageGroupGanttTimeLineRenderer.drawMultistageGroupBlock(GanttView<BOMultistageGroupOperation, BOWorkOrderOperation> view, GanttRow<BOMultistageGroupOperation, BOWorkOrderOperation> row, GanttBlock<BOWorkOrderOperation> block, GanttHeaderRendererHelper helper) voidMultistageGroupGantt.onSelectionChanged(GanttView<BOMultistageGroupOperation, BOWorkOrderOperation> view) protected voidMultistageGroupGanttTreeRenderer.renderMultistageGroupRow(MultistageGroupGanttRow row, org.apache.ecs.html.Div descriptionEl, String pStyle, GanttView<BOMultistageGroupOperation, BOWorkOrderOperation> view) -
Uses of GanttView in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt
Subclasses of GanttView in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.ganttModifier and TypeClassDescriptionclassClass used to visualize a forecast activity detail ganttMethods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt with parameters of type GanttViewModifier and TypeMethodDescriptionprotected voidForecastActivityDetailGanttTimeLineRenderer.addBlockTooltip(GanttView<List<BOForecastActivity>, BOForecastActivityDetailGantt> view, GanttBlock<BOForecastActivityDetailGantt> block, org.apache.ecs.html.Div item) voidForecastActivityDetailGanttTimeLineRenderer.addRow(GanttView<List<BOForecastActivity>, BOForecastActivityDetailGantt> view, GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> row) Fill the verticalLevelsMap becaus I don't retrieve the total vertical levels for each block and I don't want to override the GanttRow and GanttRowClusteredprotected org.apache.ecs.html.DivForecastActivityDetailGanttTimeLineRenderer.drawSimpleBlock(GanttView<List<BOForecastActivity>, BOForecastActivityDetailGantt> view, GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> row, GanttBlock<BOForecastActivityDetailGantt> block, GanttHeaderRendererHelper helper) Draw the block considering the vertical positionprotected StringForecastActivityDetailGanttTimeLineRenderer.getGridStyle(GanttView<List<BOForecastActivity>, BOForecastActivityDetailGantt> view, double rowWidth) voidForecastActivityDetailGantt.onSelectionChanged(GanttView<BOForecastActivity, BOForecastActivityDetailGantt> view) On selection changed. -
Uses of GanttView in overit.geocallapp.wfm.project.ux.structure.gantt
Subclasses of GanttView in overit.geocallapp.wfm.project.ux.structure.ganttMethods in overit.geocallapp.wfm.project.ux.structure.gantt with parameters of type GanttViewModifier and TypeMethodDescriptionvoidProjectGanttTimeLineRenderer.addRow(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row) voidProjectGanttTreeRenderer.addRow(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row) protected org.apache.ecs.html.DivProjectGanttTreeRenderer.buildRowDescriptionElement(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row) voidCProjectGantt.onSelectionChanged(GanttView<BOProjectActivity, BOProjectActivity> view) protected voidProjectGanttTimeLineRenderer.renderCollapsedRow(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row, ProjectGanttView projectGantt, ProjectGanttRow projectRow, GanttHeaderRendererHelper helper, org.apache.ecs.html.Div rowEl) protected voidProjectGanttTimeLineRenderer.renderExpandedRow(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row, ProjectGanttView projectGantt, ProjectGanttRow projectRow, GanttHeaderRendererHelper helper, org.apache.ecs.html.Div rowEl) protected voidProjectGanttTreeRenderer.renderProjectRow(GanttView<BOProjectActivity, BOProjectActivity> view, ProjectGanttRow row, org.apache.ecs.html.Div descriptionEl, String pStyle) protected voidProjectGanttTreeRenderer.renderRegularActivity(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row, org.apache.ecs.html.Div descriptionEl, String pStyle)