Methods Summary |
---|
public void | addMouseListener(TableRowMouseListener listener)Adds a listener that triggers when this TableRow has a mouse event.
|
public java.lang.Object | getDataSource()Retrieve the data object associated with the current table row.
|
public TableCell | getTableCell(java.lang.String sColumnName)Retrieve a cell based on its column name
|
public java.lang.String | getTableID()Returns which table the row is being displayed in.
|
public boolean | isSelected()Retrieve whether the row is selected by the user
|
public boolean | isValid()Validility of the row's cells.
|
public void | removeMouseListener(TableRowMouseListener listener)Remove a previously added TableRowMouseListener
|