C:/GoDev/src/TCSTK-Angular/projects/tibco-tcstk/tc-liveapps-lib/src/lib/components/live-apps-actions/live-apps-actions.component.ts
Not used by app but wraps action list and action execution.
selector | tcla-live-apps-actions |
styleUrls | ./live-apps-actions.component.css |
templateUrl | ./live-apps-actions.component.html |
Properties |
Methods |
Inputs |
Outputs |
Accessors |
constructor()
|
actionFilter | |
Type : string[]
|
|
Dont show buttons for any actions that start with this string. eg: '$' will remove the action $Update |
applicationId | |
Type : string
|
|
LA Application ID |
caseRef | |
Type : string
|
|
The case reference |
caseState | |
Type : string
|
|
The state of the case |
customFormDefs | |
Type : CustomFormDefs
|
|
Custom Form configuration file |
formsFramework | |
Type : string
|
|
sandboxId | |
Type : number
|
|
sandboxId - this comes from claims resolver |
typeId | |
Type : string
|
|
The LA Application Type Id (generally 1) |
caseActioned | |
Type : EventEmitter<ProcessId>
|
|
~event caseActioned : Case action starterd (process started) ~payload ProcessId : processId of started process in live apps (action) |
ngOnInit |
ngOnInit()
|
Returns :
void
|
actionSelector |
Type : LiveAppsCaseActionsComponent
|
Decorators :
@ViewChild(LiveAppsCaseActionsComponent, {static: false})
|
Public formsFramework |
Type : string
|
Default value : 'material-design'
|
Allow override of forms framework Options: bootstrap-4 or material-design |
handleActionClicked |
Default value : () => {...}
|
handleActionCompleted |
Default value : () => {...}
|
selectedAction |
Type : LaProcessSelection
|
FormsFramework | ||||||
setFormsFramework(formsFramework: string)
|
||||||
Parameters :
Returns :
void
|
./live-apps-actions.component.css