public interface IlvTableModelPropertyDescriptor
TableModel
at a specified row index and returns a property
value.
This interface must also be implemented to do the converse operation of
setting the correct value into the TableModel
for a given
property value.Modifier and Type | Method and Description |
---|---|
int[] |
getColumns(TableModel model)
Returns the column indexes that are used to set/get this property value.
|
Object |
getProperty(TableModel model,
int rowIndex)
Returns an
Object property value for the given
TableModel at the given row index. |
void |
setProperty(TableModel model,
int rowIndex,
Object propertyValue)
Sets the given property value inside the given
TableModel
at the given rowIndex . |
Object getProperty(TableModel model, int rowIndex) throws IlvConvertException, IlvTableModelMappingException
Object
property value for the given
TableModel
at the given row index.model
- The table model.rowIndex
- The row index.IlvConvertException
IlvTableModelMappingException
void setProperty(TableModel model, int rowIndex, Object propertyValue) throws IlvConvertException, IlvTableModelMappingException
TableModel
at the given rowIndex
.model
- The table model.rowIndex
- The row index.propertyValue
- The property value.IlvConvertException
IlvTableModelMappingException
int[] getColumns(TableModel model)
model
- The table model.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.