IsShowTwistie (ViewColumn - Java)

Read-write. Indicates whether an expandable column displays a twistie.

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

Defined in

ViewColumn

Data type

boolean

Syntax

public boolean isShowTwistie()
    throws NotesException
public void setShowTwistie(boolean flag)
    throws NotesException

Legal values

  • true if an expandable column displays a twistie
  • false if an expandable column does not display a twistie

Example