TransactionApp
blurFormField(fieldId, [justChanged])
isSaved() ⇒ boolean
booleansetPropOnAllColumns()
clearGrid() ⇒ this
thisgetGrid() ⇒ *
*getGridRows() ⇒ Array.<any>
Array.<any>getCurrentGridRow() ⇒ *
*getGridSchema() ⇒ Array.<any>
Array.<any>refreshGrid() ⇒ this
thisaddGridColumn(column) ⇒ this
thiscalcGridColumnFooterTotals() ⇒ this
thisgetColumnAlias(columnId)
getGridColumnProperty(columnid, propertyName) ⇒ *
*getGridColumnTotal(columnid) ⇒ number
numberhideGridColumn(columnid)
setColumnFooter(columnId, value)
setGridColumnProp(columnid, propertyName, propertyValue)
showGridColumn(columnid)
refreshGridRow(rowuid, [focusedFieldID]) ⇒ this
thisaddGridRow(data, [executeBlurEvent]) ⇒ this
thisinsertGridRow(data) ⇒ this
thisremoveCurrentGridRow() ⇒ this
thisremoveGridDataRow(eventInfo, rowIndex) ⇒ this
thisgetGridFieldText(rowuid, fieldid) ⇒ *
*getGridFieldValue(rowuid, fieldid) ⇒ *
*setGridFieldText(rowuid, fieldid, text) ⇒ this
thissetGridFieldValue(rowuid, fieldid, value) ⇒ this
thisonDeleteEventHandler(e)
delete(data, callback)
onGetDetailEventHandler(e) ⇒ Type.Promise
Type.PromisegetDetail(transactionRowID, callback) ⇒ *
*onGetHeaderEventHandler(e) ⇒ Type.Promise
Type.PromisegetHeader(rowid, callback) ⇒ void
voidonExportEventHandler(e)
onImportEventHandler(e)
onLoadEventHandler(e)
onNewEventHandler(e)
new()
onReadyEventHandler(e)
onSaveEventHandler(e) ⇒ Type.Promise
Type.Promisesave(saveObject, callback)
validate(e, [callback]) ⇒ Type.Promise
Type.PromiseLast updated