com.vaadin.polymer.paper.PaperItemBehavior Maven / Gradle / Ivy
The newest version!
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from paper-item project by The Polymer Authors
* that is licensed with http://polymer.github.io/LICENSE.txt license.
*/
package com.vaadin.polymer.paper;
import com.vaadin.polymer.elemental.*;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.JsArray;
import jsinterop.annotations.JsOverlay;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;
/**
*
*/
@JsType(isNative=true)
public interface PaperItemBehavior {
@JsOverlay public static final String NAME = "Polymer.PaperItemBehavior";
@JsOverlay public static final String SRC = "paper-item/paper-item.html";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy