src/app/components/category/category.component.ts
Category component ~extends PropertyComponent
selector | app-category |
styleUrls | ./category.component.scss |
templateUrl | ./category.component.html |
Properties |
|
Methods |
|
Inputs |
Accessors |
constructor(portfolioService: PortfolioService, ontologyAdjusterService: OntologyAdjusterService, classifierService: ClassifierService, inputService: InputService, uiService: UiService)
|
||||||||||||||||||||||||
Constructs the Category component.
Parameters :
|
propertyName |
Type : Accomplishment
|
Injected category. |
Public changeOntologyStructure | ||||||
changeOntologyStructure(event: MouseEvent)
|
||||||
Change ontology structure.
Parameters :
Returns :
void
|
Public getOntologyEntryProperty |
getOntologyEntryProperty(entity: string, property: string)
|
Ontology entry property.
Returns :
any
|
Public nextTitle |
nextTitle()
|
Next title delegate.
Returns :
any
|
Public onMouseEnter | ||||||
onMouseEnter(event: MouseEvent)
|
||||||
Change ontology structure.
Parameters :
Returns :
void
|
Public trackByFn |
trackByFn(index: any, item: any)
|
TrackBy iterator help function.
Returns :
any
|
Public Readonly classifierService |
Type : ClassifierService
|
The classifier service injected dependency.
|
Optional clickableChangeOntologyStructure |
Type : ElementRef<HTMLSpanElement>
|
Decorators :
@ViewChild('clickableChangeOntologyStructure')
|
Change Ontology Structure clickable element. |
Optional clickableClassifierKind |
Type : ElementRef<HTMLSpanElement>
|
Decorators :
@ViewChild('clickableClassifierKind')
|
Classifier Kind clickable element. |
Public Readonly inputService |
Type : InputService
|
The input service injected dependency.
|
Public Readonly portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
Public Readonly uiService |
Type : UiService
|
The ui service injected dependency.
|
ontologyParents |
getontologyParents()
|
The property ontology entry class calculated. |
ontologyEntry |
getontologyEntry()
|
The property ontology entry class calculated. |
platform |
getplatform()
|
The property platform. |
category |
getcategory()
|
The property category. |
ontologyColor |
getontologyColor()
|
The property color. |
color |
getcolor()
|
The property color. |
ClassifierKind |
getClassifierKind()
|
platformVisible |
getplatformVisible()
|
The platformVisible. |
typeVisible |
gettypeVisible()
|
The typeVisible. |
colorVisible |
getcolorVisible()
|
The colorVisible. |
./category.component.scss
@use "../property/property.component.scss";