JAVA/CORBA CLASSES


View class
Example

Represents a view or folder of a database and provides access to documents within it.

Syntax

public class View extends Base

Containment

Contained by: Database

Contains: Document, DateTime, ViewColumn, ViewEntry, ViewEntryCollection, ViewNavigator

Properties

Aliases through getAliases

AllEntries through getAllEntries

BackgroundColor through getBackgroundColor

ColumnCount through getColumnCount

ColumnNames through getColumnNames

Columns through getColumns

Created through getCreated

HeaderLines through getHeaderLines

IsAutoUpdate through isAutoUpdate and setAutoUpdate

IsCalendar through isCalendar

IsCategorized through isCategorized

IsConflict through isConflict

IsDefaultView through isDefaultView

IsFolder through isFolder

IsHierarchical through isHierarchical

IsModified through isModified

IsPrivate through isPrivate

IsProtectReaders through isProtectReaders and setProtectReaders

LastModified through getLastModified

Name through getName

Parent through getParent

Readers through getReaders and setReaders

RowLines through getRowLines

Spacing through getSpacing

TopLevelEntryCount through getTopLevelEntryCount

UniversalID through getUniversalID

Methods

clear

createViewNav

createViewNavFrom

createViewNavFromCategory

createViewNavFromChildren

createViewNavFromDescendants

createViewNavMaxLevel

FTSearch

getAllDocumentsByKey

getAllEntriesByKey

getChild

getColumn

getDocumentByKey

getEntryByKey

getFirstDocument

getLastDocument

getNextDocument

getNextSibling

getNthDocument

getParentDocument

getPrevDocument

getPrevSibling

getURL

recycle

refresh

Remove

toString

Access

You access a view or folder through the Database object that contains it. There are two ways:


Returned is a View object or a vector of View objects that represent public views and/or folders in the database. If a program runs on a workstation, the View objects may also represent personal views and folders.

To access a view or folder when you have a view entry, use getParent in ViewEntry.

Usage

A View object provides access to ViewEntry, ViewEntryCollection, and ViewNavigator objects:


A View object provides access to ViewColumn objects, which contain information on each column in the view

Language cross-reference

FolderProperties @command in formula language

Example
See Also