projects/m2-core/src/lib/shared/ui-components/value/property-value/aggregation.component.ts
| selector | aggregation |
| templateUrl | ./aggregation.component.html |
Properties |
Methods |
Inputs |
Outputs |
Accessors |
constructor(propositionsService: PropositionsService, layerService: LayerService, taxonomyReadService: TaxonomyReadService, dataReadService: DataReadService, globalModalsService: GlobalModalsService)
|
||||||||||||||||||
|
Parameters :
|
| aggregation |
Type : Aggregation
|
| applicationAttributes |
Type : Pair<number | Map<number, ApplicationAttribute[]>>
|
| checkIncompliantConstraints |
Type : boolean
|
| classifierId |
Type : number
|
| constraintCell |
Type : ConstraintTableCell
|
| constraintTableId |
Type : number
|
| customPropositions |
Type : Proposition[]
|
| editModeON |
Type : boolean
|
| itemOrRowId |
Type : number
|
| restrictiveConditions |
Type : string[]
|
| scope |
Type : number[]
|
| showEntitySelector |
Type : boolean
|
Default value : true
|
| statusInCompliance |
Type : StatusInCompliance
|
| updateCellFn |
Type : function
|
| updateValueFn |
Type : function
|
| created |
Type : EventEmitter
|
| deleted |
Type : EventEmitter
|
| Public focusValueInput |
focusValueInput()
|
|
Returns :
void
|
| ngOnInit |
ngOnInit()
|
|
Returns :
void
|
| onAnyValueClick | ||||||
onAnyValueClick(event: MouseEvent)
|
||||||
|
Constraint cell aggregations
Parameters :
Returns :
void
|
| onDeleteClick |
onDeleteClick()
|
|
Returns :
void
|
| onNotNullClick | ||||||
onNotNullClick(event: MouseEvent)
|
||||||
|
Parameters :
Returns :
void
|
| onPropositionInputKeyDown | ||||||
onPropositionInputKeyDown(event: KeyboardEvent)
|
||||||
|
Parameters :
Returns :
void
|
| onPropositionSelected | |||||||||
onPropositionSelected(proposition: Proposition, propositionsInput?: HTMLInputElement)
|
|||||||||
|
Selecting proposition
Parameters :
Returns :
void
|
| onPropositionsInputBlur |
onPropositionsInputBlur()
|
|
Returns :
void
|
| onPropositionsInputClick | ||||||
onPropositionsInputClick(event: MouseEvent)
|
||||||
|
Parameters :
Returns :
void
|
| onPropositionsToggleClick | ||||||
onPropositionsToggleClick(event: MouseEvent)
|
||||||
|
Parameters :
Returns :
void
|
| selectPart |
selectPart()
|
|
Returns :
void
|
| showPropositions | ||||||
showPropositions(input: string)
|
||||||
|
Parameters :
Returns :
void
|
| showPropositionsImmediately | ||||||
showPropositionsImmediately(input: string)
|
||||||
|
Parameters :
Returns :
void
|
| Optional getPropositionsFn |
Type : function
|
| propositionsDebounceTime |
Default value : APP_SETTINGS.PROPOSITIONS_DEBOUNCE_IN_MS
|
| propositionsHighlightOnly |
Default value : true
|
| propositionsInputRef |
Type : ElementRef<HTMLInputElement>
|
Decorators :
@ViewChild('propositionsInput')
|
| propositionsReloadOnShow |
Default value : true
|
| valuePropositionsComponent |
Type : ValuePropositionsComponent
|
Decorators :
@ViewChild(ValuePropositionsComponent)
|
| isConstraintCellValue |
getisConstraintCellValue()
|
| propertyId |
getpropertyId()
|
| value |
getvalue()
|
| partId |
getpartId()
|
| partName |
getpartName()
|