IsResortToView (ViewColumn - Java)

Read-write. Indicates whether a column is a user-sorted column that allows the user to change to another view.

Note: This property is read-write with Release 6.5.

Defined in

ViewColumn

Data type

boolean

Syntax

public boolean isResortToView()
    throws NotesException
public void setResortToView(boolean flag)
    throws NotesException

Legal values

  • true if the column is user-sorted and allows changing to another view
  • false if the column is not user-sorted and allows changing to another view

Usage

In the sort tab for column properties, "Click on column head to sort" indicates a user-sorted column. "Change To View" indicates allowing the user to change to another view.

If a user-sorted column is ascending or descending, this property is false.

See ResortToViewName for the name of the view to change to.

See IsResortAscending and IsResortDescending for alternative user-sorted columns.

See IsSorted for an auto-sorted column.

Example