aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Window.java
Commit message (Expand)AuthorAgeFilesLines
* #7369 Removed "final" to enable CDI compatibility and added javadoc that expl...Artur Signell2011-08-191-4/+13
* #6097 Inversed the logic of the uidl attribute to avoid sending additional da...Leif Åstrand2011-08-121-2/+2
* #6097 Window.showNotification should support plain text in addition to HtmlLeif Åstrand2011-08-101-0/+106
* #6715 Added option for enabling/disabling lazy resize mode. Artur Signell2011-04-261-0/+35
* fixes #6815Matti Tahvonen2011-04-181-2/+2
* Merged some changes from 6.5Henri Sara2011-03-161-2/+26
* bring to front now somewhat supports several updating order of several window...Matti Tahvonen2010-12-201-6/+14
* removed method stubMatti Tahvonen2010-12-171-9/+0
* #5039: introduced focus/blur events for (sub)window, client side support and ...Matti Tahvonen2010-12-171-1/+56
* fixes #5037 and modifies a test case to cover it and #6161Matti Tahvonen2010-12-151-0/+36
* #6023 - Window overrides setParent for no reasonArtur Signell2010-11-251-10/+0
* Test and fix update for #5989 - Removing a sub window from another window tha...Artur Signell2010-11-161-1/+1
* Test and fix update for #5989 - Removing a sub window from another window tha...Artur Signell2010-11-161-6/+7
* Fix for #5989 - Removing a sub window from another window than its parent clo...Artur Signell2010-11-151-2/+9
* #3865 closing sub-windows from code should send close event, test for window ...Henri Sara2010-10-281-10/+11
* #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-15/+15
* a more specific return type (parent of window is always window or null)Matti Tahvonen2010-07-151-10/+10
* Reverted constructor visibility changes, will use isSynthetic() test insteadHenri Sara2010-07-061-1/+1
* Make private nested class constructor visibility public or package to prevent...Henri Sara2010-07-061-1/+1
* Set VWindow instead of VView for client widget for window. Fixes NPE when add...Matti Tahvonen2010-06-241-2/+2
* Additional javadoc for #4991Artur Signell2010-06-161-127/+196
* Merged changes from 6.3 to 6.4Henri Sara2010-05-311-4/+43
|\
| * Fix for #4427 - Updating sub-window position information back to server shoul...Artur Signell2010-05-251-4/+43
* | Initial update for #4991Artur Signell2010-05-251-65/+119
|/
* fixes #1847Matti Tahvonen2010-05-071-1/+25
* Javadocced shortcutsMarc Englund2010-04-091-5/+67
* Refactored new actions api a little: removed mnemonics terminology, adding/re...Marc Englund2010-03-231-9/+9
* Easier keyboard shortcuts for #875 - includes shorthand notation for Shortcut...Marc Englund2010-03-231-0/+45
* Merged [11391],[11473],[11474],[11475],[11477] from 6.2Artur Signell2010-02-231-5/+40
* added generics to ParameterHandlerMatti Tahvonen2009-12-161-1/+1
* Test case and fix for #3133 - Window draggability disabling featureArtur Signell2009-12-151-3/+37
* Fix for #3120 - Add Window.setClosable()Artur Signell2009-12-151-1/+40
* replaced(depracated) paintReference with addAttribute(String,Paintable) and a...Matti Tahvonen2009-12-141-1/+1
* fixes #3782, a better exception when trying to add Window via addComponentMatti Tahvonen2009-11-301-0/+10
* Fix for #3589 - Window.executeJavaScript(). Removed DOM reference possibility.Artur Signell2009-11-121-70/+10
* #3589 : Fixed document and window references for the script executed with exe...Joonas Lehtinen2009-11-091-6/+18
* Cleaned a javascript temp variable from window. Added use warning to javadocs.Joonas Lehtinen2009-11-061-0/+8
* Merged implementation for #3589Joonas Lehtinen2009-11-061-0/+88
* merged [9511] from 6.1Matti Tahvonen2009-10-301-1/+1
* merged [9432] from 6.1Matti Tahvonen2009-10-281-0/+8
* Merged: Fix for #3592 - Javadoc refers to Toolkit 5Artur Signell2009-10-261-1/+1
* "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-4/+11
* fixes #3363. Subwindows order now forced to be the same in which they are add...Matti Tahvonen2009-09-161-16/+18
* Fixes #3147: Modal Window cannot be positioned.Jouni Koivuviita2009-07-171-0/+2
* Incomplete - task#2904 Toolkit -> Vaadin renames Henri Sara2009-05-181-6/+5
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+1627