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

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

There is a newer version: 1.9.3.1
Show 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.widget.event;

import com.google.gwt.event.shared.GwtEvent;
import com.google.gwt.core.client.JavaScriptObject;

/**
 * 

Fired after the form is submitted and an error is received.

*/ public class IronFormErrorEvent extends GwtEvent { public static Type TYPE = new Type(); private com.vaadin.polymer.iron.element.event.IronFormErrorEvent nativeEvent; public IronFormErrorEvent(com.vaadin.polymer.iron.element.event.IronFormErrorEvent nativeEvent) { this.nativeEvent = nativeEvent; } public Type getAssociatedType() { return TYPE; } protected void dispatch(IronFormErrorEventHandler handler) { handler.onIronFormError(this); } public com.vaadin.polymer.iron.element.event.IronFormErrorEvent getNativeEvent() { return nativeEvent; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy