com.vaadin.ui.declarative
Class DesignContext.ComponentCreatedEvent

java.lang.Object
  extended by com.vaadin.ui.declarative.DesignContext.ComponentCreatedEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
DesignContext

public class DesignContext.ComponentCreatedEvent
extends java.lang.Object
implements java.io.Serializable

Component creation event that is fired when a component is created in the context

Author:
Vaadin Ltd
See Also:
Serialized Form

Method Summary
 Component getComponent()
          Returns the created component
 java.lang.String getLocalId()
          Returns the local id of the created component or null if not exist
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLocalId

public java.lang.String getLocalId()
Returns the local id of the created component or null if not exist

Returns:
the localId

getComponent

public Component getComponent()
Returns the created component

Returns:
the component


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