com.vaadin.polymer.dom.element.DomBindElement Maven / Gradle / Ivy
/*
* This code was generated with Vaadin Web Component GWT API Generator,
* from polymer project by The Polymer Authors (http://polymer.github.io/AUTHORS.txt)
* that is licensed with http://polymer.github.io/LICENSE.txt license.
*/
package com.vaadin.polymer.dom.element;
import com.vaadin.polymer.elemental.*;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.JsArray;
import com.google.gwt.core.client.js.JsProperty;
import com.google.gwt.core.client.js.JsType;
/**
*
*/
@JsType
public interface DomBindElement extends HTMLElement {
public static final String TAG = "dom-bind";
public static final String SRC = "polymer/polymer.html";
/**
*
*
* JavaScript Info:
* @method attached
*
*/
void attached();
/**
*
*
* JavaScript Info:
* @method detached
*
*/
void detached();
/**
*
*
* JavaScript Info:
* @property extends
* @type string
*
*/
@JsProperty String getExtends();
/**
*
*
* JavaScript Info:
* @property extends
* @type string
*
*/
@JsProperty void setExtends(String value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy