Example usage for Java com.vaadin.client ConnectorHierarchyChangeEvent fields, constructors, methods, implement or subclass
The text is from its open source code.
Type | TYPE Type of this event, used by the event bus. |
List | getOldChildren() Returns a collection of the old children for the connector. |
void | setConnector(ServerConnector connector) |
void | setOldChildren(List Sets the collection of the old children for the connector. |