|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
com.vaadin.ui.HasComponents.ComponentAttachEvent
public static class HasComponents.ComponentAttachEvent
Component attach event sent when a component is attached to container.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
HasComponents.ComponentAttachEvent(HasComponents container,
Component attachedComponent)
Creates a new attach event. |
Method Summary | |
---|---|
Component |
getAttachedComponent()
Gets the attached component. |
HasComponents |
getContainer()
Gets the component container. |
Methods inherited from class com.vaadin.ui.Component.Event |
---|
getComponent |
Methods inherited from class com.vaadin.event.ConnectorEvent |
---|
getConnector |
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 |
---|
public HasComponents.ComponentAttachEvent(HasComponents container, Component attachedComponent)
container
- the container the component has been detached to.attachedComponent
- the component that has been attached.Method Detail |
---|
public HasComponents getContainer()
the
- component container.public Component getAttachedComponent()
the
- attach component.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |