All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.polymer.paper.element.PaperInputCharCounterElement Maven / Gradle / Ivy

There is a newer version: 1.9.3.1
Show newest version
/*
 * This code was generated with Vaadin Web Component GWT API Generator, 
 * from paper-input project by The Polymer Authors
 * that is licensed with http://polymer.github.io/LICENSE.txt license.
 */
package com.vaadin.polymer.paper.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;

/**
 * 

<paper-input-char-counter> is a character counter for use with <paper-input-container>. It
shows the number of characters entered in the input and the max length if it is specified.

*
<paper-input-container>
 *   <input is="iron-input" maxlength="20">
 *   <paper-input-char-counter></paper-input-char-counter>
 * </paper-input-container>
 * 
 * 
 * 

Styling

*

The following mixin is available for styling:

* * * * * * * * * * * * * * * *
Custom propertyDescriptionDefault
--paper-input-char-counterMixin applied to the element{}
*/ @JsType public interface PaperInputCharCounterElement extends HTMLElement { public static final String TAG = "paper-input-char-counter"; public static final String SRC = "paper-input/all-imports.html"; /** * * * JavaScript Info: * @method update * @param {} state * */ void update(JavaScriptObject state); /** * * * JavaScript Info: * @method attached * @behavior PaperInputCharCounter */ void attached(); /** * * * JavaScript Info: * @property hostAttributes * @type Object * @behavior PaperInputCharCounter */ @JsProperty JavaScriptObject getHostAttributes(); /** * * * JavaScript Info: * @property hostAttributes * @type Object * @behavior PaperInputCharCounter */ @JsProperty void setHostAttributes(JavaScriptObject value); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy