Uses of Class
overit.geocallapp.utilities.ux.ui.container.gantt.data.GanttRow
Packages that use GanttRow
Package
Description
-
Uses of GanttRow in overit.geocallapp.utilities.ux.ui.container.gantt
Methods in overit.geocallapp.utilities.ux.ui.container.gantt that return GanttRowModifier and TypeMethodDescriptionprotected GanttRow<HashGetter, HashGetter> CGanttTest.buildRootRow(DBView data) -
Uses of GanttRow in overit.geocallapp.utilities.ux.ui.container.gantt.data
Subclasses of GanttRow in overit.geocallapp.utilities.ux.ui.container.gantt.dataModifier and TypeClassDescriptionclassGanttRowClustered<R,B> Extension ofGanttRowthat holds also a list ofGanttBlockClusterto group the overlappedGanttBlockFields in overit.geocallapp.utilities.ux.ui.container.gantt.data declared as GanttRowFields in overit.geocallapp.utilities.ux.ui.container.gantt.data with type parameters of type GanttRowMethods in overit.geocallapp.utilities.ux.ui.container.gantt.data that return GanttRowModifier and TypeMethodDescriptionGanttDataBuilder.build()Search in all the sub tree that starts with this row the required rowGanttRow.getParent()GanttBlock.getRow()Methods in overit.geocallapp.utilities.ux.ui.container.gantt.data that return types with arguments of type GanttRowModifier and TypeMethodDescriptionGanttDataBuilder.buildRows()First step of the build process.GanttRow.getChildren()Methods in overit.geocallapp.utilities.ux.ui.container.gantt.data with parameters of type GanttRowMethod parameters in overit.geocallapp.utilities.ux.ui.container.gantt.data with type arguments of type GanttRow -
Uses of GanttRow in overit.geocallapp.utilities.ux.ui.container.gantt.view
Fields in overit.geocallapp.utilities.ux.ui.container.gantt.view declared as GanttRowMethods in overit.geocallapp.utilities.ux.ui.container.gantt.view that return GanttRowMethods in overit.geocallapp.utilities.ux.ui.container.gantt.view with parameters of type GanttRowModifier and TypeMethodDescriptionprotected voidvoidGanttView.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) voidGanttView.setRootRow(GanttRow<R, B> root) Constructor parameters in overit.geocallapp.utilities.ux.ui.container.gantt.view with type arguments of type GanttRow -
Uses of GanttRow 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 GanttRowModifier and TypeMethodDescriptionvoidvoidprotected org.apache.ecs.html.Divprotected org.apache.ecs.html.Divprotected org.apache.ecs.Elementprotected org.apache.ecs.html.Divprotected org.apache.ecs.html.Div -
Uses of GanttRow 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 GanttRowModifier and TypeMethodDescriptionvoidprotected 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 GanttRow in overit.geocallapp.wfm.core.ux.datacollection.template.gantt
Subclasses of GanttRow in overit.geocallapp.wfm.core.ux.datacollection.template.ganttModifier and TypeClassDescriptionclassThe Class that defines the data collection template gantt row.Methods in overit.geocallapp.wfm.core.ux.datacollection.template.gantt that return GanttRowModifier and TypeMethodDescriptionDataCollectionTemplateGanttDataBuilder.build(BODataCollectionTemplateHeader templateHeader) Build the gantt row basing on the data collection template.Methods in overit.geocallapp.wfm.core.ux.datacollection.template.gantt with parameters of type GanttRowModifier and TypeMethodDescriptionprotected voidDataCollectionTemplateGanttView.renderRow(GanttRow<BODataCollectionTemplateStructure, BODataCollectionTemplateStructureRelease> row, EntitySet es) Constructor parameters in overit.geocallapp.wfm.core.ux.datacollection.template.gantt with type arguments of type GanttRowModifierConstructorDescriptionDataCollectionGanttViewSelection(Runnable notifyListener, Supplier<GanttRow<BODataCollectionTemplateStructure, BODataCollectionTemplateStructureRelease>> getRootRow) Instantiates a new data collection gantt view selection. -
Uses of GanttRow in overit.geocallapp.wfm.core.ux.multistage.gantt
Subclasses of GanttRow in overit.geocallapp.wfm.core.ux.multistage.ganttMethods in overit.geocallapp.wfm.core.ux.multistage.gantt that return GanttRowModifier and TypeMethodDescriptionMultistageGroupGanttDataBuilder.build(MultistageGroup multistageGroup) MultistageGroupGantt.extractGanttRowByParam(UIMessage uim) Methods in overit.geocallapp.wfm.core.ux.multistage.gantt with parameters of type GanttRowModifier and TypeMethodDescriptionprotected voidMultistageGroupGanttTreeRenderer.addMultistageGroupColor(GanttRow<BOMultistageGroupOperation, BOWorkOrderOperation> row, org.apache.ecs.html.Div rowEl) 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) protected PanelNewMultistageDependenciesParamsMultistageGroupGantt.buildPanelParams(GanttRow<BOMultistageGroupOperation, BOWorkOrderOperation> row, Long dependencyType) 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) protected voidMultistageGroupGanttView.renderRow(GanttRow<BOMultistageGroupOperation, BOWorkOrderOperation> row, EntitySet es) Constructor parameters in overit.geocallapp.wfm.core.ux.multistage.gantt with type arguments of type GanttRowModifierConstructorDescriptionMultistageGanttViewSelection(Runnable notifyListener, Supplier<GanttRow<BOMultistageGroupOperation, BOWorkOrderOperation>> getRootRow) -
Uses of GanttRow in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt that return GanttRowModifier and TypeMethodDescriptionCapacityPlanningActivityResultGanttDataBuilder.build(List<BOActivityForecastHeader> forecastHeader, Map<String, Object> filters) Method parameters in overit.geocallapp.wfm.planning.ux.forecastcapacity.capacityplanning.scenario.result.activity.gantt with type arguments of type GanttRowModifier and TypeMethodDescriptionprotected voidCapacityPlanningActivityResultGanttDataBuilder.buildGenericBlock(BOForecastActivityDetailGantt forecastActivityDetail, List<GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt>> rows, List<Long> forecastHeaders) -
Uses of GanttRow in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt
Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt that return GanttRowModifier and TypeMethodDescriptionForecastActivityDetailGanttDataBuilder.build(List<BOActivityForecastHeader> forecastHeader, Map<String, Object> filters) Build the gantt row basing on the forecast activity detail .protected GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> ForecastActivityDetailGanttDataBuilder.buildForecastActivityRow(List<BOForecastActivity> forecastActivity) Methods in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt with parameters of type GanttRowModifier and TypeMethodDescriptionvoidForecastActivityDetailGanttTimeLineRenderer.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 voidForecastActivityDetailGanttDataBuilder.buildTree(List<GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt>> rows, GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> fakeRow) protected 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 positionintForecastActivityDetailGanttTimeLineRenderer.getRowHeight(GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> row) Calculate the height of the row: if total vertical levels is less or equal than the length of block height array, then the height of the row will be 50, otherwise it will be ...protected voidForecastActivityDetailGanttView.renderRow(GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> row, EntitySet es) Method parameters in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt with type arguments of type GanttRowModifier and TypeMethodDescriptionprotected voidForecastActivityDetailGanttDataBuilder.buildGenericBlock(BOForecastActivityDetailGantt forecastActivityDetail, List<GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt>> rows, List<Long> forecastHeaders) protected voidForecastActivityDetailGanttDataBuilder.buildTree(List<GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt>> rows, GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt> fakeRow) ForecastActivityDetailGantt.getSortMap(List<GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt>> ganttRows) Constructor parameters in overit.geocallapp.wfm.planning.ux.forecastcapacity.forecast.activity.detail.gantt with type arguments of type GanttRowModifierConstructorDescriptionForecastActivityDetailGanttViewSelection(Runnable notifyListener, Supplier<GanttRow<List<BOForecastActivity>, BOForecastActivityDetailGantt>> getRootRow) Instantiates a new forecast activity detail gantt view selection. -
Uses of GanttRow in overit.geocallapp.wfm.project.ux.structure.gantt
Subclasses of GanttRow in overit.geocallapp.wfm.project.ux.structure.ganttMethods in overit.geocallapp.wfm.project.ux.structure.gantt that return GanttRowModifier and TypeMethodDescriptionProjectGanttDataBuilder.build(Project project, ProjectTree projectTree, Map<String, OperationPlanning> plannedSlots) Methods in overit.geocallapp.wfm.project.ux.structure.gantt with parameters of type GanttRowModifier and TypeMethodDescriptionvoidProjectGanttTimeLineRenderer.addRow(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row) voidProjectGanttTreeRenderer.addRow(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row) protected GanttBlock<BOProjectActivity> ProjectGanttDataBuilder.buildBlock(GanttRow<BOProjectActivity, BOProjectActivity> activityRow) protected org.apache.ecs.html.DivProjectGanttTreeRenderer.buildRowDescriptionElement(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row) 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.renderRegularActivity(GanttView<BOProjectActivity, BOProjectActivity> view, GanttRow<BOProjectActivity, BOProjectActivity> row, org.apache.ecs.html.Div descriptionEl, String pStyle) protected voidProjectGanttView.renderRow(GanttRow<BOProjectActivity, BOProjectActivity> row, EntitySet es) voidProjectGanttDataBuilder.updateBlockData(GanttRow<BOProjectActivity, BOProjectActivity> activityRow, GanttBlock<BOProjectActivity> block, BOProjectActivity activity)