aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Panel.java
Commit message (Expand)AuthorAgeFilesLines
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-486/+0
* Move classes common to client and server to com.vaadin.shared.* (#8934)Leif Åstrand2012-07-271-3/+3
* Add Java 6 @Override annotations to all methods from interfacesLeif Åstrand2012-07-231-0/+18
* Fix some broken hierarchies (#6690)Leif Åstrand2012-06-061-1/+2
* Initial extension support (#6690)Leif Åstrand2012-06-061-38/+0
* Repaint when contents changes (#8735)Artur Signell2012-06-011-0/+1
* RPC -> Rpc for consistencyArtur Signell2012-04-181-2/+2
* Removed getLayout/setLayout (#8169)Artur Signell2012-04-121-39/+0
* Move SharedState and ServerRpc classes out from Connector classesArtur Signell2012-04-121-2/+2
* Moved each component to its own package on client sideArtur Signell2012-04-121-2/+2
* Component no longer implements PaintableArtur Signell2012-04-121-11/+5
* Automatically create state on server side based on getState return typeArtur Signell2012-04-051-4/+0
* Simplified Rpc registration on server side (#8591)Artur Signell2012-04-051-1/+1
* Replace @ClientWidget with client-side @Component (#8440)Henri Sara2012-04-041-1/+0
* Refactored ClickEventHandler and LayoutClickEventHandler to use RPCArtur Signell2012-03-291-21/+13
* Made Window work again (connectors are now children of Root, attach forArtur Signell2012-03-211-0/+2
* Updated Panel to no longer use child painted with the UIDLArtur Signell2012-03-141-143/+30
* #5890 Added getComponentCount to ComponentContainerArtur Signell2012-03-041-0/+9
* Renamed Paintable component classes to ConnectorArtur Signell2012-02-281-3/+3
* #8324 Split Panel into widget and paintableArtur Signell2012-01-311-3/+4
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-081-2/+2
* Corrected the Scrollable JavaDoc to correspond with the code.Marko Grönroos2011-11-021-5/+35
* Merged changes from 6.6Henri Sara2011-09-271-2/+16
* #6855 typo in Panel.removeComponent javadocArtur Signell2011-04-181-2/+1
* Merged some changes from 6.5Henri Sara2011-03-161-2/+37
* #4611 add getComponentCount() method for ComponentContainer implementationsHenri Sara2010-10-261-2/+2
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-0/+1
* #5692 Generics: server-side changes for changeVariables() and some component ...Henri Sara2010-10-041-1/+1
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-5/+3
* Minor improvements for #4971Artur Signell2010-06-161-13/+32
* #5111 incorrect null check in Panel.removeAction()Henri Sara2010-06-011-1/+1
* Some API changes for #875 as discussed at length.Marc Englund2010-03-231-2/+1
* Refactored new actions api a little: removed mnemonics terminology, adding/re...Marc Englund2010-03-231-7/+5
* Easier keyboard shortcuts for #875 - includes shorthand notation for Shortcut...Marc Englund2010-03-231-86/+40
* Fixes #3736 "Split up style and type definitions" and #3467 "Button styles mi...Jouni Koivuviita2010-03-031-0/+12
* Fix for #3259 - Removing all action handlersArtur Signell2009-12-171-0/+9
* Added generics to ComponentContainer.getComponentIterator (#3717).Artur Signell2009-12-141-1/+1
* JavadocArtur Signell2009-11-251-0/+18
* Cleaned up codeArtur Signell2009-11-251-3/+3
* Work in progressArtur Signell2009-11-251-10/+20
* Initial commit for framework enhancement for #3234Artur Signell2009-11-201-0/+21
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-10/+0
* steps toward simpler widgetset creation. Still needs a lot of cleaning and re...Matti Tahvonen2009-09-251-0/+2
* New fix for #2941 - Panel/Window does not remove all action handlers on clien...Artur Signell2009-06-231-6/+5
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+555