aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/MenuBar.java
Commit message (Collapse)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-1090/+0
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* Write true boolean attibutes without ='' (#17583)Leif Åstrand2015-10-091-2/+2
| | | | | | Also add missing test for GridLayout alignments Change-Id: If553c9e254fb754cb020a63013bfcc9ecae3a056
* Fix MenuBar MenuItem caption reading from design (#17361)Teemu Suo-Anttila2015-04-081-1/+2
| | | | Change-Id: I438039ab8ad83bf0b2153939502903571f231bbb
* Fix declarative support for MenuBar (#16328)Miki2015-03-261-1/+152
| | | Change-Id: Icd70a02aa8ffef9d1aca4b833ac23aeff5813771
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-231-1/+6
| | | | | | | | Many core vaadin components did incorrectly mark the state as dirty when reading from them. This patch fixes the problem, which should reduce the amount of server->client state updates significantly. Change-Id: I342d74129e2985a7f407e9b53a802dc0146d9992
* Update copyright year to 2014Artur Signell2014-04-161-1/+1
| | | | Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
* Implemented Focusable in MenuBar (#7674)Jens Jansson2013-06-281-1/+30
| | | | Change-Id: I31cd6fafffacc16147e63d3878fcf025163deb5b
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-021-1/+0
| | | | Change-Id: I482517e6f83dfed2654476f928bb7bb01c9de202
* Reformat projectLeif Åstrand2012-09-051-1/+1
|
* Rename Vaadin6Component to LegacyComponent (#9434)Johannes Dahlström2012-08-291-2/+2
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-4/+4
|
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-20/+20
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-8/+11
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+890