case class TableChanged(source: Table) extends TableChange with Product with Serializable
The table structure, i.e., the column order, names, and types stay the same, but anything else might have changed.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TableChanged
- 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
- TableChanged → TableChange → TableEvent → ComponentEvent → UIEvent