NotesUIView
Properties
| Name | Description |
|---|---|
| CalendarDateTime | Read-only. The start date and time of the current region in a calendar view. |
| CalendarDateTimeEnd | Read-only. The end date and time of the current region in a calendar view. |
| CaretCategory | Returns the current category in the view for the current document. |
| CaretNoteID | Read-only. The note ID of the document currently highlighted (that is, at the caret location) in a view. |
| Documents (NotesUIView) | Read-only. The documents that are currently selected in a view. |
| View (NotesUIView) | Read-only. The back-end view that corresponds to the currently open view. |
| ViewAlias | Read-only. The alias(es) of a view. |
| ViewInheritedFrom | Read-only. The name of the view whose design a view inherits. |
| ViewName | Read-only. The name of the view. |
Methods
| Name | Description |
|---|---|
| Close (NotesUIView) | Closes a view. |
| DeselectAll (NotesUIView) | Deselects all documents in a view. |
| Print (NotesUIView) | Prints the selected document(s) or the current view. |
| SelectDocument | Selects the specified document in a view. |
Examples
| Name | Description |
|---|---|
| Examples: Close method (NotesUIView) | This view action closes the current view. |
| Examples: DeselectAll method (NotesUIView) | This view action deselects all documents in the current view. |
| Examples: OnBlur event (NotesUIView) | Examples: OnBlur event (NotesUIView - LotusScript) — HCL Domino Designer 14.5.1 reference. |
| Examples: OnFocus event (NotesUIView) | Examples: OnFocus event (NotesUIView - LotusScript) — HCL Domino Designer 14.5.1 reference. |
| Examples: PostOpen event (NotesUIView) | This PostOpen event opens the current document in edit mode when the view opens. |
| Examples: Print method (NotesUIView) | 1. This example opens the File Print dialog box. |
| Examples: QueryClose event (NotesUIView) | This QueryClose event verifies that the user wants to close the view. |
| Examples: QueryOpen event (NotesUIView) | This QueryOpen event prevents the view from opening if the current user does not have Designer access to the database. |
Reference
| Name | Description |
|---|---|
| InViewEdit | Allows the user to edit a document through its view column entries. Occurs as follows: |
| OnBlur (NotesUIView) | Occurs when the subwindow displaying the view receives a loss-of-focus notification. |
| OnFocus (NotesUIView) | Occurs when the subwindow displaying the view receives a focus notification. |
| Onselect | Occurs when the row highlight moves to a new row within a view, or rows are selected/deselected. The CaretCategory and CaretNoteID properties can be used… |
| PostDragDrop (NotesUIView) | Occurs just after a drag and drop operation in a calendar view. |
| PostEntryResize | Occurs just after a resize operation in a calendar view. |
| PostOpen (NotesUIView) | Occurs just after the current view is opened. |
| PostPaste | Occurs just after a document is pasted in the view. |
| QueryAddToFolder | Occurs just before an add to folder operation. |
| QueryClose (NotesUIView) | Occurs just before the view is closed. |
| QueryOpen (NotesUIView) | Occurs just before the current view is opened. |
| QueryOpenDocument | Occurs just before a document is opened from this view. |
| QueryPaste | Occurs just before a document is pasted into the view. |
| QueryRecalc (NotesUIView) | Occurs just before the view is recalculated. |
| RegionDoubleClick | Occurs just after the current region is double-clicked in a calendar view. |