ListApp
Methods
applyGridFilterDateRange()
loadFromJSON(json) ⇒
setRql(rql) ⇒ this
clearGrid() ⇒ this
refreshGrid() ⇒ this
showGridColumnTotals() ⇒ this
gridGroupBy(fields) ⇒ this
addSelectionGridWidget(options) ⇒ this
addReportGridWidget(options) ⇒ this
addGridColumn(column) ⇒ this
getColumnAlias(columnId)
getColumnAlias(columnId)
getGrid() ⇒ *
getAllGridRows() ⇒ Array.<any>
getGridRow(rowuid) ⇒ *
getGridFieldText(rowuid, fieldid) ⇒ void
resizeGridContainer()
setColumnFooter(columnId, value)
setGridFieldText(rowuid, fieldid, value)
setGridFieldTextForAllRows(fieldid, value)
setGridColumnProperty(columnId, propertyId, propertyValue)
onNewEventHandler(e)
onSelectEventHandler(e)
onReadyEventHandler(e)
onExportEventHandler(e)
applyGridFilterDateRange()
loadFromJSON(json) ⇒
Returns: this Params
json
Type.ReportQuery
Example
setRql(rql) ⇒ this
thisParams
rql
any
clearGrid() ⇒ this
thisrefreshGrid() ⇒ this
thisshowGridColumnTotals() ⇒ this
thisgridGroupBy(fields) ⇒ this
thisParams
fields
any
addSelectionGridWidget(options) ⇒ this
thisParams
options
Type.Options
addReportGridWidget(options) ⇒ this
thisParams
options
Type.Options
addGridColumn(column) ⇒ this
thisParams
column
Type.Column
getColumnAlias(columnId)
Params
columnId
getColumnAlias(columnId)
Params
columnId
getGrid() ⇒ *
*getAllGridRows() ⇒ Array.<any>
Array.<any>getGridRow(rowuid) ⇒ *
*Params
rowuid
any
getGridFieldText(rowuid, fieldid) ⇒ void
voidParams
rowuid
stringfieldid
string
resizeGridContainer()
setColumnFooter(columnId, value)
Params
columnId
value
setGridFieldText(rowuid, fieldid, value)
Params
rowuid
stringfieldid
stringvalue
*
setGridFieldTextForAllRows(fieldid, value)
Params
fieldid
stringvalue
*
setGridColumnProperty(columnId, propertyId, propertyValue)
Params
columnId
anypropertyId
anypropertyValue
any
onNewEventHandler(e)
Params
e
Type.EventInfo
onSelectEventHandler(e)
Params
e
Type.EventInfo
onReadyEventHandler(e)
Params
e
Type.EventInfo
onExportEventHandler(e)
Params
e
Type.EventInfo
Last updated
Was this helpful?