List of usage examples for com.vaadin.ui TextField subclass-usage
From source file pt.ist.vaadinframework.ui.fields.PrimitiveField.java
/** * @author Pedro Santos (pedro.miguel.santos@ist.utl.pt) */ @SuppressWarnings("serial") public class PrimitiveField extends TextField { public PrimitiveField(Validator validator, int maxLength) {
From source file ru.codeinside.gses.activiti.ftarchive.LongField.java
public class LongField extends TextField { public LongField() { }
From source file ru.codeinside.gses.vaadin.MaskedTextField.java
/** * ? null , ? ? ? "". * ? ? ??, ? . */ @ClientWidget(VMaskedTextField.class) public class MaskedTextField extends TextField {
From source file ru.codeinside.gses.vaadin.NumericField.java
@ClientWidget(VNumericField.class) public class NumericField extends TextField { private static final long serialVersionUID = 3119804051599796474L; public NumericField() { super();
From source file se.natusoft.osgi.aps.apsconfigadminweb.gui.vaadin.components.configeditor.TextValue.java
/** * This component manages a text value. */ public class TextValue extends TextField implements ValueComponent { // // Private Members
From source file se.softhouse.garden.orchid.vaadin.OrchidInputField.java
/**
* This is an html5 extension of the Vaadin TextField. It enables to set the
* type, pattern and step attributes.
*
* @author Mikael Svahn
*/
From source file ui.textField.LifetimeEmailField.java
/** * * @author lifetime */ public class LifetimeEmailField extends TextField {
From source file ui.textField.LifetimeTextField.java
/** * * @author lifetime */ public class LifetimeTextField extends TextField {
From source file ui.textField.SearchField.java
/** * * @author lifetime */ public class SearchField extends TextField implements ValueChangeListener {