summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/ui
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #1595: Close button on TabSheet controlJouni Koivuviita2009-11-121-10/+98
| | | | | | | * Added new sample to Sampler/TabSheets * Made all tabs in Reindeer theme demo closable. svn changeset:9737/svn branch:6.2
* Adds visibility for MenuBar.MenuItemsJouni Koivuviita2009-11-111-0/+14
| | | | svn changeset:9723/svn branch:6.2
* MenuBar fixes (again)Jouni Koivuviita2009-11-111-28/+67
| | | | | | | * Fix submenu indicators for IE * Fixes #3678: enhancement: MenuBar needs a separator item svn changeset:9722/svn branch:6.2
* Merged fix and test case for #3525 - "Cannot re-enable a disabled upload ↵Artur Signell2009-11-101-2/+0
| | | | | | component" from 6.1 svn changeset:9714/svn branch:6.2
* MenuBar fixes & enhancementsJouni Koivuviita2009-11-091-4/+17
| | | | | | | | | * fixes #3507: Menubar.MenuItem needs setEnabled() * "More" menuitem now presented as an arrow * menu opening/closing now more intuitive * client side stylename for menuitems changed to v-menuitem svn changeset:9688/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
* MenuBar fixes:Jouni Koivuviita2009-11-081-13/+31
| | | | | | | | | | * Fixes #2849: Deprecate MenuBar.setSubmenuIcon method, and provide the same functionality via CSS * Fixes #2821: Sumbenu icon is not aligned with the menu item's text * Fixes #3482: MenuItem: Subitem is wrongly marked as selected Deprecated setCollapse method at the same time, redundant method (the feature should always be enabled). svn changeset:9675/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
* fixes #3175, now non-lenient by default, can be changed via setLenient()Matti Tahvonen2009-11-041-0/+34
| | | | svn changeset:9624/svn branch:6.2
* merged [9621] from 6.1Matti Tahvonen2009-11-041-4/+4
| | | | svn changeset:9622/svn branch:6.2
* merged [9531] from 6.1Matti Tahvonen2009-10-301-4/+4
| | | | svn changeset:9532/svn branch:6.2
* merged [9511] from 6.1Matti Tahvonen2009-10-301-1/+1
| | | | svn changeset:9512/svn branch:6.2
* merged [9463] to 6.2Matti Tahvonen2009-10-291-9/+27
| | | | svn changeset:9465/svn branch:6.2
* merged [9432] from 6.1Matti Tahvonen2009-10-281-0/+8
| | | | svn changeset:9434/svn branch:6.2
* merged [9413],[9414] from 6.1Matti Tahvonen2009-10-271-0/+27
| | | | svn changeset:9415/svn branch:6.2
* merged [9405],[9404] from 6.1Matti Tahvonen2009-10-271-4/+4
| | | | svn changeset:9407/svn branch:6.2
* merged [9392] from 6.1Matti Tahvonen2009-10-271-2/+2
| | | | svn changeset:9393/svn branch:6.2
* merged #3597 related changes from 6.1 branchMatti Tahvonen2009-10-261-23/+35
| | | | svn changeset:9379/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
* added missing annotationMatti Tahvonen2009-10-201-0/+2
| | | | svn changeset:9255/svn branch:6.2
* actions no more handled in "updates-disabled" block, fixes #3551 Matti Tahvonen2009-10-201-17/+18
| | | | svn changeset:9250/svn branch:6.2
* Merged changes for #3500 (table should always paint selections)Marc Englund2009-10-131-4/+3
| | | | svn changeset:9192/svn branch:6.2
* added missing ClientWidget annotationMatti Tahvonen2009-10-061-0/+2
| | | | svn changeset:9115/svn branch:6.2
* added missing ClientWidget annotationMatti Tahvonen2009-10-061-53/+55
| | | | svn changeset:9114/svn branch:6.2
* merged 2009-09-widget-packaging_3332 branch to 6.2Matti Tahvonen2009-10-0642-1372/+1233
|\ | | | | | | svn changeset:9110/svn branch:6.2
| * "removed" (finalized + deprecated) getTag from AbstractComponentMatti Tahvonen2009-10-0635-281/+36
| | | | | | | | 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-2538-672/+780
| | | | | | | | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332
* | Merged: [9081] fix for #3404 ComboBox null selection and FILTERINGMODE_OFFHenri Sara2009-10-051-14/+14
| | | | | | | | svn changeset:9082/svn branch:6.2
* | Merged: [9042] fix for #3436 Table NPE on GAEHenri Sara2009-10-021-1/+1
|/ | | | svn changeset:9043/svn branch:6.2
* 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
* Fixed a typo in javadocMatti Tahvonen2009-09-091-2/+2
| | | | svn changeset:8717/svn branch:6.1
* fixes #3309 + two other typosMatti Tahvonen2009-09-091-3/+3
| | | | svn changeset:8716/svn branch:6.1
* Test case and fix for #3248 - PopupView should allow null minimized value ↵Artur Signell2009-09-081-8/+4
| | | | | | and lazily initialize component svn changeset:8714/svn branch:6.1
* fixes #3292Matti Tahvonen2009-09-081-1/+1
| | | | svn changeset:8690/svn branch:6.1
* fixes #3275 (regression from #2603, now solved in another way) + some minor ↵Matti Tahvonen2009-09-031-24/+12
| | | | | | cleaning to code svn changeset:8658/svn branch:6.1
* initial version of CssLayout (aka FlowLayout from FastLayouts) + sampler exampleMatti Tahvonen2009-08-281-0/+225
| | | | svn changeset:8579/svn branch:6.1
* #3091 iterate table with getIdByIndex if container is indexedHenri Sara2009-08-281-147/+158
| | | | svn changeset:8569/svn branch:6.1
* fixes #3169, thanks to DownlordMatti Tahvonen2009-08-281-0/+14
| | | | svn changeset:8568/svn branch:6.1
* The Button Component Strikes BackJouni Koivuviita2009-08-272-34/+51
| | | | | | | | | | | | Fixes many theme issues with Button (mostly Reindeer theme), including #3110, #3193, #3194, #3180 and 3079. Default button is now rendered on the client side with a DIV. Disabled buttons can now have descriptions, which fixes #2085. Added a "new" component, NativeButton, which uses native BUTTON element rendering on the client side. Theme compilation script now understands simple @import statements, which help keep things more organized in theme development. svn changeset:8558/svn branch:6.1
* updated get/setFormat javadocJoonas Lehtinen2009-08-261-6/+6
| | | | svn changeset:8553/svn branch:6.1
* Multiple scrolltable improvementsMatti Tahvonen2009-08-261-1/+56
| | | | | | | | | - fixes #3209 - moved to GWT event handler (instead of deprecated listener) - fixed regressions since variable pagelength implementation - fixed some other small issues svn changeset:8547/svn branch:6.1
* Large pile of various optimizations and small bug fixes. Changeset has a ↵Matti Tahvonen2009-08-201-49/+5
| | | | | | | | | | | | | | | great regression risk, blame me on new odd bugs. * default alignments/expandratios now not transported over uidl * added new map type to painttarget * rewrote UIDL with overlay type * ditched gwt JSON implementation instead of own "overlay type" altogether * using arraylist instead of vector in all places on client side * optimized a bit LocaleService * rewrote uidl browsers in debug window (now does not stall IE that easily with large changesets) svn changeset:8516/svn branch:6.1
* removed a bad java doc comment to an unsupported featureMatti Tahvonen2009-08-171-6/+5
| | | | svn changeset:8497/svn branch:6.1
* fixes #3182Matti Tahvonen2009-08-061-0/+1
| | | | svn changeset:8445/svn branch:6.0
* multiple upload related enhancementsMatti Tahvonen2009-08-051-8/+48
| | | | | | | | | - implemented interruption of upload #963 - added generics - changed deprecated gwt methods to 1.6 handlers - immediate mode now works (also styled as "one button upload") svn changeset:8442/svn branch:6.0
* #3146 could not clear table selection and related test caseHenri Sara2009-07-201-1/+1
| | | | svn changeset:8404/svn branch:6.0
* 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
* Fixes #3129: setting component primary stylename, now only for Button component.Jouni Koivuviita2009-07-091-3/+37
| | | | svn changeset:8359/svn branch:6.0
* Upload progress listeners called when appropriate, fixes #3102Marc Englund2009-07-031-1/+2
| | | | svn changeset:8315/svn branch:6.0