Click or drag to resize
IListDetailEditorViewT Methods

The IListDetailEditorViewT generic type exposes the following members.

Methods
  NameDescription
Public methodConfirmWithUser
Asks the user to confirm some action. This must be a modal confirmation, the method should not return until the answer is known.
(Inherited from IConfirmView.)
Public methodFocusOnEditFields
Sets the user's input focus to the first field that represents the content of the selected record.
Public methodRefreshRecords
Refreshes the list of records shown to the user.
Public methodRefreshSelectedRecord
Refreshes the fields that hold the content of the selected record.
Public methodShowValidationResults
Displays the results of the validation of input to the user.
(Inherited from IValidateView.)
Top
See Also