Get the action source for this Pane
Get the dialog alias
Get the DialogRedirection with which this Pane was constructed
Get the entity record definition
Return the error associated with this pane, if any
Get the underlying form definition FormDef for this Pane. If this is not a FormContext this will be the FormDef of the owning/parent Form
Returns whether or not this pane loaded properly
Returns whether or not this Query Pane is destroyed
Returns whether or not the data in this pane is out of date
Get the last query result as a Future
Get the last time this pane's data was refreshed
Get the last time this pane's data was refreshed
Get the underlying @{link PaneDef} associated with this Context
Get the pane mode
Get the numeric value, representing this Pane's place in the parent FormContext's list of child panes. See FormContext.childrenContexts
Get the numeric value, representing this Pane's place in the parent FormContext's list of child panes. See FormContext.childrenContexts
Get the title of this Pane
Get the parent FormContext
Get the parent FormContext
Get the associated QueryScroller
Get the session information
Find a menu def on this Pane with the given actionId
Get a string representation of this property suitable for 'reading'
Get a string representation of this property suitable for 'writing'
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 MenuDef on this Pane. The targets array is expected to be an array of object ids.
Get the propery definition for a property name
Perform a query Note: QueryScroller is the preferred way to perform a query. see QueryContext.newScroller and QueryContext.setScroller
Creates a new QueryScroller with the given values
Get the settings associated with this Query
Write all Binary values in this {@link EntityRecord} back to the server
Updates a settings object with the new settings from a 'Navigation'
Generated using TypeDoc
PaneContext Subtype that represents a 'Query Pane'. A 'Query' represents and is backed by a list of Records and a single Record definition. See EntityRec and EntityRecDef. Context classes, while similar to PaneDef and subclasses, contain both the corresponding subtype of pane definition PaneDef (i.e. describing this UI component, layout, etc.) and also the 'data record(s)' as one or more EntityRec(s)