aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Window.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove Window.addComponent() (#2924)Henri Sara2012-11-141-34/+0
| | | | Change-Id: Ida3269e3cce906fd4b55c5e1049b24e0ff383289
* Panel and Window based on AbstractSingleComponentContainer (#2924)Henri Sara2012-11-141-6/+24
| | | | Change-Id: I9eb1f40a02dcad0f756ad2518d86ef1c52aa69c2
* Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-021-1/+0
| | | | Change-Id: I482517e6f83dfed2654476f928bb7bb01c9de202
* inner Event classes converted to static nested classes (#5855)Pekka Hyvönen2012-09-041-2/+2
|
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-16/+20
|
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-8/+79
|
* 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
|
* Remaining Root -> UI renames (#8908)Artur Signell2012-08-241-4/+4
|
* Component.getRoot() -> Component.getUI() (#8908)Artur Signell2012-08-241-2/+2
|
* Renamed Root to UI, automatic rename (#8908)Artur Signell2012-08-241-10/+10
| | | | | | | | | | | | | | | | | | | Automatic rename in Eclipse of the class Root to UI with all rename options enabled, rename also embedded "Root" in variable and method names. The following classes/methods were excluded in the rename: - BootstrapHandler.getApplicationCSSClassName() - ComponentLocator - ConnectorMap - ItemClickEvent - KeepAllItemsVisible - MenuBarTest - MenuBarTooltips - TreeTableTest - TreeWithIcons - Trees - VDebugConsole.printLayoutProblems()
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-1/+1
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* Handle requestRepaint automatically (#9325)Leif Åstrand2012-08-231-44/+2
|
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
|
* Support @Delayable and change window size update to use it (#8421)Leif Åstrand2012-08-201-19/+0
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
|
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-3/+3
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+853