aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Panel.java
Commit message (Collapse)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
| | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files.
* 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
| | | Panel/Window calls Root attach methods, Window uses WindowState)
* 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
| | | | svn changeset:22317/svn branch:6.7
* Corrected the Scrollable JavaDoc to correspond with the code.Marko Grönroos2011-11-021-5/+35
| | | | svn changeset:21864/svn branch:6.7
* Merged changes from 6.6Henri Sara2011-09-271-2/+16
| | | | svn changeset:21335/svn branch:6.7
* #6855 typo in Panel.removeComponent javadocArtur Signell2011-04-181-2/+1
| | | | svn changeset:18347/svn branch:6.6
* Merged some changes from 6.5Henri Sara2011-03-161-2/+37
| | | | svn changeset:17798/svn branch:6.6
* #4611 add getComponentCount() method for ComponentContainer implementationsHenri Sara2010-10-261-2/+2
| | | | svn changeset:15724/svn branch:6.5
* Fixed compiler warnings in demo and core source (#2274)Artur Signell2010-10-071-0/+1
| | | | svn changeset:15451/svn branch:6.5
* #5692 Generics: server-side changes for changeVariables() and some component ↵Henri Sara2010-10-041-1/+1
| | | | | | iterators svn changeset:15338/svn branch:6.5
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-161-5/+3
| | | | svn changeset:14496/svn branch:6.4
* Minor improvements for #4971Artur Signell2010-06-161-13/+32
| | | | svn changeset:13688/svn branch:6.4
* #5111 incorrect null check in Panel.removeAction()Henri Sara2010-06-011-1/+1
| | | | svn changeset:13457/svn branch:6.3
* Some API changes for #875 as discussed at length.Marc Englund2010-03-231-2/+1
| | | | svn changeset:12048/svn branch:6.3
* Refactored new actions api a little: removed mnemonics terminology, ↵Marc Englund2010-03-231-7/+5
| | | | | | adding/removing stuff 'returns' void, shift shorthand in now _ svn changeset:12029/svn branch:6.3
* Easier keyboard shortcuts for #875 - includes shorthand notation for ↵Marc Englund2010-03-231-86/+40
| | | | | | ShortcutAction, Form is now handler in addition to Panel, AbstractField.addAction() delegates handling to containing Window. Javadoc and examples TBD svn changeset:12026/svn branch:6.3
* Fixes #3736 "Split up style and type definitions" and #3467 "Button styles ↵Jouni Koivuviita2010-03-031-0/+12
| | | | | | | | | | missing?" * Now all built-in themes have an accompanying class file that describes all provided style names. * Deprecated Button.STYLE_LINK in favor of BaseTheme.BUTTON_LINK * Deprecated Panel.STYLE_LIGHT in favor of Reindeer.PANEL_LIGHT and Runo.PANEL_LIGHT svn changeset:11601/svn branch:6.3
* Fix for #3259 - Removing all action handlersArtur Signell2009-12-171-0/+9
| | | | svn changeset:10363/svn branch:6.2
* Added generics to ComponentContainer.getComponentIterator (#3717).Artur Signell2009-12-141-1/+1
| | | | svn changeset:10281/svn branch:6.2
* JavadocArtur Signell2009-11-251-0/+18
| | | | svn changeset:10045/svn branch:event-framework-3234
* Cleaned up codeArtur Signell2009-11-251-3/+3
| | | | svn changeset:10044/svn branch:event-framework-3234
* Work in progressArtur Signell2009-11-251-10/+20
| | | | svn changeset:10026/svn branch:event-framework-3234
* Initial commit for framework enhancement for #3234Artur Signell2009-11-201-0/+21
| | | | svn changeset:9947/svn branch:event-framework-3234
* "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-061-10/+0
| | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332
* steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵Matti Tahvonen2009-09-251-0/+2
| | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* New fix for #2941 - Panel/Window does not remove all action handlers on ↵Artur Signell2009-06-231-6/+5
| | | | | | client-side svn changeset:8222/svn branch:6.0
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+555
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0