generateLine(String propTitle, Object bean, Method getter) Generate a line for the passed property.
Parameters: propTitle - Descriptive name for the property. Parameters: bean - Bean containg the property. Parameters: getter - The "getter" function to retrieve theproperties value. An Object[] containing the cells for the line inthe table.
Generate a line for the passed property.
Parameters: propTitle - Descriptive name for the property. Parameters: bean - Bean containg the property. Parameters: getter - The "getter" function to retrieve theproperties value. An Object[] containing the cells for the line inthe table. Element zero the first cell etc. Returnnull if this property is not to be addedto the table.
get
public synchronized Object get(int columnIndex)(Code)