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.
|
getComponentgetConnectorgetSource, toStringpublic 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 © 2020 Vaadin Ltd. All rights reserved.