Java com.vaadin.client ConnectorHierarchyChangeEvent fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.client ConnectorHierarchyChangeEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.client ConnectorHierarchyChangeEvent.

The text is from its open source code.

Field

TypeTYPE
Type of this event, used by the event bus.

Constructor

Method

ListgetOldChildren()
Returns a collection of the old children for the connector.
voidsetConnector(ServerConnector connector)
voidsetOldChildren(List oldChildren)
Sets the collection of the old children for the connector.