Class ComponentContainer.ComponentAttachEvent

Component attach event sent when a component is attached to container

Synopsis

Inheritance Path.  java.lang.Object-> java.util.EventObject-> com.itmill.toolkit.ui.Component.Event -> com.itmill.toolkit.ui.ComponentContainer.ComponentAttachEvent

ComponentContainer.ComponentAttachEvent(ComponentContainer, Component)

Parameters

container

The component container the component has been detached to.

attachedComponent

The component that has been attached

Create new attach event.

getAttachedComponent()

Get the attached component

getContainer()

Get the component container