Uses of Class
overit.geocallapp.utilities.ux.ui.container.gantt.data.GanttBlock
Packages that use GanttBlock
Package
Description
-
Uses of GanttBlock in overit.geocallapp.utilities.ux.ui.container.gantt
Method parameters in overit.geocallapp.utilities.ux.ui.container.gantt with type arguments of type GanttBlockModifier and TypeMethodDescriptionvoidCGanttTest.makeLinks(List<GanttBlock<HashGetter>> listStart, List<GanttBlock<HashGetter>> listEnd, String color) -
Uses of GanttBlock in overit.geocallapp.utilities.ux.ui.container.gantt.data
Fields in overit.geocallapp.utilities.ux.ui.container.gantt.data declared as GanttBlockFields in overit.geocallapp.utilities.ux.ui.container.gantt.data with type parameters of type GanttBlockModifier and TypeFieldDescriptionprotected Collection<GanttBlock<B>> GanttRow._blocksprotected Map<String, GanttBlock<B>> GanttRow._blocksIndexMethods in overit.geocallapp.utilities.ux.ui.container.gantt.data that return GanttBlockModifier and TypeMethodDescriptionprotected GanttBlock<B> GanttDataBuilder.buildBlock(B rawData) GanttBlockLink.getDestinationBlock()Methods in overit.geocallapp.utilities.ux.ui.container.gantt.data that return types with arguments of type GanttBlockModifier and TypeMethodDescriptionGanttBlockCluster.getBlocks()GanttRow.getBlocks()GanttBlockCluster.iterator()Iteratorto iterate over the clusteredGanttBlocksGanttRow.iterator()Methods in overit.geocallapp.utilities.ux.ui.container.gantt.data with parameters of type GanttBlockModifier and TypeMethodDescriptionbooleanGanttBlockCluster.add(GanttBlock<T> block) Method to add a block to the cluster.voidGanttRow.addBlock(GanttBlock<B> block) voidGanttRowClustered.addBlock(GanttBlock<B> block) Add the block to the row, and then add the given block to the cluster that overlaps it, if exists.intGanttBlock.compareTo(GanttBlock<T> o) Look at first the priority that is intended in descendant order.protected voidGanttBlockCluster.expandToInclude(GanttBlock<T> block) Expand the cluster begin and end dates to include the given blockvoidGanttBlockLink.setDestinationBlock(GanttBlock<T> destinationBlock) -
Uses of GanttBlock in overit.geocallapp.utilities.ux.ui.container.gantt.view
Methods in overit.geocallapp.utilities.ux.ui.container.gantt.view with parameters of type GanttBlockModifier and TypeMethodDescriptionvoidGanttView.scrollBlockIntoView(GanttRow<R, B> row, GanttBlock<B> block) protected voidGanttView.GanttViewSelection.selectFromMaxToNew(GanttRow<R, B> row, GanttBlock<B> block, Date maxSelection) protected voidGanttView.GanttViewSelection.selectFromMinToNew(GanttRow<R, B> row, GanttBlock<B> block, Date minSelection) protected voidGanttView.GanttViewSelection.selectFromNewToMin(GanttRow<R, B> row, GanttBlock<B> block, Date minSelection) -
Uses of GanttBlock 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 GanttBlockModifier and TypeMethodDescriptionprotected voidGanttTimeLineRenderer.addBlockTooltip(GanttView<R, B> view, GanttBlock<B> block, org.apache.ecs.html.Div item) protected 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) -
Uses of GanttBlock in overit.geocallapp.wfm.core.ux.datacollection.template.gantt
Methods in overit.geocallapp.wfm.core.ux.datacollection.template.gantt that return GanttBlockModifier and TypeMethodDescriptionDataCollectionTemplateGanttDataBuilder.buildGanttBlock(BODataCollectionTemplateHeader templateHeader, Date startDate, Date endDate, String color, BODataCollectionTemplateStructureRelease templateStructureRelease, DataCollectionTemplateGanttRow dataCollectionTemplateRow, boolean isCurrentRelease, Boolean lastBlock) Methods in overit.geocallapp.wfm.core.ux.datacollection.template.gantt with parameters of type GanttBlockModifier and TypeMethodDescriptionprotected voidDataCollectionTemplateGanttTimeLineRenderer.addBlockTooltip(GanttView<BODataCollectionTemplateStructure, BODataCollectionTemplateStructureRelease> view, GanttBlock<BODataCollectionTemplateStructureRelease> block, org.apache.ecs.html.Div item) protected voidDataCollectionTemplateGanttRow.expand(Date[] range, GanttBlock<?> block) -
Uses of GanttBlock in overit.geocallapp.wfm.core.ux.multistage.gantt
Methods in overit.geocallapp.wfm.core.ux.multistage.gantt that return GanttBlockModifier and TypeMethodDescriptionprotected GanttBlock<BOWorkOrderOperation> MultistageGroupGanttDataBuilder.buildGanttBlock(Date startDate, Date endDate, String color, BOWorkOrderOperation woOperation, MultistageGroupGanttRow multistageGroupRow, Set<MultistageViolation> multistageViolations, Map<String, Object> operationData) Methods in overit.geocallapp.wfm.core.ux.multistage.gantt with parameters of type GanttBlockModifier 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) 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) protected voidMultistageGroupGanttRow.expand(Date[] range, GanttBlock<?> block) Method parameters in overit.geocallapp.wfm.core.ux.multistage.gantt with type arguments of type GanttBlockModifier and TypeMethodDescriptionprotected voidMultistageGroupGanttDataBuilder.buildBlockDependencies(MultistageGroup multistageGroup, Map<Long, GanttBlock<BOWorkOrderOperation>> blockIndex, List<BOMultistageGroupDependency> dependencies, Map<Long, Set<MultistageViolation>> violatedDependencies) protected voidMultistageGroupGanttDataBuilder.buildGenericBlock(BOWorkOrderOperation woOperation, Map<Long, GanttBlock<BOWorkOrderOperation>> blockIndex, MultistageGroupGanttRow multistageGroupRow, Long weight, Set<MultistageViolation> multistageViolations, Map<String, Object> operationData) protected voidMultistageGroupGanttDataBuilder.buildMultistageGroupBlock(Map<Long, GanttBlock<BOWorkOrderOperation>> blockIndex, List<MultistageGroupGanttRow> rows, MultistageGroupGanttRow fakeRow, MultistageGroup multistageGroup) -
Uses of GanttBlock in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt
Subclasses of GanttBlock in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.ganttModifier and TypeClassDescriptionclassForecastActivityDetailGanttBlock<BOForecastActivityDetailGantt>The Class that defines the forecast activity gantt block.Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt that return GanttBlockModifier and TypeMethodDescriptionprotected GanttBlock<BOForecastActivityDetailGantt> ForecastActivityDetailGanttDataBuilder.buildGanttBlock(Date startDate, Date endDate, String color, BOForecastActivityDetailGantt forecastActivityDetail, List<BOForecastActivity> forecastActivities, List<Long> forecastHeaders) Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt with parameters of type GanttBlockModifier and TypeMethodDescriptionprotected voidForecastActivityDetailGanttTimeLineRenderer.addBlockTooltip(GanttView<List<BOForecastActivity>, BOForecastActivityDetailGantt> view, GanttBlock<BOForecastActivityDetailGantt> block, org.apache.ecs.html.Div item) intForecastActivityDetailGanttBlock.compareTo(GanttBlock<BOForecastActivityDetailGantt> o) Method overriden because if 2 blocks have the same start date but different vertical position level must be considered differentprotected 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 position -
Uses of GanttBlock in overit.geocallapp.wfm.project.ux.structure.gantt
Fields in overit.geocallapp.wfm.project.ux.structure.gantt with type parameters of type GanttBlockModifier and TypeFieldDescriptionprotected Collection<GanttBlock<BOPlanSlot>> ProjectGanttRow._executionBlocksprotected Map<String, GanttBlock<BOPlanSlot>> ProjectGanttRow._executionBlocksIndexprotected Collection<GanttBlock<BOPlanSlot>> ProjectGanttRow._planningBlocksprotected Map<String, GanttBlock<BOPlanSlot>> ProjectGanttRow._planningBlocksIndexMethods in overit.geocallapp.wfm.project.ux.structure.gantt that return GanttBlockModifier and TypeMethodDescriptionprotected GanttBlock<BOProjectActivity> ProjectGanttDataBuilder.buildBlock(GanttRow<BOProjectActivity, BOProjectActivity> activityRow) Methods in overit.geocallapp.wfm.project.ux.structure.gantt that return types with arguments of type GanttBlockModifier and TypeMethodDescriptionProjectGanttRow.getExecutionBlocks()ProjectGanttRow.getPlanningBlocks()Methods in overit.geocallapp.wfm.project.ux.structure.gantt with parameters of type GanttBlockModifier and TypeMethodDescriptionvoidProjectGanttRow.addExecutionBlock(GanttBlock<BOPlanSlot> block) voidProjectGanttRow.addPlanningBlock(GanttBlock<BOPlanSlot> block) protected org.apache.ecs.html.DivProjectGanttTimeLineRenderer.buildBaseBlock(ProjectGanttView view, ProjectGanttRow row, GanttBlock<BOPlanSlot> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivProjectGanttTimeLineRenderer.drawExecutionBlock(ProjectGanttView view, ProjectGanttRow row, GanttBlock<BOPlanSlot> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivProjectGanttTimeLineRenderer.drawMainBlock(ProjectGanttView view, ProjectGanttRow row, GanttBlock<BOProjectActivity> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivProjectGanttTimeLineRenderer.drawMilestone(ProjectGanttView view, ProjectGanttRow row, GanttBlock<BOProjectActivity> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivProjectGanttTimeLineRenderer.drawPlannedBlock(ProjectGanttView view, ProjectGanttRow row, GanttBlock<BOProjectActivity> block, GanttHeaderRendererHelper helper) protected org.apache.ecs.html.DivProjectGanttTimeLineRenderer.drawProgrammingBlock(ProjectGanttView view, ProjectGanttRow row, GanttBlock<BOPlanSlot> block, GanttHeaderRendererHelper helper) protected voidProjectGanttTimeLineRenderer.drawRelations(ProjectGanttView view, GanttBlock<BOProjectActivity> block, org.apache.ecs.html.Div item) protected voidProjectGanttRow.expand(Date[] range, GanttBlock<?> block) ProjectGanttTimeLineRenderer.getExecutionBlockElementId(ProjectGanttView view, ProjectGanttRow row, GanttBlock<BOPlanSlot> block) ProjectGanttTimeLineRenderer.getPlanningBlockElementId(ProjectGanttView view, ProjectGanttRow row, GanttBlock<BOPlanSlot> block) voidProjectGanttDataBuilder.updateBlockData(GanttRow<BOProjectActivity, BOProjectActivity> activityRow, GanttBlock<BOProjectActivity> block, BOProjectActivity activity) Method parameters in overit.geocallapp.wfm.project.ux.structure.gantt with type arguments of type GanttBlockModifier and TypeMethodDescriptionprotected voidProjectGanttDataBuilder.buildBlockRelations(Map<String, GanttBlock<BOProjectActivity>> blockIndex, List<BOActivityRelation> relations) protected DateProjectGanttRow.getMinBlockDate(Collection<GanttBlock<BOPlanSlot>> blocks)