Java com.vaadin.v7.ui TextField fields, constructors, methods, implement or subclass

Example usage for Java com.vaadin.v7.ui TextField fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.vaadin.v7.ui TextField.

The text is from its open source code.

Subclass

com.vaadin.v7.ui.TextField has subclasses.
Click this link to see all its subclasses.

Constructor

TextField()
Constructs an empty TextField with no caption.
TextField(String caption)
Constructs an empty TextField with given caption.
TextField(Property dataSource)
Constructs a new TextField that's bound to the specified Property and has no caption.

Method

voidclear()
StringgetCaption()
Gets the caption of the component.
booleanisEmpty()
booleanisVisible()
Tests the visibility property of the component.
voidsetCaption(String caption)
Sets the caption of the component.
voidsetNullRepresentation(String nullRepresentation)
Sets the null-string representation.
voidsetValue(String newValue)
voidsetVisible(boolean visible)
Sets the visibility of the component.
voidsetWidth(String width)
Sets the width of the component using String presentation.