Skip to content

Commit

Permalink
Remove Property dependency from TextField
Browse files Browse the repository at this point in the history
Change-Id: I33ec7d1b8cb00617f67f383829bb7da083f1a7cd
  • Loading branch information
Artur- committed Aug 26, 2016
1 parent c11121e commit 818f7d1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions server/src/main/java/com/vaadin/ui/TextField.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import com.vaadin.ui.declarative.DesignAttributeHandler;
import com.vaadin.ui.declarative.DesignContext;
import com.vaadin.v7.data.Property;

/**
* A component for editing textual data that fits on a single line. For a
Expand Down Expand Up @@ -52,10 +51,7 @@ public TextField(String caption) {

/**
* Constructs a new <code>TextField</code> with the given caption and
* initial text contents. The editor constructed this way will not be bound
* to a Property unless
* {@link com.vaadin.v7.data.Property.Viewer#setPropertyDataSource(Property)}
* is called to bind it.
* initial text contents.
*
* @param caption
* the caption <code>String</code> for the editor.
Expand Down

0 comments on commit 818f7d1

Please sign in to comment.