aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/MenuBar.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-890/+0
|
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+2
|
* Moved each component to its own package on client sideArtur Signell2012-04-121-1/+1
| | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files.
* Component no longer implements PaintableArtur Signell2012-04-121-9/+3
|
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-3/+0
|
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-2/+2
|
* Use constants for some more UIDL attribute names.Henri Sara2012-02-221-1/+2
|
* Convert some literal strings of UIDL attributes to use constants.Henri Sara2012-02-211-3/+4
|
* Merge changes from master to rpc branch.Henri Sara2012-01-271-1/+2
|
* #3667 Remove deprecated API from MenuBar (setSubMenuIcon & setCollapse)Artur Signell2011-12-191-67/+0
|
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
| | | | svn changeset:22317/svn branch:6.7
* #7187 Allow HTML content in an MenuItemLeif Åstrand2011-08-101-0/+32
| | | | svn changeset:20245/svn branch:6.7
* Merge from 6.6Henri Sara2011-06-161-6/+116
|\ | | | | | | svn changeset:19412/svn branch:6.7
* | #6440: simplified method nameMatti Tahvonen2011-04-261-13/+19
| | | | | | | | svn changeset:18477/svn branch:6.6
* | #6440: mode to open root nodes by mouse over onlyMatti Tahvonen2011-04-131-0/+29
|/ | | | svn changeset:18266/svn branch:6.6
* Adds tooltips to menubar items #5919John Alhroos2010-11-021-0/+80
| | | | svn changeset:15818/svn branch:6.5
* Test case and fix for #5314Artur Signell2010-07-061-1/+1
| | | | svn changeset:14098/svn branch:6.4
* LAZY loadStyle hints for largish, but rarely used componentsMatti Tahvonen2010-06-181-1/+2
| | | | svn changeset:13769/svn branch:6.4
* Fixed some high priority warnings by FindBugsHenri Sara2010-06-011-3/+0
| | | | svn changeset:13459/svn branch:6.3
* Test case and fix for #4528 - PaintException if the last menuItem of a sub ↵Artur Signell2010-04-221-42/+35
| | | | | | menu is invisible svn changeset:12765/svn branch:6.3
* Added missing @ITMillApache2LicenseForJavaFiles@Artur Signell2010-03-091-0/+3
| | | | svn changeset:11733/svn branch:6.3
* fixes #3785, implemented style names for MenuBar.MenuItemMatti Tahvonen2009-12-011-1/+15
| | | | svn changeset:10110/svn branch:6.2
* Adds visibility for MenuBar.MenuItemsJouni Koivuviita2009-11-111-0/+14
| | | | svn changeset:9723/svn branch:6.2
* MenuBar fixes (again)Jouni Koivuviita2009-11-111-28/+67
| | | | | | | * Fix submenu indicators for IE * Fixes #3678: enhancement: MenuBar needs a separator item svn changeset:9722/svn branch:6.2
* MenuBar fixes & enhancementsJouni Koivuviita2009-11-091-4/+17
| | | | | | | | | * fixes #3507: Menubar.MenuItem needs setEnabled() * "More" menuitem now presented as an arrow * menu opening/closing now more intuitive * client side stylename for menuitems changed to v-menuitem svn changeset:9688/svn branch:6.2
* MenuBar fixes:Jouni Koivuviita2009-11-081-13/+31
| | | | | | | | | | * Fixes #2849: Deprecate MenuBar.setSubmenuIcon method, and provide the same functionality via CSS * Fixes #2821: Sumbenu icon is not aligned with the menu item's text * Fixes #3482: MenuItem: Subitem is wrongly marked as selected Deprecated setCollapse method at the same time, redundant method (the feature should always be enabled). svn changeset:9675/svn branch:6.2
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-6/+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-6/+7
| | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+617
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0