public static interface HasComponents.ComponentAttachListener extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static Method |
attachMethod |
| Modifier and Type | Method and Description |
|---|---|
void |
componentAttachedToContainer(HasComponents.ComponentAttachEvent event)
A new component is attached to container.
|
static final Method attachMethod
void componentAttachedToContainer(HasComponents.ComponentAttachEvent event)
event - the component attach event.Copyright © 2017 Vaadin Ltd. All rights reserved.