com.vaadin.ui
Class ComponentContainer.ComponentAttachEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.ui.Component.Event
          extended by com.vaadin.ui.ComponentContainer.ComponentAttachEvent
All Implemented Interfaces:
Serializable
Enclosing interface:
ComponentContainer

public static class ComponentContainer.ComponentAttachEvent
extends Component.Event

Component attach event sent when a component is attached to container.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ComponentContainer.ComponentAttachEvent(ComponentContainer container, Component attachedComponent)
          Creates a new attach event.
 
Method Summary
 Component getAttachedComponent()
          Gets the attached component.
 ComponentContainer getContainer()
          Gets the component container.
 
Methods inherited from class com.vaadin.ui.Component.Event
getComponent
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentContainer.ComponentAttachEvent

public ComponentContainer.ComponentAttachEvent(ComponentContainer container,
                                               Component attachedComponent)
Creates a new attach event.

Parameters:
container - the component container the component has been detached to.
attachedComponent - the component that has been attached.
Method Detail

getContainer

public ComponentContainer getContainer()
Gets the component container.

Parameters:
the - component container.

getAttachedComponent

public Component getAttachedComponent()
Gets the attached component.

Parameters:
the - attach component.


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.