aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Button.java
Commit message (Expand)AuthorAgeFilesLines
* 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
* Easier keyboard shortcuts for #875 - includes shorthand notation for Shortcut...Marc Englund2010-03-231-0/+47
* Minor javadoc updateArtur Signell2010-03-181-3/+5
* Fixes #3736 "Split up style and type definitions" and #3467 "Button styles mi...Jouni Koivuviita2010-03-031-1/+7
* merged [9531] from 6.1Matti Tahvonen2009-10-301-4/+4
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-10/+0
* steps toward simpler widgetset creation. Still needs a lot of cleaning and re...Matti Tahvonen2009-09-251-0/+2
* The Button Component Strikes BackJouni Koivuviita2009-08-271-34/+0
* Fixes #3129: setting component primary stylename, now only for Button component.Jouni Koivuviita2009-07-091-3/+37
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+350