TableGroupRowRunnerpublic abstract class TableGroupRowRunner extends Object Used with {@link TableView#runForSelectedRows} |
Fields Summary |
---|
private static final TableRowCore[] | EMPTYIndicates whether this object supports multiple rows. |
Methods Summary |
---|
public void | run(TableRowCore row)Code to run
| public boolean | run(TableRowCore[] rows)Code to run against multiple rows.
Return true if this object supports it, false otherwise.
return false;
| public boolean | supportsMultipleRows()
return run(EMPTY);
|
|