RowLabels (RichTextTable - Java)

Read-write. Row labels in the table.

Defined in

RichTextTable

Data type

java.util.Vector; elements are String

Syntax

public java.util.Vector getRowLabels()
    throws NotesException
public void setRowLabels(java.util.Vector labels)
    throws NotesException

Usage

All tables have a row labels property whose elements equal to the number of rows in the table. In the UI the labels are visible only in tabbed tables.

Example