case class TableStructureChanged(source: Table) extends TableChange with Product with Serializable
The most general table change. The table might have changed completely, i.e., columns might have been reordered, rows added or removed, etc. No other event indicates that the structure might have changed.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TableStructureChanged
- Serializable
- Serializable
- Product
- Equals
- TableChange
- TableEvent
- ComponentEvent
- UIEvent
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
source: Table
- Definition Classes
- TableStructureChanged → TableChange → TableEvent → ComponentEvent → UIEvent