|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemoteNotesUIViewEntry
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 |
---|
java.util.List<?> getColumnValues() throws RemoteEclipseAPIException
RemoteEclipseAPIException
java.lang.String getColumnValueString(int index) throws RemoteEclipseAPIException
index
- the index of the column to get the value from
RemoteEclipseAPIException
IRemoteNotesViewData getViewData() throws RemoteEclipseAPIException
RemoteEclipseAPIException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |