com.vaadin.polymer.app.event.AppHeaderResetLayoutEvent Maven / Gradle / Ivy
The newest version!
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from app-layout project by The Polymer Authors
* that is licensed with https://polymer.github.io/LICENSE.txt license.
*/
package com.vaadin.polymer.app.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;
/**
* Fires when the layout of app-header
changed.
*/
@JsType(isNative=true)
public interface AppHeaderResetLayoutEvent extends Event {
@JsOverlay static final String NAME = "app-header-reset-layout";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy