projects/m2-core/src/lib/core/service/value/aggregation-row.service.ts
Methods |
|
constructor(logger: Logger, uiConfigService: UIConfigService, layerService: LayerService, dataReadService: DataReadService, dataEditService: DataEditService, constraintCellsService: ConstraintCellsService, constraintTableService: ConstraintTableService, tabService: TabService, notificationService: NotificationService, itemValuesService: ItemValuesService, subscriptionService: SubscriptionService, globalModalsService: GlobalModalsService, actionsService: ActionsService, clipboardService: ClipboardService)
|
|||||||||||||||||||||||||||||||||||||||||||||
|
Parameters :
|
| Public applyPropositionPartId |
applyPropositionPartId(cardRow: CardRow, partId: number)
|
|
Proposition
Returns :
void
|
| Public createCompositionsGroupContextMenu | |||||||||
createCompositionsGroupContextMenu(aggrGroupRow: AggregationsGroupRow, editModeON: boolean)
|
|||||||||
|
Parameters :
Returns :
MenuItem[]
|
| Public createSingleCompositionContextMenu | |||||||||
createSingleCompositionContextMenu(aggrRow: SingleAggregationRow, editModeON: boolean)
|
|||||||||
|
Context menu
Parameters :
Returns :
MenuItem[]
|
| Public decomposePart | ||||||
decomposePart(aggrRow: SingleAggregationRow)
|
||||||
|
Parameters :
Returns :
Promise<void>
|
| Public onAddMultipleAggregationClick | ||||||||||||||||
onAddMultipleAggregationClick(cardRow: CardRow, createNewPart, event?: MouseEvent)
|
||||||||||||||||
|
Aggregation
Parameters :
Returns :
void
|
| Public onAnyValueClick | ||||||
onAnyValueClick(cardRow: CardRow)
|
||||||
|
Aggregation constraint cell specific values
Parameters :
Returns :
void
|
| Public onDeleteAggregationClick | |||||||||
onDeleteAggregationClick(cardRow: CardRow, event?: MouseEvent)
|
|||||||||
|
Parameters :
Returns :
void | Promise
|
| Public onNotNullClick | ||||||
onNotNullClick(cardRow: CardRow)
|
||||||
|
Parameters :
Returns :
void
|
| Public onSetSingleAggregationClick | ||||||||||||||||
onSetSingleAggregationClick(cardRow: CardRow, createNewPart, event?: MouseEvent)
|
||||||||||||||||
|
Parameters :
Returns :
void | Promise
|