com.mindoo.remote.api.com.ibm.notes.java.ui.views
Interface IRemoteNotesUIViewColumn

All Superinterfaces:
IRemoteEclipseWrapper

public interface IRemoteNotesUIViewColumn
extends IRemoteEclipseWrapper

Remote API Wrapper for the com.ibm.notes.java.ui.views.NotesUIViewColumn (Online documentation)

Original documentation:
Represents a column in a Notes View.


Method Summary
 int getIndex()
          Gets the index of this column.
 java.lang.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.
 
Methods inherited from interface com.mindoo.remote.api.IRemoteEclipseWrapper
_internalGetId, equalWrappedObjects
 

Method Detail

getIndex

int getIndex()
             throws RemoteEclipseAPIException
Gets the index of this column.

Returns:
the index of this column
Throws:
RemoteEclipseAPIException

getName

java.lang.String getName()
                         throws RemoteEclipseAPIException
Gets the name of this column.

Returns:
the name of this column
Throws:
RemoteEclipseAPIException

isCategory

boolean isCategory()
                   throws RemoteEclipseAPIException
Indicates whether the column is categorized.

Returns:
true if the column is categorized false otherwise
Throws:
RemoteEclipseAPIException

isHidden

boolean isHidden()
                 throws RemoteEclipseAPIException
Indicates whether the column is hidden.

Returns:
true if the column is hidden false otherwise
Throws:
RemoteEclipseAPIException

isResponse

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

Returns:
true if the column contains only response documents false otherwise
Throws:
RemoteEclipseAPIException