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

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

The newest version!
/*
 * This code was generated with Vaadin Web Component GWT API Generator, 
 * from iron-doc-viewer 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;

/**
 * 

Broadcast when another component is clicked on

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

name of the component
iron-doc-viewer container should load component if possible

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy