Package overit.geocallapp.utilities.ux.ui.container.gantt.data
package overit.geocallapp.utilities.ux.ui.container.gantt.data
-
ClassDescriptionGanttBlock<T>Class to store the information of a block in the GanttRow.This class will be used to cluster overlapped
GanttBlocks.GanttDataBuilder<R,B> Given aDBViewwith the raw data of some Gantt blocks and rows, this class will build a tree of GanttRow.GanttDataReader<R,B> Interface to define what must be able to do a GanttDataReader.GanttRow<R,B> Define a Gantt row in a tree like structure.GanttRowClustered<R,B> Extension ofGanttRowthat holds also a list ofGanttBlockClusterto group the overlappedGanttBlockFunctional interface to implement logic to execute during a Gantt tree visit