projects/m2-core/src/lib/widget-modules/datatable-utils/row-state.component.ts
| selector | row-state |
| styles |
.properties-container {
max-height: 70vh;
overflow-x: hidden;
overflow-y: auto;
white-space: nowrap;
}
|
| template | |
Properties |
Methods |
|
constructor(dataReadService: DataReadService)
|
||||||
|
Parameters :
|
| onConstraintClick | ||||||
onConstraintClick(incompliantConstraint: InCompliantConstraint | ItemsSeparator)
|
||||||
|
Events
Parameters :
Returns :
void
|
| Public onIconEnter | |||||||||
onIconEnter(row: any, event: MouseEvent)
|
|||||||||
|
Parameters :
Returns :
void
|
| Public onIconOrPanelLeave | ||||||
onIconOrPanelLeave(row: any)
|
||||||
|
Parameters :
Returns :
void
|
| onPanelEnter |
onPanelEnter()
|
|
Returns :
void
|
| incompliantConstraints |
Default value : new Pair<any, any[] /*Array<InCompliantConstraint|ItemsSeparator>*/>()
|
| optionalConstraintTitle |
Default value : $localize`:@@optionalConstraintTitle:Необязательное ограничение`
|
| overlayPanelComponent |
Type : OverlayPanel
|
Decorators :
@ViewChild(OverlayPanel)
|
| requiredConstraintTitle |
Default value : $localize`:@@requiredConstraintTitle:Обязательное ограничение`
|
| row |
Type : any
|