com.vaadin.polymer.iron.event.IronResizeEvent Maven / Gradle / Ivy
The newest version!
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from vaadin-split-layout project by Vaadin Ltd
* that is licensed with Apache-2.0 license.
*/
package com.vaadin.polymer.iron.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;
/**
* Fired when the splitter is dragged. Non-bubbing. Fired for the splitter
element and any nested elements with IronResizableBehavior
.
*/
@JsType(isNative=true)
public interface IronResizeEvent extends Event {
@JsOverlay static final String NAME = "iron-resize";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy