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

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

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

/**
 * 

Fired when loaded value does not exist.
Event handler can be used to initialize default value.

*/ public class IronLocalstorageLoadEmptyEvent extends DomEvent { public static Type TYPE = new Type( com.vaadin.polymer.iron.event.IronLocalstorageLoadEmptyEvent.NAME, new IronLocalstorageLoadEmptyEvent()); public IronLocalstorageLoadEmptyEvent() { } public Type getAssociatedType() { return TYPE; } protected void dispatch(IronLocalstorageLoadEmptyEventHandler handler) { handler.onIronLocalstorageLoadEmpty(this); } public com.vaadin.polymer.iron.event.IronLocalstorageLoadEmptyEvent getPolymerEvent() { return (com.vaadin.polymer.iron.event.IronLocalstorageLoadEmptyEvent)super.getNativeEvent(); } /** *
externalChange: true if change occured in different window.
     * 
*/ public JavaScriptObject getDetail() { return getPolymerEvent().getDetail().getDetail(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy