com.vaadin.polymer.iron.event.IronFormResponseEvent Maven / Gradle / Ivy
The newest version!
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from iron-form project by The Polymer Authors
* that is licensed with http://polymer.github.io/LICENSE.txt license.
*/
package com.vaadin.polymer.iron.event;
import com.vaadin.polymer.elemental.*;
import com.google.gwt.core.client.JsArray;
import com.google.gwt.core.client.JavaScriptObject;
import jsinterop.annotations.JsOverlay;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;
/**
* Fired after the form is submitted and a response is received. An
IronRequestElement is included as the event.detail object.
*/
@JsType(isNative=true)
public interface IronFormResponseEvent extends Event {
@JsOverlay static final String NAME = "iron-form-response";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy