.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

JAVA/CORBA CLASSES


Working with view entries and navigators
Example

For navigation and access, a view or folder supports view entries, view entry collections, and view navigators.

View entries

A ViewEntry object represents a row in a view and can be of type category, document, or total. The following methods access a ViewEntry object:


The ViewNavigator methods (discussed below) return ViewEntry objects, as does getEntryByKey in View.

View entry collections

A ViewEntryCollection object represents zero or more ViewEntry objects of type document (excluding entries of type category and total).


The methods getAllEntries and getAllEntriesByKey in View return ViewEntryCollection objects.

View navigators

A ViewNavigator object provides goto methods to position you at a view entry and get methods to both position you at a view entry and return it.


The following View methods create ViewNavigator objects. A navigator is based on the view calling the method.
Example
See Also