|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RowValue
Represents a row of values in a multi-column list of values.
Lov
,
Values
Method Summary | |
---|---|
int |
getCount()
Gets the number of values in this row. |
java.lang.String |
getHeader(int index)
Gets the header for a column in the row. |
java.lang.String |
getItem(int index)
Gets the value at a given index (column) in the row. |
Method Detail |
---|
int getCount()
java.lang.String getItem(int index) throws java.lang.IndexOutOfBoundsException
When entering the value of a multi-column list of values into a prompt, use the value in the first column (index = 0).
index
- index of the value
java.lang.IndexOutOfBoundsException
- if index
is less than 0 or
greater than RowValue.getCount.java.lang.String getHeader(int index) throws java.lang.IndexOutOfBoundsException
index
- index of the column
java.lang.IndexOutOfBoundsException
- if index
is less than 0 or
greater than RowValue.getCount.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |