|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.vaadin.ui.Component.Event
com.vaadin.ui.ComponentContainer.ComponentDetachEvent
public static class ComponentContainer.ComponentDetachEvent
Component detach event sent when a component is detached from container.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ComponentContainer.ComponentDetachEvent(ComponentContainer container,
Component detachedComponent)
Creates a new detach event. |
Method Summary | |
---|---|
ComponentContainer |
getContainer()
Gets the component container. |
Component |
getDetachedComponent()
Gets the detached component. |
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 |
---|
public ComponentContainer.ComponentDetachEvent(ComponentContainer container, Component detachedComponent)
container
- the component container the component has been detached
from.detachedComponent
- the component that has been detached.Method Detail |
---|
public ComponentContainer getContainer()
the
- component container.public Component getDetachedComponent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |