E - an entity classpublic static class Table.Column.ClickEvent<E extends Entity>
extends java.util.EventObject
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isText |
protected E |
item |
| Constructor and Description |
|---|
ClickEvent(Table.Column<E> source,
E item,
boolean isText)
Constructor for a click event.
|
| Modifier and Type | Method and Description |
|---|---|
E |
getItem() |
Table.Column<E> |
getSource() |
boolean |
isText() |
public ClickEvent(Table.Column<E> source, E item, boolean isText)
source - the Table column from which this event originatesitem - an entity instance represented by the clicked rowisText - true if the user clicks on text inside the table cell, false otherwisepublic Table.Column<E> getSource()
getSource in class java.util.EventObjectpublic E getItem()
public boolean isText()
true if the user clicks on text inside the table cell, false otherwise