|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jidesoft.grid.RowValueProvider
public class RowValueProvider
RowValueProvider
is a ValueProvider
which retrieves values from a Row
.
Constructor Summary | |
---|---|
RowValueProvider()
|
|
RowValueProvider(Row row)
|
Method Summary | |
---|---|
Row |
getRow()
Gets the Row. |
Object |
getValueAt(int row,
int column)
Gets the value from a Row. |
void |
setRow(Row row)
Sets the Row. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RowValueProvider()
public RowValueProvider(Row row)
Method Detail |
---|
public Object getValueAt(int row, int column)
getValueAt
in interface ValueProvider
row
- the row index. This parameter is not used in this case.column
- the column index. We will use index to find the value from Row using Row.getValueAt(int)
method.
public Row getRow()
public void setRow(Row row)
row
- the Row.
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |