projects/m2-components/src/lib/application/attribute/single/application-attribute-row-single.component.ts
ApplicationAttributeRowComponent
| selector | [application-attribute-row-single] |
| styles |
.right-col {
padding: 0;
}
|
| templateUrl | ./application-attribute-row-single.component.html |
Properties |
|
Methods |
Inputs |
Outputs |
constructor(applicationsService: ApplicationsService)
|
||||||
|
Parameters :
|
| application |
Type : Application
|
| attributeRow |
Type : ApplicationAttributeRow
|
| classifiableTarget |
Type : string
|
Default value : '_blank'
|
| editModeON |
Type : boolean
|
| level |
Type : number
|
Default value : 0
|
| storePropertyToItemOptions |
Type : StorePropertyToItemOptions
|
| attributesSetChanged |
Type : EventEmitter
|
| openConstraintTablesClick |
Type : EventEmitter
|
| ngOnInit |
ngOnInit()
|
|
Returns :
void
|
| Protected handleRowAttributesChanged |
handleRowAttributesChanged()
|
|
Returns :
void
|
| onAttributeValueClear | |||||||||
onAttributeValueClear(attribute: ApplicationAttribute, isLast: boolean)
|
|||||||||
|
Parameters :
Returns :
void
|
| onAttributeValueCreate | ||||||
onAttributeValueCreate(attribute: ApplicationAttribute)
|
||||||
|
CRUD
Parameters :
Returns :
void
|
| onStorePropertyToItemClick |
onStorePropertyToItemClick()
|
|
Store property to item
Returns :
void
|
| onUnitSelected | ||||||
onUnitSelected(unit: MeasurementUnit)
|
||||||
|
Parameters :
Returns :
void
|
| Protected Abstract applicationsService |
Type : ApplicationsService
|
|
ng services |
| Optional desirableUnitId |
Type : number
|
| mandatorinesClass |
Type : string
|
Default value : 'sdi-hidden'
|
| mandatorinesTip |
Type : string
|
Default value : ''
|
| Optional selectedUnit |
Type : MeasurementUnit
|