projects/m2-core/src/lib/core/service/constraint/constraint-cells.service.ts
Methods |
|
constructor(logger: Logger, propertyValueService: PropertyValueService, constraintTableService: ConstraintTableService, doubleParserService: DoubleParserService, uiConfigService: UIConfigService, tabService: TabService)
|
|||||||||||||||||||||
|
Parameters :
|
| Public formChangeRequest | ||||||||||||||||||||||||||||
formChangeRequest(cell: ConstraintTableCell, newValue: string | boolean | Date, unit?: MeasurementUnit, precision?: number, prevCondition, forceEdit)
|
||||||||||||||||||||||||||||
|
CRUD requests
Parameters :
|
| Public formConstraintRowCardRows | ||||||||||||||||||
formConstraintRowCardRows(constraintTableId: number, rowId: number, columns: ConstraintTableColumn[], cells: ConstraintTableCell[], parentRow?: CardRow)
|
||||||||||||||||||
|
Parameters :
Returns :
CardRow[]
|
| Public onAggregationCellAnyValueClick | ||||||
onAggregationCellAnyValueClick(aggrGroupRow: ConstraintCellAggregationsGroupRow)
|
||||||
|
AnyValue/NotNull aggregation cell restrictive conditions
Parameters :
Returns :
void
|
| Public onAggregationCellNotNullClick | ||||||
onAggregationCellNotNullClick(aggrGroupRow: ConstraintCellAggregationsGroupRow)
|
||||||
|
Parameters :
Returns :
void
|