public static class HasComponents.ComponentAttachEvent extends Component.Event
source
Constructor and Description |
---|
ComponentAttachEvent(HasComponents container,
Component attachedComponent)
Creates a new attach event.
|
Modifier and Type | Method and Description |
---|---|
Component |
getAttachedComponent()
Gets the attached component.
|
HasComponents |
getContainer()
Gets the component container.
|
getComponent
getConnector
getSource, toString
public ComponentAttachEvent(HasComponents container, Component attachedComponent)
container
- the container the component has been detached to.attachedComponent
- the component that has been attached.public HasComponents getContainer()
public Component getAttachedComponent()
Copyright © 2018 Vaadin Ltd. All rights reserved.