com.vaadin.polymer.paper.PaperCheckedElementBehavior Maven / Gradle / Ivy
The newest version!
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from paper-behaviors 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;
/**
* Use Polymer.PaperCheckedElementBehavior
to implement a custom element
that has a checked
property similar to Polymer.IronCheckedElementBehavior
and is compatible with having a ripple effect.
*/
@JsType(isNative=true)
public interface PaperCheckedElementBehavior {
@JsOverlay public static final String NAME = "Polymer.PaperCheckedElementBehavior";
@JsOverlay public static final String SRC = "paper-behaviors/paper-checked-element-behavior.html";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy