src/app/components/sorter/sorter.component.ts
Sorter component
selector | app-sorter |
styleUrls | ./sorter.component.scss |
templateUrl | ./sorter.component.html |
Properties |
|
Methods |
Inputs |
Accessors |
constructor(sorterServiceAccomplishment: SorterService, sorterServicePublication: SorterService, sorterServiceSpectrum: SorterService, sorterServiceProjects: SorterService, portfolioService: PortfolioService, inputService: InputService, uiService: UiService)
|
||||||||||||||||||||||||||||||||
Constructs the sorter component. ~constructor
Parameters :
|
sorterKind |
Type : SorterKind
|
Sorter kind setter. |
type |
Type : string
|
Default value : ''
|
The sorter component target type. |
Initialize |
Initialize()
|
Initialization
Returns :
void
|
Optional classifier |
Type : ClassifierComponent
|
Decorators :
@ViewChild('classifier')
|
Classifier component element. |
clickableBack |
Type : ElementRef<HTMLSpanElement>
|
Decorators :
@ViewChild('clickableBack')
|
A clickable back element. |
clickableForward |
Type : ElementRef<HTMLSpanElement>
|
Decorators :
@ViewChild('clickableForward')
|
A clickable forward element. |
clickableHome |
Type : ElementRef<HTMLSpanElement>
|
Decorators :
@ViewChild('clickableHome')
|
A clickable home element. |
Public Readonly inputService |
Type : InputService
|
The input service injected dependency.
|
Public Readonly portfolioService |
Type : PortfolioService
|
The portfolio service injected dependency.
|
Public toggleEntityKey |
Type : string
|
Default value : 'Sorter'
|
The toggle entity key |
toolbarCollapsedToggle |
Type : ToggleComponent
|
Decorators :
@ViewChild('toolbarCollapsedToggle')
|
Toolbar collapsed toggle element. |
Public Readonly uiService |
Type : UiService
|
The ui service injected dependency.
|
displayType |
getdisplayType()
|
The sorter component display type. |
sorterKind | ||||
getsorterKind()
|
||||
Sorter kind getter. |
||||
setsorterKind(value)
|
||||
Sorter kind setter.
Parameters :
Returns :
void
|
subSortField |
getsubSortField()
|
Sort field subcomponent. |
Go |
getGo()
|
Go enum accessor. |
ToggleKind |
getToggleKind()
|
Toggle kind enum template accessor getter. |
toolbarCollapsedToggleChecked |
gettoolbarCollapsedToggleChecked()
|
Whether toolbar collapsed toggle is checked. |
./sorter.component.scss
@use "../stylesheets/stylesheets.component.scss";
.form-inline {
align-items: start;
}