aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui/Window.java
Commit message (Collapse)AuthorAgeFilesLines
...
* #6097 Window.showNotification should support plain text in addition to HtmlLeif Åstrand2011-08-101-0/+106
| | | | svn changeset:20263/svn branch:6.7
* #6715 Added option for enabling/disabling lazy resize mode. Artur Signell2011-04-261-0/+35
| | | | | | Now allows IE9 to use non-lazy mode aswell (remains to be seen if IE9 also sometimes produces extra resize events) svn changeset:18471/svn branch:6.6
* fixes #6815Matti Tahvonen2011-04-181-2/+2
| | | | svn changeset:18350/svn branch:6.6
* Merged some changes from 6.5Henri Sara2011-03-161-2/+26
| | | | svn changeset:17798/svn branch:6.6
* bring to front now somewhat supports several updating order of several ↵Matti Tahvonen2010-12-201-6/+14
| | | | | | windows at one uidl update svn changeset:16587/svn branch:6.5
* removed method stubMatti Tahvonen2010-12-171-9/+0
| | | | svn changeset:16560/svn branch:6.5
* #5039: introduced focus/blur events for (sub)window, client side support and ↵Matti Tahvonen2010-12-171-1/+56
| | | | | | some necessary refactoring svn changeset:16556/svn branch:6.5
* fixes #5037 and modifies a test case to cover it and #6161Matti Tahvonen2010-12-151-0/+36
| | | | svn changeset:16514/svn branch:6.5
* #6023 - Window overrides setParent for no reasonArtur Signell2010-11-251-10/+0
| | | | svn changeset:16136/svn branch:6.5
* Test and fix update for #5989 - Removing a sub window from another window ↵Artur Signell2010-11-161-1/+1
| | | | | | than its parent closes the window svn changeset:15995/svn branch:6.5
* Test and fix update for #5989 - Removing a sub window from another window ↵Artur Signell2010-11-161-6/+7
| | | | | | than its parent closes the window svn changeset:15994/svn branch:6.5
* Fix for #5989 - Removing a sub window from another window than its parent ↵Artur Signell2010-11-151-2/+9
| | | | | | closes the window svn changeset:15985/svn branch:6.5
* #3865 closing sub-windows from code should send close event, test for window ↵Henri Sara2010-10-281-10/+11
| | | | | | closing svn changeset:15758/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-15/+15
| | | | svn changeset:14496/svn branch:6.4
* a more specific return type (parent of window is always window or null)Matti Tahvonen2010-07-151-10/+10
| | | | svn changeset:14203/svn branch:6.4
* Reverted constructor visibility changes, will use isSynthetic() test insteadHenri Sara2010-07-061-1/+1
| | | | svn changeset:14081/svn branch:6.4
* Make private nested class constructor visibility public or package to ↵Henri Sara2010-07-061-1/+1
| | | | | | prevent the generation of non-serializable access constructors by the compiler. svn changeset:14080/svn branch:6.4
* Set VWindow instead of VView for client widget for window. Fixes NPE when ↵Matti Tahvonen2010-06-241-2/+2
| | | | | | adding (initially) hidden subwindows. svn changeset:13922/svn branch:6.4
* Additional javadoc for #4991Artur Signell2010-06-161-127/+196
| | | | svn changeset:13687/svn branch:6.4
* Merged changes from 6.3 to 6.4Henri Sara2010-05-311-4/+43
|\ | | | | | | svn changeset:13432/svn branch:6.4
| * Fix for #4427 - Updating sub-window position information back to server ↵Artur Signell2010-05-251-4/+43
| | | | | | | | | | | | should not call requestRepaint svn changeset:13356/svn branch:6.3
* | Initial update for #4991Artur Signell2010-05-251-65/+119
|/ | | | svn changeset:13346/svn branch:6.4
* fixes #1847Matti Tahvonen2010-05-071-1/+25
| | | | svn changeset:13086/svn branch:6.3
* Javadocced shortcutsMarc Englund2010-04-091-5/+67
| | | | svn changeset:12421/svn branch:6.3
* Refactored new actions api a little: removed mnemonics terminology, ↵Marc Englund2010-03-231-9/+9
| | | | | | 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-0/+45
| | | | | | 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
* Merged [11391],[11473],[11474],[11475],[11477] from 6.2Artur Signell2010-02-231-5/+40
| | | | | | Fix and test case for #4222 svn changeset:11485/svn branch:6.3
* added generics to ParameterHandlerMatti Tahvonen2009-12-161-1/+1
| | | | svn changeset:10343/svn branch:6.2
* Test case and fix for #3133 - Window draggability disabling featureArtur Signell2009-12-151-3/+37
| | | | svn changeset:10329/svn branch:6.2
* Fix for #3120 - Add Window.setClosable()Artur Signell2009-12-151-1/+40
| | | | svn changeset:10326/svn branch:6.2
* replaced(depracated) paintReference with addAttribute(String,Paintable) and ↵Matti Tahvonen2009-12-141-1/+1
| | | | | | | | added addVariable(VariableOwner, String, Paintable) method (updates already worked) fixes #3654, #2854 svn changeset:10286/svn branch:6.2
* fixes #3782, a better exception when trying to add Window via addComponentMatti Tahvonen2009-11-301-0/+10
| | | | svn changeset:10104/svn branch:6.2
* Fix for #3589 - Window.executeJavaScript(). Removed DOM reference possibility.Artur Signell2009-11-121-70/+10
| | | | svn changeset:9746/svn branch:6.2
* #3589 : Fixed document and window references for the script executed with ↵Joonas Lehtinen2009-11-091-6/+18
| | | | | | executeJavaScript(), better testcases, better API documentation examples svn changeset:9678/svn branch:6.2
* Cleaned a javascript temp variable from window. Added use warning to javadocs.Joonas Lehtinen2009-11-061-0/+8
| | | | svn changeset:9674/svn branch:6.2
* Merged implementation for #3589Joonas Lehtinen2009-11-061-0/+88
| | | | svn changeset:9659/svn branch:6.2
* merged [9511] from 6.1Matti Tahvonen2009-10-301-1/+1
| | | | svn changeset:9512/svn branch:6.2
* merged [9432] from 6.1Matti Tahvonen2009-10-281-0/+8
| | | | svn changeset:9434/svn branch:6.2
* Merged: Fix for #3592 - Javadoc refers to Toolkit 5Artur Signell2009-10-261-1/+1
| | | | svn changeset:9368/svn branch:6.2
* "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-4/+11
| | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* fixes #3363. Subwindows order now forced to be the same in which they are ↵Matti Tahvonen2009-09-161-16/+18
| | | | | | added + some generics to Window svn changeset:8820/svn branch:6.1
* Fixes #3147: Modal Window cannot be positioned.Jouni Koivuviita2009-07-171-0/+2
| | | | | | Center request now gets cleared every time the window is positioned. svn changeset:8395/svn branch:6.0
* Incomplete - task#2904 Toolkit -> Vaadin renames Henri Sara2009-05-181-6/+5
| | | | svn changeset:7850/svn branch:6.0
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-0/+1627
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0