Return the error associated with this dialog, if any
Returns whether or not this dialog loaded properly
Returns whether or not this Form is destroyed
Returns whether or not the data in this dialog is out of date
Get the last time this dialog's data was refreshed
Get the last time this dialog's data was refreshed
Get the title of this dialog
Get the associated QueryScroller
Get the all ViewDescriptor's associated with this Form
Find a menu def on this dialog with the given actionId
Get a string representation of this property suitable for 'reading'
Get a string representation of this property suitable for 'writing'
Perform this action associated with the given Menu on this dialog. The targets array is expected to be an array of object ids.
| Redirection>}
Returns whether or not a column is of a binary type
Creates a new QueryScroller with default buffer size of 50
Parses a value to prepare for 'writing' back to the server
Perform this action associated with the given Menu on this dialog. The targets array is expected to be an array of object ids.
| Redirection>}
Get the propery definition for a property name
Perform a query Note: QueryScroller is the preferred way to perform a query. see {@link QueryContext.newScroller} and {@link QueryContext.setScroller}
Clear the QueryScroller's buffer and perform this query
Creates a new QueryScroller with the given values
Generated using TypeDoc
Dialog Subtype that represents a 'Query Dialog'. A 'Query' represents and is backed by a list of Records and a single Record definition. See Record and RecordDef.