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

com.vaadin.polymer.paper.widget.event.IronAnnounceEvent 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 paper-toast 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 paper-toast is opened.

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

Contains text that will be announced.

*/ public JavaScriptObject getDetail() { return getPolymerEvent().getDetail().getDetail(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy