Uses of Class
org.ujac.util.table.ColumnNotDefinedException

Packages that use ColumnNotDefinedException
org.ujac.util.table   
 

Uses of ColumnNotDefinedException in org.ujac.util.table
 

Methods in org.ujac.util.table that throw ColumnNotDefinedException
 void ReportTable.addFunction(ReportFunction function)
          Adds a column function to the report.
 void ReportTable.addGroup(ReportGroup group)
          Adds a group to the report.
 String Row.formatValue(int columnIdx)
          Formats the given column's value for output.
 String BaseRow.formatValue(int columnIdx)
          Formats the given column's value for output.
 String Row.formatValue(String columnName)
          Formats the given column's value for output.
 String BaseRow.formatValue(String columnName)
          Formats the given column's value for output.
 int Row.getAlign(int columnIdx)
          Gets the alignment of the given field.
 int BaseRow.getAlign(int columnIdx)
          Gets the alignment of the given field.
 int Row.getAlign(String columnName)
          Gets the alignment of the given field.
 int BaseRow.getAlign(String columnName)
          Gets the alignment of the given field.
 boolean HeaderRow.getBoolean(int columnIdx)
           
 boolean Row.getBoolean(int columnIdx)
          Gets the boolean value from the given row.
 boolean DataRow.getBoolean(int columnIdx)
          Gets the boolean value from the given row.
 boolean FilteredTable.getBoolean(int rowIdx, int columnIdx)
           
 boolean ResultSetTable.getBoolean(int rowIdx, int columnIdx)
          Gets the boolean value from the given row.
 boolean Table.getBoolean(int rowIdx, int columnIdx)
          Gets the boolean value from the given row.
 boolean ReportTable.getBoolean(int rowIdx, int columnIdx)
           
 boolean DataTable.getBoolean(int rowIdx, int columnIdx)
          Gets the boolean value from the given row.
 boolean FilteredTable.getBoolean(int rowIdx, String columnName)
           
 boolean ResultSetTable.getBoolean(int rowIdx, String columnName)
          Gets the boolean value from the given row.
 boolean Table.getBoolean(int rowIdx, String columnName)
          Gets the boolean value from the given row.
 boolean ReportTable.getBoolean(int rowIdx, String columnName)
           
 boolean DataTable.getBoolean(int rowIdx, String columnName)
          Gets the boolean value from the given row.
 boolean HeaderRow.getBoolean(String columnName)
           
 boolean Row.getBoolean(String columnName)
          Gets the boolean value from the given row.
 boolean DataRow.getBoolean(String columnName)
          Gets the boolean value from the given row.
 Column FilteredTable.getColumn(int index)
           
 Column BaseTable.getColumn(int index)
          Gets the column at the given index.
 Column Table.getColumn(int index)
          Gets the column at the given index.
 Column ReportTable.getColumn(int index)
           
 Column FilteredTable.getColumn(String name)
           
 Column BaseTable.getColumn(String name)
          Gets the column with the given name.
 Column Table.getColumn(String name)
          Gets the column with the given name.
 Column ReportTable.getColumn(String name)
           
 int FilteredTable.getColumnIndex(String name)
           
 int BaseTable.getColumnIndex(String name)
          Gets the index of the given column name.
 int Table.getColumnIndex(String name)
          Gets the index of the given column name.
 int ReportTable.getColumnIndex(String name)
           
 Date HeaderRow.getDate(int columnIdx)
           
 Date Row.getDate(int columnIdx)
          Gets the Date value from the given row.
 Date DataRow.getDate(int columnIdx)
          Gets the Date value from the given row.
 Date FilteredTable.getDate(int rowIdx, int columnIdx)
           
 Date ResultSetTable.getDate(int rowIdx, int columnIdx)
          Gets the Date value from the given row.
 Date Table.getDate(int rowIdx, int columnIdx)
          Gets the Date value from the given row.
 Date ReportTable.getDate(int rowIdx, int columnIdx)
           
 Date DataTable.getDate(int rowIdx, int columnIdx)
          Gets the Date value from the given row.
 Date FilteredTable.getDate(int rowIdx, String columnName)
           
 Date ResultSetTable.getDate(int rowIdx, String columnName)
          Gets the Date value from the given row.
 Date Table.getDate(int rowIdx, String columnName)
          Gets the Date value from the given row.
 Date ReportTable.getDate(int rowIdx, String columnName)
           
 Date DataTable.getDate(int rowIdx, String columnName)
          Gets the Date value from the given row.
 Date HeaderRow.getDate(String columnName)
           
 Date Row.getDate(String columnName)
          Gets the Date value from the given row.
 Date DataRow.getDate(String columnName)
          Gets the Date value from the given row.
 double HeaderRow.getDouble(int columnIdx)
           
 double Row.getDouble(int columnIdx)
          Gets the double value from the given row.
 double DataRow.getDouble(int columnIdx)
          Gets the double value from the given row.
 double FilteredTable.getDouble(int rowIdx, int columnIdx)
           
 double ResultSetTable.getDouble(int rowIdx, int columnIdx)
          Gets the double value from the given row.
 double Table.getDouble(int rowIdx, int columnIdx)
          Gets the double value from the given row.
 double ReportTable.getDouble(int rowIdx, int columnIdx)
           
 double DataTable.getDouble(int rowIdx, int columnIdx)
          Gets the double value from the given row.
 double FilteredTable.getDouble(int rowIdx, String columnName)
           
 double ResultSetTable.getDouble(int rowIdx, String columnName)
          Gets the double value from the given row.
 double Table.getDouble(int rowIdx, String columnName)
          Gets the double value from the given row.
 double ReportTable.getDouble(int rowIdx, String columnName)
           
 double DataTable.getDouble(int rowIdx, String columnName)
          Gets the double value from the given row.
 double HeaderRow.getDouble(String columnName)
           
 double Row.getDouble(String columnName)
          Gets the double value from the given row.
 double DataRow.getDouble(String columnName)
          Gets the double value from the given row.
 float HeaderRow.getFloat(int columnIdx)
           
 float Row.getFloat(int columnIdx)
          Gets the float value from the given row.
 float DataRow.getFloat(int columnIdx)
          Gets the float value from the given row.
 float FilteredTable.getFloat(int rowIdx, int columnIdx)
           
 float ResultSetTable.getFloat(int rowIdx, int columnIdx)
          Gets the float value from the given row.
 float Table.getFloat(int rowIdx, int columnIdx)
          Gets the float value from the given row.
 float ReportTable.getFloat(int rowIdx, int columnIdx)
           
 float DataTable.getFloat(int rowIdx, int columnIdx)
          Gets the float value from the given row.
 float FilteredTable.getFloat(int rowIdx, String columnName)
           
 float ResultSetTable.getFloat(int rowIdx, String columnName)
          Gets the double value from the given row.
 float Table.getFloat(int rowIdx, String columnName)
          Gets the float value from the given row.
 float ReportTable.getFloat(int rowIdx, String columnName)
           
 float DataTable.getFloat(int rowIdx, String columnName)
          Gets the float value from the given row.
 float HeaderRow.getFloat(String columnName)
           
 float Row.getFloat(String columnName)
          Gets the float value from the given row.
 float DataRow.getFloat(String columnName)
          Gets the float value from the given row.
 Format Row.getFormat(int columnIdx)
          Gets the format of the given field.
 Format BaseRow.getFormat(int columnIdx)
          Gets the format of the given field.
 Format Row.getFormat(String columnName)
          Gets the format of the given field.
 Format BaseRow.getFormat(String columnName)
          Gets the format of the given field.
 int HeaderRow.getInt(int columnIdx)
           
 int Row.getInt(int columnIdx)
          Gets the integer value from the given row.
 int DataRow.getInt(int columnIdx)
          Gets the integer value from the given row.
 int FilteredTable.getInt(int rowIdx, int columnIdx)
           
 int ResultSetTable.getInt(int rowIdx, int columnIdx)
          Gets the integer value from the given row.
 int Table.getInt(int rowIdx, int columnIdx)
          Gets the integer value from the given row.
 int ReportTable.getInt(int rowIdx, int columnIdx)
           
 int DataTable.getInt(int rowIdx, int columnIdx)
          Gets the integer value from the given row.
 int FilteredTable.getInt(int rowIdx, String columnName)
           
 int ResultSetTable.getInt(int rowIdx, String columnName)
          Gets the integer value from the given row.
 int Table.getInt(int rowIdx, String columnName)
          Gets the integer value from the given row.
 int ReportTable.getInt(int rowIdx, String columnName)
           
 int DataTable.getInt(int rowIdx, String columnName)
          Gets the integer value from the given row.
 int HeaderRow.getInt(String columnName)
           
 int Row.getInt(String columnName)
          Gets the int value from the given row.
 int DataRow.getInt(String columnName)
          Gets the int value from the given row.
 long HeaderRow.getLong(int columnIdx)
           
 long Row.getLong(int columnIdx)
          Gets the long value from the given row.
 long DataRow.getLong(int columnIdx)
          Gets the long value from the given row.
 long FilteredTable.getLong(int rowIdx, int columnIdx)
           
 long ResultSetTable.getLong(int rowIdx, int columnIdx)
          Gets the long value from the given row.
 long Table.getLong(int rowIdx, int columnIdx)
          Gets the long value from the given row.
 long ReportTable.getLong(int rowIdx, int columnIdx)
           
 long DataTable.getLong(int rowIdx, int columnIdx)
          Gets the long value from the given row.
 long FilteredTable.getLong(int rowIdx, String columnName)
           
 long ResultSetTable.getLong(int rowIdx, String columnName)
          Gets the long value from the given row.
 long Table.getLong(int rowIdx, String columnName)
          Gets the long value from the given row.
 long ReportTable.getLong(int rowIdx, String columnName)
           
 long DataTable.getLong(int rowIdx, String columnName)
          Gets the long value from the given row.
 long HeaderRow.getLong(String columnName)
           
 long Row.getLong(String columnName)
          Gets the long value from the given row.
 long DataRow.getLong(String columnName)
          Gets the long value from the given row.
 Object HeaderRow.getObject(int columnIdx)
           
 Object Row.getObject(int columnIdx)
          Gets the Object value from the given row.
 Object DataRow.getObject(int columnIdx)
          Gets the Object value from the given row.
 Object FilteredTable.getObject(int rowIdx, int columnIdx)
           
 Object ResultSetTable.getObject(int rowIdx, int columnIdx)
          Gets the Object value from the given row at the given column.
 Object Table.getObject(int rowIdx, int columnIdx)
          Gets the Object value from the given row at the given column.
 Object ReportTable.getObject(int rowIdx, int columnIdx)
           
 Object DataTable.getObject(int rowIdx, int columnIdx)
          Gets the Object value from the given row at the given column.
 Object FilteredTable.getObject(int rowIdx, String columnName)
           
 Object ResultSetTable.getObject(int rowIdx, String columnName)
          Gets the Object value from the given row at the given column.
 Object Table.getObject(int rowIdx, String columnName)
          Gets the Object value from the given row at the given column.
 Object ReportTable.getObject(int rowIdx, String columnName)
           
 Object DataTable.getObject(int rowIdx, String columnName)
          Gets the Object value from the given row at the given column.
 Object HeaderRow.getObject(String columnName)
           
 Object Row.getObject(String columnName)
          Gets the Object value from the given row.
 Object DataRow.getObject(String columnName)
          Gets the Object value from the given row.
 String HeaderRow.getString(int columnIdx)
           
 String Row.getString(int columnIdx)
          Gets the String value from the given row.
 String DataRow.getString(int columnIdx)
          Gets the String value from the given row.
 String FilteredTable.getString(int rowIdx, int columnIdx)
           
 String ResultSetTable.getString(int rowIdx, int columnIdx)
          Gets the String value from the given row at the given column.
 String Table.getString(int rowIdx, int columnIdx)
          Gets the String value from the given row at the given column.
 String ReportTable.getString(int rowIdx, int columnIdx)
           
 String DataTable.getString(int rowIdx, int columnIdx)
          Gets the String value from the given row at the given column.
 String FilteredTable.getString(int rowIdx, String columnName)
           
 String ResultSetTable.getString(int rowIdx, String columnName)
          Gets the String value from the given row at the given column.
 String Table.getString(int rowIdx, String columnName)
          Gets the String value from the given row at the given column.
 String ReportTable.getString(int rowIdx, String columnName)
           
 String DataTable.getString(int rowIdx, String columnName)
          Gets the String value from the given row at the given column.
 String HeaderRow.getString(String columnName)
           
 String Row.getString(String columnName)
          Gets the String value from the given row.
 String DataRow.getString(String columnName)
          Gets the String value from the given row.
 Date HeaderRow.getTime(int columnIdx)
           
 Date Row.getTime(int columnIdx)
          Gets the Time value from the given row.
 Date DataRow.getTime(int columnIdx)
          Gets the Time value from the given row.
 Date FilteredTable.getTime(int rowIdx, int columnIdx)
           
 Date ResultSetTable.getTime(int rowIdx, int columnIdx)
          Gets the Time value from the given row.
 Date Table.getTime(int rowIdx, int columnIdx)
          Gets the Time value from the given row.
 Date ReportTable.getTime(int rowIdx, int columnIdx)
           
 Date DataTable.getTime(int rowIdx, int columnIdx)
          Gets the Time value from the given row.
 Date FilteredTable.getTime(int rowIdx, String columnName)
           
 Date ResultSetTable.getTime(int rowIdx, String columnName)
          Gets the Time value from the given row.
 Date Table.getTime(int rowIdx, String columnName)
          Gets the Date value from the given row.
 Date ReportTable.getTime(int rowIdx, String columnName)
           
 Date DataTable.getTime(int rowIdx, String columnName)
          Gets the Date value from the given row.
 Date HeaderRow.getTime(String columnName)
           
 Date Row.getTime(String columnName)
          Gets the Time value from the given row.
 Date DataRow.getTime(String columnName)
          Gets the Time value from the given row.
 Date HeaderRow.getTimestamp(int columnIdx)
           
 Date Row.getTimestamp(int columnIdx)
          Gets the Timestamp value from the given row.
 Date DataRow.getTimestamp(int columnIdx)
          Gets the Timestamp value from the given row.
 Date FilteredTable.getTimestamp(int rowIdx, int columnIdx)
           
 Date ResultSetTable.getTimestamp(int rowIdx, int columnIdx)
          Gets the Timestamp value from the given row.
 Date Table.getTimestamp(int rowIdx, int columnIdx)
          Gets the Timestamp value from the given row.
 Date ReportTable.getTimestamp(int rowIdx, int columnIdx)
           
 Date DataTable.getTimestamp(int rowIdx, int columnIdx)
          Gets the Timestamp value from the given row.
 Date FilteredTable.getTimestamp(int rowIdx, String columnName)
           
 Date ResultSetTable.getTimestamp(int rowIdx, String columnName)
          Gets the Timestamp value from the given row.
 Date Table.getTimestamp(int rowIdx, String columnName)
          Gets the Timestamp value from the given row.
 Date ReportTable.getTimestamp(int rowIdx, String columnName)
           
 Date DataTable.getTimestamp(int rowIdx, String columnName)
          Gets the Timestamp value from the given row.
 Date HeaderRow.getTimestamp(String columnName)
           
 Date Row.getTimestamp(String columnName)
          Gets the Timestamp value from the given row.
 Date DataRow.getTimestamp(String columnName)
          Gets the Timestamp value from the given row.
 boolean Row.isVisible(int columnIdx)
          Checks whether the given field is visible or not.
 boolean BaseRow.isVisible(int columnIdx)
          Checks whether the given field is visible or not.
 boolean Row.isVisible(String columnName)
          Checks whether the given field is visible or not.
 boolean BaseRow.isVisible(String columnName)
          Checks whether the given field is visible or not.
 void FilteredTable.orderColumns(String[] columnNames)
          Sets the new order for the report columns according to the list of given column names.
 void BaseTable.orderColumns(String[] columnNames)
          Orders the sequence of report columns according to the list of given column names.
 void Table.orderColumns(String[] columnNames)
          Orders the sequence of report columns according to the list of given column names.
 void ReportTable.orderColumns(String[] columnNames)
          Sets the new order for the report columns according to the list of given column names.
