| IListDetailEditorViewT Interface |
Namespace: VirtualRadar.Interface.View
The IListDetailEditorViewT type exposes the following members.
| Name | Description | |
|---|---|---|
| Records |
Gets the list of records to show to the user.
| |
| SelectedRecord |
Gets the currently selected record, if any.
|
| Name | Description | |
|---|---|---|
| ConfirmWithUser |
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.) | |
| FocusOnEditFields |
Sets the user's input focus to the first field that represents the
content of the selected record.
| |
| RefreshRecords |
Refreshes the list of records shown to the user.
| |
| RefreshSelectedRecord |
Refreshes the fields that hold the content of the selected record.
| |
| ShowValidationResults |
Displays the results of the validation of input to the user.
(Inherited from IValidateView.) |
| Name | Description | |
|---|---|---|
| DeleteRecordClicked |
Raised when the user indicates that they want to delete an existing record.
| |
| NewRecordClicked |
Raised when the user indicates that they want to create a new record.
| |
| ResetClicked |
Raised when the user has indicated that they want to rollback their changes
to the selected record.
| |
| SaveClicked |
Raised when the user indicates that they want to save their changes.
| |
| SelectedRecordChanged |
Raised when the user has selected a record in the list.
| |
| ValueChanged |
Raised when the user modifies a value on the selected record.
|