aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event/ActionManager.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-249/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+6
|
* Component no longer implements PaintableArtur Signell2012-04-121-3/+6
|
* Added generics to KeyMapper and made it based on HashMap instead ofArtur Signell2012-03-211-3/+3
| | | | Hashtable
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-1/+1
| | | | svn changeset:22317/svn branch:6.7
* Made the LicenseInJavaFiles test passJonatan Kronqvist2011-08-241-0/+3
| | | | svn changeset:20616/svn branch:6.7
* #5692 Generics: ActionManagerHenri Sara2010-10-041-1/+1
| | | | svn changeset:15348/svn branch:6.5
* Fix for #5539 - Removing the last shortcut from a window won't completely ↵Artur Signell2010-09-031-1/+13
| | | | | | unregister the shortcut on the client side svn changeset:14710/svn branch:6.4
* fixes #5350Matti Tahvonen2010-07-151-4/+6
| | | | svn changeset:14204/svn branch:6.4
* Refactored new actions api a little: removed mnemonics terminology, ↵Marc Englund2010-03-231-7/+6
| | | | | | adding/removing stuff 'returns' void, shift shorthand in now _ svn changeset:12029/svn branch:6.3
* Easier keyboard shortcuts for #875 - includes shorthand notation for ↵Marc Englund2010-03-231-0/+224
ShortcutAction, Form is now handler in addition to Panel, AbstractField.addAction() delegates handling to containing Window. Javadoc and examples TBD svn changeset:12026/svn branch:6.3