C:/GoDev/src/TCSTK-Angular/projects/tibco-tcstk/tc-liveapps-lib/src/lib/components/live-apps-case-search/live-apps-case-search.component.ts
Selection of app + searching for cases
selector | tcla-live-apps-case-search |
styleUrls | ./live-apps-case-search.component.css |
templateUrl | ./live-apps-case-search.component.html |
Properties |
|
Methods |
Inputs |
Outputs |
HostListeners |
constructor(liveapps: LiveAppsService)
|
||||||
Parameters :
|
appIds | |
Type : string[]
|
|
The list of LA Application IDs you want to handle |
sandboxId | |
Type : number
|
|
sandboxId - this comes from claims resolver |
foundRefs | |
Type : EventEmitter<CaseSearchResults>
|
|
~event foundRefs : Search completed (caseRefs returned) ~payload CaseSearchResults : caseRefs matching the search (so parent can display them in case list component) |
window:resize |
Arguments : '$event'
|
window:resize(event)
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:45
|
ngAfterViewInit |
ngAfterViewInit()
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:91
|
Returns :
void
|
ngOnDestroy |
ngOnDestroy()
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:99
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:104
|
Returns :
void
|
setupWidthObserver |
setupWidthObserver()
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:70
|
Returns :
void
|
applicationsComponent |
Type : LiveAppsApplicationsComponent
|
Decorators :
@ViewChild(LiveAppsApplicationsComponent, {static: false})
|
Public clearResults |
Default value : () => {...}
|
Public doSearch |
Default value : () => {...}
|
forcedSearch |
Default value : false
|
Public forceSearch |
Default value : () => {...}
|
Public handleSearchAppSelection |
Default value : () => {...}
|
Public refresh |
Default value : () => {...}
|
searchBox |
Type : ElementRef
|
Decorators :
@ViewChild('searchBox', {static: false})
|
searchString |
Type : string
|
searchTerm$ |
Type : Subject<string>
|
searchValue |
Type : Observable<String>
|
Public selectedApp |
Type : CaseType
|
Default value : new CaseType()
|
Public selectedStateId |
Type : number
|
Public selectedStateLabel |
Type : string
|
Public setCaseType |
Default value : () => {...}
|
Public setSelectedStateId |
Default value : () => {...}
|
Protected _destroyed$ |
Default value : new Subject()
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:39
|
componentChildDivs |
Type : LiveAppsComponent[]
|
Decorators :
@ViewChildren('componentChildDiv')
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:36
|
componentDiv |
Type : ElementRef
|
Decorators :
@ViewChild('componentDiv', {static: false})
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:35
|
Protected containerChanges$ |
Type : Observable<TcComponent>
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:40
|
Private observer |
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:42
|
Public resize |
Default value : () => {...}
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:56
|
Public widget |
Type : TcComponent
|
Inherited from
LiveAppsComponent
|
Defined in
LiveAppsComponent:41
|
./live-apps-case-search.component.css