Settings
Settings component is a contractual component that helps you to select and reorder the columns in the Holdings segment (Portfolio Details).
Namespace
com.temenos.infinityComponent.settings
Contract Definition
Contracts are used to customize behavior, user experience, and manipulate the data or object of a component. Contracts are made available by exposing properties, methods, and events.
- Properties: Used to define the behavior of the component.
- Methods: Form or other components can use these methods to interact with the component.
- Events: Events are generated on the component. Implementation teams can define business logic to configure the execution of events.
- Context: Specifies the contextual object that is passed to the component.
Properties
Properties |
Programmatic Name |
Quantum Type |
Temenos Digital Type
|
Default Value |
---|---|---|---|---|
General |
||||
Column Picker Display Names |
displayNames |
String |
String |
Quantity,Latest Price,Average Cost,Market Value,Weight%,Unrealised P&L,Asset Class,Region,Sector,Currency,Exchange Rate,Market Value(pos ccy),Cost Value,Cost Exchange Rate,Unrealised P&L %,Daily P&L,Daily P&L %
|
Selected Column Array |
selectedColumns |
String |
String |
0,1,2,3,4,5 |
Methods
Methods |
Parameter |
Description |
---|---|---|
setColumnArray |
data |
This method passes the data in order to assign the default selected values. |
Events
Events |
Parameter |
Description |
---|---|---|
offVisibility |
|
This event turns off the component visibility. |
onClickSave |
selectedColumn |
This event passes the values from the component on saving. |
onClickDefault | selectedColumn | This event passes the values from the component on saving. |
In this topic