|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationNotSupportedException | |
---|---|
org.ujac.util.table |
Uses of OperationNotSupportedException in org.ujac.util.table |
---|
Methods in org.ujac.util.table that throw OperationNotSupportedException | |
---|---|
Column |
FilteredTable.addColumn(String name,
int type)
|
Column |
BaseTable.addColumn(String name,
int type)
Adds a column to the table |
Column |
ResultSetTable.addColumn(String name,
int type)
Adds a column to the table |
Column |
Table.addColumn(String name,
int type)
Adds a column to the table |
Column |
ReportTable.addColumn(String name,
int type)
|
Column |
DataTable.addColumn(String name,
int type)
Adds a column to the table |
Column |
FilteredTable.addColumn(String name,
int type,
LayoutHints layoutHints)
|
Column |
ResultSetTable.addColumn(String name,
int type,
LayoutHints layoutHints)
Adds a column to the table |
Column |
Table.addColumn(String name,
int type,
LayoutHints layoutHints)
Adds a column to the table |
Column |
ReportTable.addColumn(String name,
int type,
LayoutHints layoutHints)
|
Column |
DataTable.addColumn(String name,
int type,
LayoutHints layoutHints)
Adds a column to the table |
Row |
FilteredTable.addRow()
|
Row |
ResultSetTable.addRow()
Adds a row to the table |
Row |
Table.addRow()
Adds a row to the table |
Row |
ReportTable.addRow()
|
Row |
FilteredTable.addRow(Row srcRow)
|
Row |
ResultSetTable.addRow(Row srcRow)
|
Row |
Table.addRow(Row srcRow)
Adds a row to the table |
Row |
ReportTable.addRow(Row srcRow)
|
Row |
DataTable.addRow(Row srcRow)
Adds a row to the table |
Table |
ResultSetTable.addString(String name,
String value)
Adds a column of type String to the table and sets its initial value at the first row. |
Row |
FilteredTable.getRow(int rowIdx)
|
Row |
Table.getRow(int rowIdx)
Gets a row from the table |
Row |
ReportTable.getRow(int rowIdx)
|
int |
FilteredTable.getRowCount()
|
int |
Table.getRowCount()
Gets the current number of rows. |
int |
ReportTable.getRowCount()
|
void |
FilteredTable.removeRow(int rowIdx)
|
void |
ResultSetTable.removeRow(int rowIdx)
Removes a row from the table |
void |
Table.removeRow(int rowIdx)
Removes a row from the table |
void |
ReportTable.removeRow(int rowIdx)
|
void |
FilteredTable.sort(CompareItem[] compareColumns)
|
void |
ResultSetTable.sort(CompareItem[] compareColumns)
Sorts the table according to the given compare item definitions. |
void |
Table.sort(CompareItem[] compareColumns)
Sorts the table according to the given compare item definitions. |
void |
ReportTable.sort(CompareItem[] compareColumns)
|
void |
FilteredTable.sort(int columnIdx,
int direction)
|
void |
ResultSetTable.sort(int columnIdx,
int direction)
Sorts the table according to the given column and direction. |
void |
Table.sort(int columnIdx,
int direction)
Sorts the table according to the given column and direction. |
void |
ReportTable.sort(int columnIdx,
int direction)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |