Class ActivityPlanBuilder
java.lang.Object
overit.geocallapp.wfm.project.ux.activityplan.ActivityPlanBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<OperationPlanning> protected ActivityPlanViewConfiguration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()protected CalendarViewColumnCell<List<ScheduledIntervention>> buildCell(List<ScheduledIntervention> slots) Build the elements that will be put in the cells of the main tableprotected DBViewCreate an empty dbv with all the columns needed on the main result tablevoidsetActivityPlanViewConfiguration(ActivityPlanViewConfiguration viewConfiguration) voidsetPlannedOperations(List<OperationPlanning> plannedOperations) protected StringtooltipSection(String nomeSezione)
-
Field Details
-
plannedOperations
-
viewConfiguration
-
-
Constructor Details
-
ActivityPlanBuilder
public ActivityPlanBuilder()
-
-
Method Details
-
setPlannedOperations
-
setActivityPlanViewConfiguration
-
build
-
tooltipSection
-
createEmptyDBV
Create an empty dbv with all the columns needed on the main result table -
buildCell
protected CalendarViewColumnCell<List<ScheduledIntervention>> buildCell(List<ScheduledIntervention> slots) Build the elements that will be put in the cells of the main table
-