Class DataCollectionTemplateGanttView.DataCollectionGanttViewSelection
java.lang.Object
overit.geocallapp.utilities.ux.ui.container.gantt.view.GanttView.GanttViewSelection<BODataCollectionTemplateStructure,BODataCollectionTemplateStructureRelease>
overit.geocallapp.wfm.core.ux.datacollection.template.gantt.DataCollectionTemplateGanttView.DataCollectionGanttViewSelection
- Enclosing class:
DataCollectionTemplateGanttView
public class DataCollectionTemplateGanttView.DataCollectionGanttViewSelection
extends GanttView.GanttViewSelection<BODataCollectionTemplateStructure,BODataCollectionTemplateStructureRelease>
The Class that defines the data collection gantt view selection.
-
Field Summary
Fields inherited from class overit.geocallapp.utilities.ux.ui.container.gantt.view.GanttView.GanttViewSelection
_selection -
Constructor Summary
ConstructorsConstructorDescriptionDataCollectionGanttViewSelection(Runnable notifyListener, Supplier<GanttRow<BODataCollectionTemplateStructure, BODataCollectionTemplateStructureRelease>> getRootRow) Instantiates a new data collection gantt view selection. -
Method Summary
Methods inherited from class overit.geocallapp.utilities.ux.ui.container.gantt.view.GanttView.GanttViewSelection
clear, clear, clear, getSelectedBlocks, isBlockSelected, notifyListeners, rowSingleSelect, selectBlock, selectBlock, selectFromMaxToNew, selectFromMinToNew, selectFromNewToMin, selectRowBlocks, selectRowBlocks, selectTo, toggleBlockSelection, unselectBlock, unselectRowBlocks
-
Constructor Details
-
DataCollectionGanttViewSelection
public DataCollectionGanttViewSelection(Runnable notifyListener, Supplier<GanttRow<BODataCollectionTemplateStructure, BODataCollectionTemplateStructureRelease>> getRootRow) Instantiates a new data collection gantt view selection.- Parameters:
notifyListener- the notify listenergetRootRow- the get root row
-
-
Method Details
-
getSelection
Returns the selection.- Returns:
- the selection
-