aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal/Page.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-646/+0
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-1/+1
* Add some missing Javadoc to Page (#8907)Leif Åstrand2012-06-251-0/+17
* Rename setCurrentXyz() to setCurrent() (#9029)Leif Åstrand2012-06-251-1/+1
* Use Notification.show(Page) as the official entry point (#8907)Leif Åstrand2012-06-251-4/+3
* Extract API from Root to Page (#8907)Leif Åstrand2012-06-191-0/+630