protected  void DataRow.removeColumn(int columnIdx)
          Removes the given column from the row data.
 void Row.setAlign(int columnIdx, int alignment)
          Sets the row specific alignment for the given field.
 void BaseRow.setAlign(int columnIdx, int alignment)
          Sets the row specific alignment for the given field.
 void Row.setAlign(String columnName, int alignment)
          Sets the row specific alignment for the given field.
 void BaseRow.setAlign(String columnName, int alignment)
          Sets the row specific alignment for the given field.
 void HeaderRow.setBoolean(int columnIdx, boolean value)
           
 void Row.setBoolean(int columnIdx, boolean value)
          Sets the boolean value at the given row.
 void DataRow.setBoolean(int columnIdx, boolean value)
          Sets the boolean value at the given row.
 void FilteredTable.setBoolean(int rowIdx, int columnIdx, boolean value)
           
 void ResultSetTable.setBoolean(int rowIdx, int columnIdx, boolean value)
          Sets the boolean value at the given row.
 void Table.setBoolean(int rowIdx, int columnIdx, boolean value)
          Sets the boolean value at the given row.
 void ReportTable.setBoolean(int rowIdx, int columnIdx, boolean value)
           
 void DataTable.setBoolean(int rowIdx, int columnIdx, boolean value)
          Sets the boolean value at the given row.
 void FilteredTable.setBoolean(int rowIdx, String columnName, boolean value)
           
 void ResultSetTable.setBoolean(int rowIdx, String columnName, boolean value)
          Sets the boolean value at the given row.
 void Table.setBoolean(int rowIdx, String columnName, boolean value)
          Sets the boolean value at the given row.
 void ReportTable.setBoolean(int rowIdx, String columnName, boolean value)
           
 void DataTable.setBoolean(int rowIdx, String columnName, boolean value)
          Sets the boolean value at the given row.
 void HeaderRow.setBoolean(String columnName, boolean value)
           
 void Row.setBoolean(String columnName, boolean value)
          Sets the boolean value at the given row.
 void DataRow.setBoolean(String columnName, boolean value)
          Sets the boolean value at the given row.
 void FilteredTable.setColumnType(int columnIdx, int typeId)
          Changes the type of the given column.
 void ResultSetTable.setColumnType(int columnIdx, int typeId)
          Changes the type of the given column.
 void Table.setColumnType(int columnIdx, int typeId)
          Changes the type of the given column.
 void ReportTable.setColumnType(int columnIdx, int typeId)
          Changes the type of the given column.
 void DataTable.setColumnType(int columnIdx, int typeId)
          Changes the type of the given column.
 void FilteredTable.setColumnType(String columnName, int typeId)
          Changes the type of the given column.
 void ResultSetTable.setColumnType(String columnName, int typeId)
          Changes the type of the given column.
 void Table.setColumnType(String columnName, int typeId)
          Changes the type of the given column.
 void ReportTable.setColumnType(String columnName, int typeId)
          Changes the type of the given column.
 void DataTable.setColumnType(String columnName, int typeId)
          Changes the type of the given column.
 void HeaderRow.setDate(int columnIdx, Date value)
           
 void Row.setDate(int columnIdx, Date value)
          Sets the Date value at the given row.
 void DataRow.setDate(int columnIdx, Date value)
          Sets the Date value at the given row.
 void FilteredTable.setDate(int rowIdx, int columnIdx, Date value)
           
 void ResultSetTable.setDate(int rowIdx, int columnIdx, Date value)
          Sets the Date value at the given row.
 void Table.setDate(int rowIdx, int columnIdx, Date value)
          Sets the Date value at the given row.
 void ReportTable.setDate(int rowIdx, int columnIdx, Date value)
           
 void DataTable.setDate(int rowIdx, int columnIdx, Date value)
          Sets the Date value at the given row.
 void FilteredTable.setDate(int rowIdx, String columnName, Date value)
           
 void ResultSetTable.setDate(int rowIdx, String columnName, Date value)
          Sets the Date value at the given row.
 void Table.setDate(int rowIdx, String columnName, Date value)
          Sets the Time value at the given row.
 void ReportTable.setDate(int rowIdx, String columnName, Date value)
           
 void DataTable.setDate(int rowIdx, String columnName, Date value)
          Sets the Time value at the given row.
 void HeaderRow.setDate(String columnName, Date value)
           
 void Row.setDate(String columnName, Date value)
          Sets the Date value at the given row.
 void DataRow.setDate(String columnName, Date value)
          Sets the Date value at the given row.
 void HeaderRow.setDouble(int columnIdx, double value)
           
 void Row.setDouble(int columnIdx, double value)
          Sets the double value at the given row.
 void DataRow.setDouble(int columnIdx, double value)
          Sets the double value at the given row.
 void FilteredTable.setDouble(int rowIdx, int columnIdx, double value)
           
 void ResultSetTable.setDouble(int rowIdx, int columnIdx, double value)
          Sets the double value at the given row.
 void Table.setDouble(int rowIdx, int columnIdx, double value)
          Sets the double value at the given row.
 void ReportTable.setDouble(int rowIdx, int columnIdx, double value)
           
 void DataTable.setDouble(int rowIdx, int columnIdx, double value)
          Sets the double value at the given row.
 void FilteredTable.setDouble(int rowIdx, String columnName, double value)
           
 void ResultSetTable.setDouble(int rowIdx, String columnName, double value)
          Sets the double value at the given row.
 void Table.setDouble(int rowIdx, String columnName, double value)
          Sets the double value at the given row.
 void ReportTable.setDouble(int rowIdx, String columnName, double value)
           
 void DataTable.setDouble(int rowIdx, String columnName, double value)
          Sets the double value at the given row.
 void HeaderRow.setDouble(String columnName, double value)
           
 void Row.setDouble(String columnName, double value)
          Sets the double value at the given row.
 void DataRow.setDouble(String columnName, double value)
          Sets the double value at the given row.
 void HeaderRow.setFloat(int columnIdx, float value)
           
 void Row.setFloat(int columnIdx, float value)
          Sets the float value at the given row.
 void DataRow.setFloat(int columnIdx, float value)
          Sets the float value at the given row.
 void FilteredTable.setFloat(int rowIdx, int columnIdx, float value)
           
 void ResultSetTable.setFloat(int rowIdx, int columnIdx, float value)
          Sets the float value at the given row.
 void Table.setFloat(int rowIdx, int columnIdx, float value)
          Sets the float value at the given row.
 void ReportTable.setFloat(int rowIdx, int columnIdx, float value)
           
 void DataTable.setFloat(int rowIdx, int columnIdx, float value)
          Sets the float value at the given row.
 void FilteredTable.setFloat(int rowIdx, String columnName, float value)
           
 void ResultSetTable.setFloat(int rowIdx, String columnName, float value)
          Sets the float value at the given row.
 void Table.setFloat(int rowIdx, String columnName, float value)
          Sets the float value at the given row.
 void ReportTable.setFloat(int rowIdx, String columnName, float value)
           
 void DataTable.setFloat(int rowIdx, String columnName, float value)
          Sets the float value at the given row.
 void HeaderRow.setFloat(String columnName, float value)
           
 void Row.setFloat(String columnName, float value)
          Sets the float value at the given row.
 void DataRow.setFloat(String columnName, float value)
          Sets the float value at the given row.
 void Row.setFormat(int columnIdx, Format format)
          Sets the row specific format for the given field.
 void BaseRow.setFormat(int columnIdx, Format format)
          Sets the row specific format for the given field.
 void Row.setFormat(String columnName, Format format)
          Sets the row specific format for the given field.
 void BaseRow.setFormat(String columnName, Format format)
          Sets the row specific format for the given field.
 void HeaderRow.setInt(int columnIdx, int value)
           
 void Row.setInt(int columnIdx, int value)
          Sets the integer value at the given row.
 void DataRow.setInt(int columnIdx, int value)
          Sets the integer value at the given row.
 void FilteredTable.setInt(int rowIdx, int columnIdx, int value)
           
 void ResultSetTable.setInt(int rowIdx, int columnIdx, int value)
          Sets the integer value at the given row.
 void Table.setInt(int rowIdx, int columnIdx, int value)
          Sets the integer value at the given row.
 void ReportTable.setInt(int rowIdx, int columnIdx, int value)
           
 void DataTable.setInt(int rowIdx, int columnIdx, int value)
          Sets the integer value at the given row.
 void FilteredTable.setInt(int rowIdx, String columnName, int value)
           
 void ResultSetTable.setInt(int rowIdx, String columnName, int value)
          Sets the integer value at the given row.
 void Table.setInt(int rowIdx, String columnName, int value)
          Sets the integer value at the given row.
 void ReportTable.setInt(int rowIdx, String columnName, int value)
           
 void DataTable.setInt(int rowIdx, String columnName, int value)
          Sets the integer value at the given row.
 void HeaderRow.setInt(String columnName, int value)
           
 void Row.setInt(String columnName, int value)
          Sets the int value at the given row.
 void DataRow.setInt(String columnName, int value)
          Sets the int value at the given row.
 void FilteredTable.setLong(int rowIdx, int columnIdx, long value)
           
 void ResultSetTable.setLong(int rowIdx, int columnIdx, long value)
          Sets the long value at the given row.
 void Table.setLong(int rowIdx, int columnIdx, long value)
          Sets the long value at the given row.
 void ReportTable.setLong(int rowIdx, int columnIdx, long value)
           
 void DataTable.setLong(int rowIdx, int columnIdx, long value)
          Sets the long value at the given row.
 void HeaderRow.setLong(int columnIdx, long value)
           
 void Row.setLong(int columnIdx, long value)
          Sets the long value at the given row.
 void DataRow.setLong(int columnIdx, long value)
          Sets the long value at the given row.
 void FilteredTable.setLong(int rowIdx, String columnName, long value)
           
 void ResultSetTable.setLong(int rowIdx, String columnName, long value)
          Sets the integer value at the given row.
 void Table.setLong(int rowIdx, String columnName, long value)
          Sets the integer value at the given row.
 void ReportTable.setLong(int rowIdx, String columnName, long value)
           
 void DataTable.setLong(int rowIdx, String columnName, long value)
          Sets the integer value at the given row.
 void HeaderRow.setLong(String columnName, long value)
           
 void Row.setLong(String columnName, long value)
          Sets the long value at the given row.
 void DataRow.setLong(String columnName, long value)
          Sets the long value at the given row.
 void FilteredTable.setObject(int rowIdx, int columnIdx, Object value)
           
 void ResultSetTable.setObject(int rowIdx, int columnIdx, Object value)
          Sets the Object value at the given row.
 void Table.setObject(int rowIdx, int columnIdx, Object value)
          Sets the Object value at the given row.
 void ReportTable.setObject(int rowIdx, int columnIdx, Object value)
           
 void DataTable.setObject(int rowIdx, int columnIdx, Object value)
          Sets the Object value at the given row.
 void HeaderRow.setObject(int columnIdx, Object value)
           
 void Row.setObject(int columnIdx, Object value)
          Sets the Object value at the given row.
 void DataRow.setObject(int columnIdx, Object value)
          Sets the Object value at the given row.
 void FilteredTable.setObject(int rowIdx, String columnName, Object value)
           
 void ResultSetTable.setObject(int rowIdx, String columnName, Object value)
          Sets the Object value at the given row.
 void Table.setObject(int rowIdx, String columnName, Object value)
          Sets the Object value at the given row.
 void ReportTable.setObject(int rowIdx, String columnName, Object value)
           
 void DataTable.setObject(int rowIdx, String columnName, Object value)
          Sets the Object value at the given row.
 void HeaderRow.setObject(String columnName, Object value)
           
 void Row.setObject(String columnName, Object value)
          Sets the Object value at the given row.
 void DataRow.setObject(String columnName, Object value)
          Sets the Object value at the given row.
 void FilteredTable.setString(int rowIdx, int columnIdx, String value)
           
 void ResultSetTable.setString(int rowIdx, int columnIdx, String value)
          Sets the String value at the given row.
 void Table.setString(int rowIdx, int columnIdx, String value)
          Sets the String value at the given row.
 void ReportTable.setString(int rowIdx, int columnIdx, String value)
           
 void DataTable.setString(int rowIdx, int columnIdx, String value)
          Sets the String value at the given row.
 void HeaderRow.setString(int columnIdx, String value)
           
 void Row.setString(int columnIdx, String value)
          Sets the String value at the given row.
 void DataRow.setString(int columnIdx, String value)
          Sets the String value at the given row.
 void FilteredTable.setString(int rowIdx, String columnName, String value)
           
 void ResultSetTable.setString(int rowIdx, String columnName, String value)
          Sets the String value at the given row.
 void Table.setString(int rowIdx, String columnName, String value)
          Sets the String value at the given row.
 void ReportTable.setString(int rowIdx, String columnName, String value)
           
 void DataTable.setString(int rowIdx, String columnName, String value)
          Sets the String value at the given row.
 void HeaderRow.setString(String columnName, String value)
           
 void Row.setString(String columnName, String value)
          Sets the String value at the given row.
 void DataRow.setString(String columnName, String value)
          Sets the String value at the given row.
 void HeaderRow.setTime(int columnIdx, Date value)
           
 void Row.setTime(int columnIdx, Date value)
          Sets the Time value at the given row.
 void DataRow.setTime(int columnIdx, Date value)
          Sets the Time value at the given row.
 void FilteredTable.setTime(int rowIdx, int columnIdx, Date value)
           
 void ResultSetTable.setTime(int rowIdx, int columnIdx, Date value)
          Sets the Time value at the given row.
 void Table.setTime(int rowIdx, int columnIdx, Date value)
          Sets the Date value at the given row.
 void ReportTable.setTime(int rowIdx, int columnIdx, Date value)
           
 void DataTable.setTime(int rowIdx, int columnIdx, Date value)
          Sets the Date value at the given row.
 void FilteredTable.setTime(int rowIdx, String columnName, Date value)
           
 void ResultSetTable.setTime(int rowIdx, String columnName, Date value)
          Sets the Time value at the given row.
 void Table.setTime(int rowIdx, String columnName, Date value)
          Sets the Time value at the given row.
 void ReportTable.setTime(int rowIdx, String columnName, Date value)
           
 void DataTable.setTime(int rowIdx, String columnName, Date value)
          Sets the Time value at the given row.
 void HeaderRow.setTime(String columnName, Date value)
           
 void Row.setTime(String columnName, Date value)
          Sets the Time value at the given row.
 void DataRow.setTime(String columnName, Date value)
          Sets the Time value at the given row.
 void HeaderRow.setTimestamp(int columnIdx, Date value)
           
 void Row.setTimestamp(int columnIdx, Date value)
          Sets the Timestamp value at the given row.
 void DataRow.setTimestamp(int columnIdx, Date value)
          Sets the Timestamp value at the given row.
 void FilteredTable.setTimestamp(int rowIdx, int columnIdx, Date value)
           
 void ResultSetTable.setTimestamp(int rowIdx, int columnIdx, Date value)
          Sets the Timestamp value at the given row.
 void Table.setTimestamp(int rowIdx, int columnIdx, Date value)
          Sets the Timestamp value at the given row.
 void ReportTable.setTimestamp(int rowIdx, int columnIdx, Date value)
           
 void DataTable.setTimestamp(int rowIdx, int columnIdx, Date value)
          Sets the Timestamp value at the given row.
 void FilteredTable.setTimestamp(int rowIdx, String columnName, Date value)
           
 void ResultSetTable.setTimestamp(int rowIdx, String columnName, Date value)
          Sets the Timestamp value at the given row.
 void Table.setTimestamp(int rowIdx, String columnName, Date value)
          Sets the Timestamp value at the given row.
 void ReportTable.setTimestamp(int rowIdx, String columnName, Date value)
           
 void DataTable.setTimestamp(int rowIdx, String columnName, Date value)
          Sets the Timestamp value at the given row.
 void HeaderRow.setTimestamp(String columnName, Date value)
           
 void Row.setTimestamp(String columnName, Date value)
          Sets the Timestamp value at the given row.
 void DataRow.setTimestamp(String columnName, Date value)
          Sets the Timestamp value at the given row.
 void Row.setVisible(int columnIdx, boolean visible)
          Sets the visibility flag for the given field.
 void BaseRow.setVisible(int columnIdx, boolean visible)
          Sets the row specific visibility flag for the given field.
 void Row.setVisible(String columnName, boolean visible)
          Sets the visibility flag for the given field.
 void BaseRow.setVisible(String columnName, boolean visible)
          Sets the row specific visibility flag for the given field.
 



Copyright © 2003-2004 UJAC.org. All Rights Reserved.