RecordSetDisplayReloadCommand (class)
public RecordSetDisplayReloadCommand {inherits RecordSetDisplayCommand}
Import from: CURL.GUI.STANDARD. Defined in package CURL.GUI.CONTROL-BASE.

Reload the RecordSetDisplay's underlying RecordSet.


Constructors
default:Construct this object.
constructor public {RecordSetDisplayReloadCommand.default
    record-display:RecordSetDisplay
}
Properties
Properties inherited from RecordSetDisplayCommand: enabled?, record-display
Properties inherited from CommandImpl: has-prompt?, impl, valid?
Properties inherited from Command: name
Properties inherited from Observable: has-observers?, notify-observers?
Methods
execute:Execute the CommandImpl.
public {RecordSetDisplayReloadCommand.execute}:void
Methods inherited from CommandImpl: do-command, prepare, prompt, update-completed
Methods inherited from Command: ensure-updated, note-state-changed, request-update, update
Methods inherited from Observable: add-observer, notify-observers, remove-observer
Methods inherited from Object: object-describe, object-describe-for-debugging, object-serialize

Constructor Details
default (constructor)
public {RecordSetDisplayReloadCommand.default
    record-display:RecordSetDisplay
}

Construct this object.



Property DetailsMethod Details
execute (method)
public {RecordSetDisplayReloadCommand.execute}:void

Execute the CommandImpl.

Description

Users should not typically call this method directly. Instead consider calling CommandImpl.do-command, which includes any validation and prompting required before actual execution.