aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/NativeButton.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-21/+0
|
* Reformatted all source filesArtur Signell2012-04-161-1/+0
|
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-2/+0
|
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
|
* Splitted up VButton and VNativeButton into paintable and widgetJens Jansson2012-01-261-2/+2
|
* Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | | | | | svn changeset:22317/svn branch:6.7
* | #8061 Removed NativeButton(String caption, Object target, StringArtur Signell2011-12-051-4/+0
| | | | | | methodName) constructor and fixed tests
* | #7963 Button now extends AbstractComponent instead of AbstractFieldArtur Signell2011-11-221-27/+0
|/ | | | | | Focus related methods previously used from AbstractField are now implemented in Button directly. Fixed tests related to this change.
* #5865. Deprecated usage of Button as CheckBoxMatti Tahvonen2010-11-041-0/+4
| | | | svn changeset:15870/svn branch:6.5
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
| | | | svn changeset:11733/svn branch:6.3
* added missing annotationMatti Tahvonen2009-10-201-0/+2
| | | | svn changeset:9255/svn branch:6.2
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-5/+0
| | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332
* The Button Component Strikes BackJouni Koivuviita2009-08-271-0/+51
Fixes many theme issues with Button (mostly Reindeer theme), including #3110, #3193, #3194, #3180 and 3079. Default button is now rendered on the client side with a DIV. Disabled buttons can now have descriptions, which fixes #2085. Added a "new" component, NativeButton, which uses native BUTTON element rendering on the client side. Theme compilation script now understands simple @import statements, which help keep things more organized in theme development. svn changeset:8558/svn branch:6.1