Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
com.lotus.cs
Class RowInfojava.lang.Object com.lotus.cs.RowInfo
- public class RowInfo
- extends java.lang.Object
RowInfo contains information about the rows in a Domino view (non-Calendar view). To create a RowInfo object, use DominoService.getViewInfo() to first create a ViewInfo and then use ViewInfo.getRowInfo(). Note that the information returned is ready-made for presentation (for example, hidden and response column data does not have to be considered specially).
- See Also:
- DominoService.getViewInfo(java.lang.String, java.lang.String), ViewInfo.getRowInfo(java.lang.String, int)
Method Summary int getIndentLevel()
Returns the zero-based index level of the row (relevant in hierarchical or categorized views only).java.lang.String getPositionString()
Returns the position String for the row.java.lang.String getUNID()
Returns the universal ID of the document associated with this row.java.lang.String[] getValues()
Returns a String array representing the column values for the row.boolean useTwistie()
Returns whether or not the document is a parent document and, therefore, should be presented with a twistie next to it.
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail getUNID
public java.lang.String getUNID()
- Returns the universal ID of the document associated with this row.
useTwistie
public boolean useTwistie()
- Returns whether or not the document is a parent document and, therefore, should be presented with a twistie next to it.
getIndentLevel
public int getIndentLevel()
- Returns the zero-based index level of the row (relevant in hierarchical or categorized views only).
getPositionString
public java.lang.String getPositionString()
- Returns the position String for the row. This information is relevant when implementing paging and requesting groups of rows through ViewInfo.getRowInfo
- See Also:
- ViewInfo.getRowInfo(java.lang.String, int)
getValues
public java.lang.String[] getValues()
- Returns a String array representing the column values for the row. Note that the information returned is ready-made for presentation (for example, hidden and response columns do not have to be considered specially).
Overview Package Class Tree Serialized Deprecated Index Help PREV class NEXT class SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.
IBM is a trademark of the IBM Corporation in the United States, other countries, or both.