summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Panel.java
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Unified deprecation messagesArtur Signell2012-11-221-2/+2
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Updated Panel, Window to use Component in constructors (#10300)Artur Signell2012-11-201-6/+5
| | | | | | * Updated javadoc to be consistent with how Panel and Window behave (#10289) Change-Id: I682d202e27b14d9695a8a6cd9eaff8a53fc6ae82
* Panel and Window based on AbstractSingleComponentContainer (#2924)Henri Sara2012-11-141-173/+2
| | | | Change-Id: I9eb1f40a02dcad0f756ad2518d86ef1c52aa69c2
* AbstractComponentContainer should implement getComponentIterator and not ↵Artur Signell2012-11-061-1/+1
| | | | | | iterator (#10144) Change-Id: I092cc71dfa9ded74f6624e6808a9ec1de7cf1cb5
* Move LegacyComponent from com.vaadin.server to com.vaadin.uiJohannes Dahlström2012-11-021-1/+0
| | | | Change-Id: I482517e6f83dfed2654476f928bb7bb01c9de202
* Global code cleanupLeif Åstrand2012-09-271-3/+3
|
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-071-3/+3
|
* Fixed copy/paste errorArtur Signell2012-09-051-1/+1
|
* Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-311-10/+10
|
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-2/+20
|
* Rename Vaadin6Component to LegacyComponent (#9434)Johannes Dahlström2012-08-291-3/+3
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-11/+10
|
* 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-3/+0
|
* Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-1/+1
|
* 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-5/+5
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+486