TableRowActionEvent
classin packageklyn.gui.windows.events
public class TableRowActionEvent extends GuiEvent:
└ TableRowActionEvent

Describes an action requested from the leading action cell of a table row.

table.rowActionRequested += lambda(event: TableRowActionEvent): print(event.row)
Properties
Modifier and Type Member Description
public readonly property row
row as Int
Zero-based model row targeted by the action.
Inherited Properties
propertyInherited Properties from Event: source, timestamp
Constructors
Modifier and Type Member Description
public TableRowActionEvent
TableRowActionEvent(source as Object, row as Int):
Creates a row-action event.