com.vaadin.ui
Interface HasComponents.ComponentAttachListener
- All Superinterfaces:
- java.io.Serializable
- Enclosing interface:
- HasComponents
public static interface HasComponents.ComponentAttachListener
- extends java.io.Serializable
Component attach listener interface.
attachMethod
static final java.lang.reflect.Method attachMethod
componentAttachedToContainer
void componentAttachedToContainer(HasComponents.ComponentAttachEvent event)
- A new component is attached to container.
- Parameters:
event
- the component attach event.
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.