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

com.vaadin.polymer.paper.widget.event.PaperRadioGroupChangedEvent Maven / Gradle / Ivy

The newest version!
/*
 * This code was generated with Vaadin Web Component GWT API Generator, 
 * from paper-radio-group project by The Polymer Authors
 * that is licensed with http://polymer.github.io/LICENSE.txt license.
 */
package com.vaadin.polymer.paper.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 radio group selection changes.

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy