com.ibm.notes.java.ui.views
Interface NotesUIViewColumn


public interface NotesUIViewColumn

Represents a column in a Notes View.

Restriction:
This interface is not intended to be implemented by clients.

Method Summary
 int getIndex()
          Gets the index of this column.
 String getName()
          Gets the name of this column.
 boolean isCategory()
          Indicates whether the column is categorized.
 boolean isHidden()
          Indicates whether the column is hidden.
 boolean isResponse()
          Indicates whether the column contains only response documents.
 

Method Detail

getIndex

int getIndex()
Gets the index of this column.

Returns:
the index of this column
Since:
8.5.2

getName

String getName()
Gets the name of this column.

Returns:
the name of this column
Since:
8.5.2

isCategory

boolean isCategory()
Indicates whether the column is categorized.

Returns:
true if the column is categorized false otherwise
Since:
8.5.2

isHidden

boolean isHidden()
Indicates whether the column is hidden.

Returns:
true if the column is hidden false otherwise
Since:
8.5.2

isResponse

boolean isResponse()
Indicates whether the column contains only response documents.

Returns:
true if the column contains only response documents false otherwise
Since:
8.5.2