All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.polymer.iron.widget.event.IronItemsChangedEvent Maven / Gradle / Ivy

The newest version!
/*
 * This code was generated with Vaadin Web Component GWT API Generator, 
 * from paper-tabs project by The Polymer Authors
 * that is licensed with http://polymer.github.io/LICENSE.txt license.
 */
package com.vaadin.polymer.iron.widget.event;

import com.google.gwt.event.dom.client.DomEvent;
import com.google.gwt.core.client.JsArray;
import com.google.gwt.core.client.JavaScriptObject;

/**
 * 

Fired when the list of selectable items changes (e.g., items are
added or removed). The detail of the event is a mutation record that
describes what changed.

*/ public class IronItemsChangedEvent extends DomEvent { public static Type TYPE = new Type( com.vaadin.polymer.iron.event.IronItemsChangedEvent.NAME, new IronItemsChangedEvent()); public IronItemsChangedEvent() { } public Type getAssociatedType() { return TYPE; } protected void dispatch(IronItemsChangedEventHandler handler) { handler.onIronItemsChanged(this); } public com.vaadin.polymer.iron.event.IronItemsChangedEvent getPolymerEvent() { return (com.vaadin.polymer.iron.event.IronItemsChangedEvent)super.getNativeEvent(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy