aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/DefaultWidgetSet.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-280/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* new component, absolutelayout (aka coordinatelayout #1267) and simple test case Matti Tahvonen2009-04-091-0/+5
| | | | svn changeset:7374/svn branch:6.0
* Fix for #2435 - Separate stylenames for VerticalLayout, HorizontalLayout and ↵Artur Signell2009-01-081-0/+10
| | | | | | OrderedLayout svn changeset:6457/svn branch:trunk
* Cleaned up the whole projectArtur Signell2009-01-021-0/+1
| | | | svn changeset:6398/svn branch:trunk
* Removed CoordinateLayout from trunk. This is the first part of #2346Joonas Lehtinen2008-12-151-5/+0
| | | | svn changeset:6214/svn branch:trunk
* Fixed TODO: More efficient and less error prone widget set implementation. ↵Matti Tahvonen2008-11-131-133/+98
| | | | | | Possible since gwt 1.5. Fixes #2188 svn changeset:5884/svn branch:trunk
* Removed old OrderedLayoutArtur Signell2008-10-271-6/+0
| | | | svn changeset:5738/svn branch:trunk
* Major layout renewals. GridLayout now totally absolutely positioned, all ↵Matti Tahvonen2008-10-211-8/+1
| | | | | | scrollable areas position: relative due IE. Still some broken scrollbars, IE6 issues and dev inconveniences. svn changeset:5690/svn branch:trunk
* Removed old client side ExpandLayout implementationArtur Signell2008-10-211-14/+0
| | | | svn changeset:5687/svn branch:trunk
* New OrderedLayout implementation and related fixesArtur Signell2008-10-201-0/+6
| | | | svn changeset:5671/svn branch:trunk
* Applications started in-order, one-at-a-time, to avoid session-id problems. ↵Marc Englund2008-10-021-12/+3
| | | | | | Fixes #2134. svn changeset:5584/svn branch:trunk
* Copied CoordinateLayout from incubator to trunkRisto Yrjänä2008-09-291-0/+6
| | | | svn changeset:5542/svn branch:trunk
* GWT 1.5:fied DefaultWidgetSet. Now not possible to use older GWT.Matti Tahvonen2008-09-021-2/+1
| | | | svn changeset:5327/svn branch:trunk
* Copied PopupView from incubator to trunkRisto Yrjänä2008-08-211-0/+6
| | | | svn changeset:5240/svn branch:trunk
* WidgetSet.createWidget() now returns Paintable, to indicate that that's ↵Marc Englund2008-08-201-1/+1
| | | | | | required. Fixes #1974. svn changeset:5223/svn branch:trunk
* IOrderedLayout implementation is now feature complete and thus horizontal ↵Joonas Lehtinen2008-07-031-12/+4
| | | | | | and vertical variants have become unnecessary. Removing. Also fixed couple of layouting issues. svn changeset:5047/svn branch:trunk
* Now IOrderedLayout implements fixed width/height layouts directly. Removing ↵Joonas Lehtinen2008-07-031-14/+2
| | | | | | ISizeableOrderedLayout. Fixes #1887 svn changeset:5046/svn branch:trunk
* Copied the new MenuBar component from Incubator to Trunk. Fixes #1852.Marko Grönroos2008-06-261-0/+6
| | | | svn changeset:4955/svn branch:trunk
* fixes #1729, implemented height handling to IOrderedLayoutHorizontal and ↵Matti Tahvonen2008-06-161-6/+11
| | | | | | using it if height but not width set for horizontal ordered layout svn changeset:4900/svn branch:trunk
* initial commit for #704Matti Tahvonen2008-04-041-3/+11
| | | | svn changeset:4127/svn branch:trunk
* Refactored CustomComponent. Fixed possible NPE in Abstract component. ↵Matti Tahvonen2008-03-041-0/+6
| | | | | | Optimization for AbstractComponent. svn changeset:3963/svn branch:trunk
* "Sizeable" Grid and OrderedLayoutMatti Tahvonen2008-02-061-2/+20
| | | | svn changeset:3714/svn branch:trunk
* New component: Accordion. Doesn't support sizing properly yet (only width).Jouni Koivuviita2007-12-141-0/+6
| | | | | | -ITabsheet refactored: new superclass for different kinds of tabs, ITabsheetBase. Use this when you want to create some sort of tabbable component. svn changeset:3242/svn branch:trunk
* License header parametrizedJani Laakso2007-12-041-3/+7
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* Re-implemented IExpandLayout. Now supports all Layout interfaces methods and ↵Matti Tahvonen2007-11-211-1/+9
| | | | | | horizontal orientation. svn changeset:2873/svn branch:trunk
* DateField styles ("calendar" etc) moved to subclasses. Fixes #890Marc Englund2007-11-191-4/+5
| | | | | | | (style = "text" removed, we'll implement a sane alternative sometime in the future) svn changeset:2863/svn branch:trunk
* DateField with arbitrary style (e.g. "foobar") now gets rendered as a ↵Jouni Koivuviita2007-11-151-2/+1
| | | | | | default calendar (popup calendar). Previously user only got an error for an unknown component. svn changeset:2823/svn branch:trunk
* ISelect -> INativeSelectMarc Englund2007-11-141-4/+4
| | | | svn changeset:2812/svn branch:trunk
* select type "list" addedMarc Englund2007-11-141-218/+227
| | | | svn changeset:2807/svn branch:trunk
* re-eanabled multiselect (IFilterSelect don't support), added IListSelect to ↵Matti Tahvonen2007-11-021-1/+8
| | | | | | be later enhanced to support icons etc svn changeset:2696/svn branch:trunk
* ICalendar -> demo.reservationMarc Englund2007-10-231-6/+0
| | | | svn changeset:2581/svn branch:trunk
* IDateFieldCalendar/ICalendar mixup fixMarc Englund2007-10-161-1/+1
| | | | svn changeset:2530/svn branch:trunk
* added RichTextEditor component.Matti Tahvonen2007-10-111-5/+11
| | | | svn changeset:2494/svn branch:trunk
* fixed selecting native select implementationMatti Tahvonen2007-10-111-1/+1
| | | | svn changeset:2489/svn branch:trunk
* Added some server side components (which configure their superclass) and test.Matti Tahvonen2007-10-111-4/+8
| | | | svn changeset:2487/svn branch:trunk
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-208/+208
| | | | svn changeset:2461/svn branch:trunk
* -WidgetSet naming change: "paging"-style table should now be IPagingTable.java.Jouni Koivuviita2007-10-081-6/+2
| | | | | | | | | | | -FilterSelect styles 60% done. -Panel sizing (iLayout) refactored (again). -Tabsheet sizing now done before content rendering. -Util.isIE refactored to isIE6. -ExpandLayout(int orientation) constructor added. -API change: Select now has setColumns(). svn changeset:2454/svn branch:trunk
* ContainerResizedListener, ISplitPanel refactoring, ExpandLayout and testMatti Tahvonen2007-10-051-5/+6
| | | | svn changeset:2441/svn branch:trunk
* Streaming upload and client side implementation for upload + progressindicatorMatti Tahvonen2007-09-271-0/+7
| | | | svn changeset:2381/svn branch:trunk
* WidgetSet extending initial commitMarc Englund2007-09-181-0/+258
svn changeset:2308/svn branch:trunk