Example usage for com.vaadin.ui TextField subclass-usage

List of usage examples for com.vaadin.ui TextField subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.ui TextField subclass-usage.

Usage

From source file org.lunifera.web.vaadin.components.fields.TextField.java

/**
 * A textfield specific for redvoodo.
 */
@SuppressWarnings("serial")
public class TextField extends com.vaadin.ui.TextField {

From source file org.opencms.ui.login.CmsLoginPasswordField.java

/**
 * Password field for the login dialog.<p>
 */
public class CmsLoginPasswordField extends TextField {

    /** Serial version id. */

From source file org.opencms.ui.login.CmsLoginUserField.java

/**
 * Widget for the user name field of the login dialog.<p>
 */
public class CmsLoginUserField extends TextField {

    /** Serial version id. */

From source file org.panifex.web.vaadin.runtime.html.VaadinTextField.java

/**
 * A text editor component.
 */
public class VaadinTextField extends TextField implements org.panifex.web.spi.html.TextField {

    /**

From source file org.vaadin.addons.javaee.fields.NumberField.java

public class NumberField extends TextField {

    private static final long serialVersionUID = 1L;

    public NumberField() {
    }

From source file org.vaadin.johannesh.jfokus2012.touchkit.Html5InputField.java

/**
 * Server side component for the VTelField widget.
 */
@com.vaadin.ui.ClientWidget(value = org.vaadin.johannesh.jfokus2012.touchkit.widgetset.client.ui.VHtml5InputField.class, loadStyle = LoadStyle.EAGER)
public class Html5InputField extends TextField {

From source file org.vaadin.maddon.fields.MTextField.java

/**
 *
 * @author mattitahvonenitmill
 */
public class MTextField extends TextField {

From source file org.vaadin.ui.NumberField.java

/**
 * <p>
 * Provides a numeric field with automatic keystroke filtering and validation
 * for integer (123) and decimal numbers (12.3). The minus sign and
 * user-definable grouping and decimal separators are supported.
 * </p>

From source file org.vaadin.viritin.fields.MTextField.java

/**
 * A an extension to basic Vaadin TextField. Uses the only sane default for
 * "nullRepresentation" (""), adds support for "eager validation" (~ validate
 * while typing) and adds some fluent APIs.
 */
public class MTextField extends TextField implements EagerValidateable {

From source file probe.com.view.core.DoubleTextField.java

/**
 *
 * @author y-mok_000
 */
public class DoubleTextField extends TextField implements Serializable, Property.ValueChangeListener {