summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Button.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed tab index for Button and NativeButton (#9022)Artur Signell2012-06-251-5/+13
* Merge branch '6.8'Johannes Dahlström2012-06-191-8/+2
|\
* | Merge commit 'bec62'Johannes Dahlström2012-06-111-0/+8
|\|
| * [merge from 6.7] Don't trigger actions if space or enter is pressed with Butt...Automerge2012-05-211-3/+0
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-05-041-0/+29
|\|
| * Add support for html in buttons (#8663)Leif Åstrand2012-04-261-0/+38
* | Move SharedState and ServerRpc classes out from Connector classesArtur Signell2012-04-121-1/+1
* | Moved each component to its own package on client sideArtur Signell2012-04-121-2/+2
* | Button, NativeButton and CheckBox are no longer Vaadin6ComponentsArtur Signell2012-04-121-25/+10
* | Component no longer implements PaintableArtur Signell2012-04-121-4/+9
* | Automatically create state on server side based on getState return typeArtur Signell2012-04-051-6/+0
* | Simplified Rpc registration on server side (#8591)Artur Signell2012-04-051-1/+1
* | Defined RPC in a field rather than inline for clarityArtur Signell2012-04-051-12/+13
* | Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-3/+0
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-03-231-3/+12
|\|
| * #8209 Call click() from handleActionJohannes Dahlström2012-03-201-3/+1
| * #8209 Added a public click() method to Button, simulating a click on server sideJohannes Dahlström2012-03-201-0/+11
* | All components are RPCTargetsArtur Signell2012-03-141-2/+1
* | #8444 Generate serializers for client to server RPCArtur Signell2012-03-011-2/+2
* | ClientToServerRpc -> ServerRpcArtur Signell2012-03-011-3/+3
* | Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-3/+3
* | #8278 Added helper for RPC initialization and moved Button/NativeButtonArtur Signell2012-02-231-2/+2
* | Renamed VButtonState to ButtonState as it is a server side class thatArtur Signell2012-02-231-4/+4
* | #8304 Changed Button to solely use shared stateArtur Signell2012-02-211-26/+2
* | #8304 First steps towards supporting serialization of any beanArtur Signell2012-02-211-6/+14
* | Merge changes from master to rpc branch.Henri Sara2012-01-271-1/+2
* | Send button click events via RPC (#8278).Henri Sara2012-01-251-19/+15
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-091-4/+4
|\|
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-4/+4
* | #8061 Remove Button(String caption, Object target, String methodName)Artur Signell2011-12-051-21/+0
* | Initial implementation of converters for AbstractFieldArtur Signell2011-11-281-2/+0
* | #7963 Additional fixesArtur Signell2011-11-221-1/+3
* | #7963 Button now extends AbstractComponent instead of AbstractFieldArtur Signell2011-11-221-186/+40
|/
* #6444 Ability to disable button on clickArtur Signell2011-07-181-0/+34
* Merge from 6.6Henri Sara2011-06-161-20/+80
|\
| * Reverted [17697]John Alhroos2011-03-101-78/+2
| * Adds mouse event details to Button.ClickEvent #6605John Alhroos2011-03-101-2/+78
* | #6918 CheckBox/Button in switch mode should support null valueHenri Sara2011-05-031-9/+4
* | Adds mouse event details to button clicks #6605John Alhroos2011-04-261-3/+107
|/
* #6082 - deprecated isSwitchModeArtur Signell2010-11-301-0/+4
* #5865. Deprecated usage of Button as CheckBoxMatti Tahvonen2010-11-041-1/+4
* #5865. Removed some non-needed code from widgetset, prepared datefields and b...Matti Tahvonen2010-11-041-0/+2
* Fix for #5433John Alhroos2010-08-131-2/+6
* fixes #5339Matti Tahvonen2010-07-121-1/+3
* code splitting + client initializationMatti Tahvonen2010-06-111-1/+2
* initial implementation of code splitting #4408Matti Tahvonen2010-06-041-2/+2
* Javadocced shortcutsMarc Englund2010-04-091-7/+57
* fixes #3913Matti Tahvonen2010-03-241-2/+34
* Some API changes for #875 as discussed at length.Marc Englund2010-03-231-3/+3
* Refactored new actions api a little: removed mnemonics terminology, adding/re...Marc Englund2010-03-231-9/+9