Skip to content

Implement Element attach/detach events #386

Description

@Artur-
/** 
 * Adds an attach listener. The attach listener is called when the Element is attached to a UI. 
 */ 
ListenerRemover Element.addAttachListener(AttachListener attachListener) 
/**
 * Adds an detach listener. The detach listener is called when the Element is detached from a UI. 
 */ 
ListenerRemover Element.addDetachListener(AttachListener attachListener)

The order should be the same as in Vaadin 7.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions