|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Row
Row is an interface to represent a row in a table.
| Field Summary |
|---|
| Fields inherited from interface com.jidesoft.grid.Node |
|---|
PROPERTY_ADJUSTING |
| Method Summary | |
|---|---|
void |
cellUpdated(int columnIndex)
Notifies the cell at the specified column is updated. |
Class<?> |
getCellClassAt(int columnIndex)
Gets the type for the cell at columnIndex. |
ConverterContext |
getConverterContextAt(int columnIndex)
Gets the converter context for the cell at columnIndex. |
EditorContext |
getEditorContextAt(int columnIndex)
Gets the editor context for the cell at columnIndex. |
Object |
getValueAt(int columnIndex)
Gets the value for cell at columnIndex |
boolean |
isCellEditable(int columnIndex)
Returns true if the cell at columnIndex is editable. |
void |
rowUpdated()
Notifies the row is updated. |
void |
setValueAt(Object value,
int columnIndex)
Sets the value in the cell at columnIndex. |
| Methods inherited from interface com.jidesoft.grid.Node |
|---|
getLevel, getNextSibling, getParent, getPreviousSibling, setParent |
| Method Detail |
|---|
boolean isCellEditable(int columnIndex)
columnIndex is editable. Otherwise, setValueAt on the cell
will not change the value of that cell.
columnIndex - the column whose value to be queried
setValueAt(java.lang.Object, int)Object getValueAt(int columnIndex)
columnIndex
columnIndex - the column whose value to be queried
void setValueAt(Object value,
int columnIndex)
columnIndex.
value - the new valuecolumnIndex - the column whose value is to be changedgetValueAt(int),
isCellEditable(int)ConverterContext getConverterContextAt(int columnIndex)
columnIndex.
columnIndex - the column index
EditorContext getEditorContextAt(int columnIndex)
columnIndex.
columnIndex - the column index
Class<?> getCellClassAt(int columnIndex)
columnIndex.
columnIndex - the column index
void cellUpdated(int columnIndex)
columnIndex - the column index the column index.void rowUpdated()
cellUpdated(int) instead.
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||