PersonalGridDataProvider
builds on the caplin.grid.RttpContainerGridDataProvider
class, but allows users to define their own RTTP containers from the client-side.
Attributes | Name and Description |
---|---|
|
caplin.grid.PersonalGridDataProvider(Object oConfig)
Constructs a new instance of |
Attributes | Name and Description |
---|---|
|
void
addRow(String sSubject)
Add a row to this personal grid. |
|
void
removeRow(String sSubject)
Remove a row from this personal grid. |
|
void
removeRows(Array pSubjects)
Remove a number of rows from this personal grid. |
|
void
setRowData(String sSubject, Map mRowData)
Set data on specified row (Subject) sets the row data in a cache without making a contrib to the liberator |
►
caplin.grid.PersonalGridDataProvider(Object oConfig)
Constructs a new instance of PersonalGridDataProvider
.
Object | oConfig | configuration object |
►
void
addRow(String sSubject)
Add a row to this personal grid.
String | sSubject | The RTTP subject name of the instrument to add. |
►
void
removeRow(String sSubject)
Remove a row from this personal grid.
String | sSubject | The RTTP subject name of the instrument to remove. |
►
void
removeRows(Array pSubjects)
Remove a number of rows from this personal grid.
Array | pSubjects | An array of RTTP subject names of the instruments to remove. |
►
void
setRowData(String sSubject, Map mRowData)
Set data on specified row (Subject) sets the row data in a cache without making a contrib to the liberator
String | sSubject | The RTTP subject name |
Map | mRowData | a map of the data to set |