case class ComponentAdded(source: Container, child: Component) extends ContainerEvent with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ComponentAdded
- Serializable
- Serializable
- Product
- Equals
- ContainerEvent
- UIEvent
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val child: Component
-
val
source: Container
- Definition Classes
- ComponentAdded → ContainerEvent → UIEvent