summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/AbstractEmbedded.java
Commit message (Collapse)AuthorAgeFilesLines
* Migrate vaadin-server build to mavenTeemu Suo-Anttila2016-03-141-114/+0
| | | | Change-Id: I5c740f4e9cb28103bab199f9a552153d82277e7e
* Ensure no unknown attribute warnings are logged in design tests (#19429)Artur Signell2016-01-041-0/+1
| | | | | | * Adds missing custom attributes to Slider/AbstractEmbedded Change-Id: I574caf3499ab0681a7c829f89164062eb725013f
* Declarative support for Image, Flash, BrowserFrame (#15551,#16327,#15552,#16325)Artur Signell2015-02-101-0/+29
| | | | Change-Id: Icef0b3c4e652421265714c4fd29dee150bcc8cd0
* 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
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-2/+13
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Remove unnecessary "if not equal" check from AbstractEmbedded.setAlternateTextJohannes Dahlström2012-11-011-6/+1
| | | | Change-Id: I7afd1796a44117c0bc834017b30c36283f29d81d
* Improvements to #9087:Johannes Dahlström2012-09-111-1/+1
| | | | | | | | * Rename EmbeddedBrowser to BrowserFrame * Add constructors to Flash and BrowserFrame * Change getState() methods to protected * JavaDoc improvements * Make ImageClicks test deterministic
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-5/+5
|
* Replace ApplicationResource with ConnectorResource (#9419)Leif Åstrand2012-08-301-13/+2
|
* Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-1/+1
|
* Split Embedded into several components, migrate them to Vaadin 7 (#9087)Johannes Dahlström2012-08-241-0/+84