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

All Superinterfaces:
IRemoteAdaptable, IRemoteEclipseWrapper
All Known Subinterfaces:
IRemoteNotesUICategoryEntry, IRemoteNotesUIDocumentEntry, IRemoteNotesUITotalEntry

public interface IRemoteNotesUIViewEntry
extends IRemoteAdaptable

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

Original documentation:
Represents a single row entry from a Notes view.


Method Summary
 java.util.List<?> getColumnValues()
          Gets a list of the column values for this view entry.
 java.lang.String getColumnValueString(int index)
          Gets the value of a specific column as a String.
 IRemoteNotesViewData getViewData()
          Gets the NotesViewData for the NotesUIView in which this view entry resides.
 
Methods inherited from interface com.mindoo.remote.api.IRemoteEclipseWrapper
_internalGetId, equalWrappedObjects
 

Method Detail

getColumnValues

java.util.List<?> getColumnValues()
                                  throws RemoteEclipseAPIException
Gets a list of the column values for this view entry.

Returns:
a list of column values for this view entry
Throws:
RemoteEclipseAPIException

getColumnValueString

java.lang.String getColumnValueString(int index)
                                      throws RemoteEclipseAPIException
Gets the value of a specific column as a String.

Parameters:
index - the index of the column to get the value from
Returns:
the value of the column specified by the index represented as a String
Throws:
RemoteEclipseAPIException

getViewData

IRemoteNotesViewData getViewData()
                                 throws RemoteEclipseAPIException
Gets the NotesViewData for the NotesUIView in which this view entry resides. NOTE: For the most complete view data, use NotesUIView.getViewData()

Returns:
the view data for the view in which this view entry resides
Throws:
RemoteEclipseAPIException