summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Button.java
Commit message (Collapse)AuthorAgeFilesLines
* initial implementation of code splitting #4408Matti Tahvonen2010-06-041-2/+2
| | | | svn changeset:13561/svn branch:6.4
* Javadocced shortcutsMarc Englund2010-04-091-7/+57
| | | | svn changeset:12421/svn branch:6.3
* fixes #3913Matti Tahvonen2010-03-241-2/+34
| | | | svn changeset:12055/svn branch:6.3
* Some API changes for #875 as discussed at length.Marc Englund2010-03-231-3/+3
| | | | svn changeset:12048/svn branch:6.3
* Refactored new actions api a little: removed mnemonics terminology, ↵Marc Englund2010-03-231-9/+9
| | | | | | 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/+47
| | | | | | 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
* Minor javadoc updateArtur Signell2010-03-181-3/+5
| | | | svn changeset:11968/svn branch:6.3
* Fixes #3736 "Split up style and type definitions" and #3467 "Button styles ↵Jouni Koivuviita2010-03-031-1/+7
| | | | | | | | | | missing?" * Now all built-in themes have an accompanying class file that describes all provided style names. * Deprecated Button.STYLE_LINK in favor of BaseTheme.BUTTON_LINK * Deprecated Panel.STYLE_LIGHT in favor of Reindeer.PANEL_LIGHT and Runo.PANEL_LIGHT svn changeset:11601/svn branch:6.3
* merged [9531] from 6.1Matti Tahvonen2009-10-301-4/+4
| | | | svn changeset:9532/svn branch:6.2
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-10/+0
| | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332
* steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-251-0/+2
| | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* The Button Component Strikes BackJouni Koivuviita2009-08-271-34/+0
| | | | | | | | | | | | 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
* Fixes #3129: setting component primary stylename, now only for Button component.Jouni Koivuviita2009-07-091-3/+37
| | | | svn changeset:8359/svn branch:6.0
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+350
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0