case class TableUpdated(source: Table, range: Range, column: Int) extends TableChange with Product with Serializable
The size of the table stays the same, but the given range of rows might have changed but only in the given column. A value of -1 for the column denotes all columns.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TableUpdated
- Serializable
- Serializable
- Product
- Equals
- TableChange
- TableEvent
- ComponentEvent
- UIEvent
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val column: Int
- val range: Range
-
val
source: Table
- Definition Classes
- TableUpdated → TableChange → TableEvent → ComponentEvent → UIEvent