summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/CustomField.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-237/+0
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+16
* Call attach only once for children (#9005)Artur Signell2012-06-211-13/+11
* Initial extension support (#6690)Leif Åstrand2012-06-061-8/+1
* Component no longer implements PaintableArtur Signell2012-04-121-13/+0
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+0
* Avoid creating content in getComponentIterator, instead report whatArtur Signell2012-03-221-1/+1
* Added requestRepaintall helper to AbstractComponentContainer and use theArtur Signell2012-03-211-17/+3
* #8500 Allow component containers to hide their children even thoughArtur Signell2012-03-141-0/+3
* #8500, #3557 Added HasComponents (Iterable<Component>) that must beArtur Signell2012-03-141-0/+4
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
* Split CustomComponent, CustomField and CustomLayout into widget +Artur Signell2012-01-311-2/+2
* #8019 Fixed Sizable UNITS to use an Enum Unit instead of constantsJens Jansson2011-12-221-3/+3
* Rename CustomField.createContent() to initContent() (#3718).Henri Sara2011-12-221-6/+9
* Add some comments in CustomField javadoc.Henri Sara2011-12-091-2/+5
* Add license header to some new filesLeif Åstrand2011-12-091-0/+4
* Add CustomField component in Vaadin core (#3718)Henri Sara2011-12-081-0/+242