Example usage for com.vaadin.v7.ui PasswordField subclass-usage

List of usage examples for com.vaadin.v7.ui PasswordField subclass-usage

Introduction

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

Usage

From source file org.vaadin.viritin.v7.fields.MPasswordField.java

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

From source file org.vaadin.viritinv7.fields.MPasswordField.java

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