JAVA/CORBA CLASSES


ViewEntry class
Example

Represents a view entry. A view entry describes a row in a view.

Syntax

public class ViewEntry extends Base

Containment

Contained by: View, ViewEntryCollection, ViewNavigator

Contains: Document

Properties

ChildCount through getChildCount

ColumnIndentLevel through getColumnIndentLevel

ColumnValues through getColumnValues

DescendantCount through getDescendantCount

Document through getDocument

FTSearchScore through getFTSearchScore

IndentLevel through getIndentLevel

IsCategory through isCategory

IsConflict through isConflict

IsDocument through isDocument

IsTotal through isTotal

IsValid through isValid

NoteID through getNoteID

Parent through getParent

SiblingCount through getSiblingCount

UniversalID through getUniversalID

Methods

getPosition

recycle

Access

You access a view entry through the get methods in ViewEntryCollection and ViewNavigator, and through View.getEntryByKey.

Usage

The three types of view entries are document, category, and total.

Example
See Also