public static class CubaEnhancedTable.TableCellClickEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
columnId |
protected boolean |
isText |
protected java.lang.Object |
itemId |
Constructor and Description |
---|
TableCellClickEvent(CubaEnhancedTable table,
java.lang.Object itemId,
java.lang.Object columnId,
boolean isText)
Constructor for a table cell click event.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getColumnId() |
java.lang.Object |
getItemId() |
boolean |
isText() |
protected final java.lang.Object itemId
protected final java.lang.Object columnId
protected final boolean isText
public TableCellClickEvent(CubaEnhancedTable table, java.lang.Object itemId, java.lang.Object columnId, boolean isText)
table
- the Table from which this event originatesitemId
- id of the entity instance represented by the clicked rowcolumnId
- id of the clicked Table columnisText
- true
if the user clicks on text inside the table cell, false
otherwisepublic java.lang.Object getItemId()
public java.lang.Object getColumnId()
public boolean isText()
true
if the user clicks on text inside the table cell, false
otherwise