aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for #2242 - Changing an AbstractSelect container data source should not ↵Artur Signell2008-12-011-2/+1
| | | | | | fire a value change event. svn changeset:6050/svn branch:trunk
* Test case and fix for #2245 - SplitPanel without both components cannot be ↵Artur Signell2008-12-012-3/+8
| | | | | | painted svn changeset:6049/svn branch:trunk
* fixes #2226, deprecated setOrientation method.Matti Tahvonen2008-11-261-3/+15
| | | | svn changeset:5997/svn branch:trunk
* Test case and fix for #2151 - Button should not accept invalid values.Artur Signell2008-11-241-4/+13
| | | | svn changeset:5966/svn branch:trunk
* Corrected typoArtur Signell2008-11-241-6/+8
| | | | svn changeset:5954/svn branch:trunk
* Better fix for #2208Artur Signell2008-11-211-3/+2
| | | | svn changeset:5952/svn branch:trunk
* Added API to gridlayout to fetch component layout information (column + row ↵Matti Tahvonen2008-11-211-0/+19
| | | | | | + spans) svn changeset:5950/svn branch:trunk
* GridLayout: added getComponen(x,y) method, fixes #124 Matti Tahvonen2008-11-211-0/+20
| | | | svn changeset:5947/svn branch:trunk
* Fixed error in ExpandLayout when expanded component has been replaced.Artur Signell2008-11-201-1/+5
| | | | | | Removed old expandlayout css directory still in svn. svn changeset:5938/svn branch:trunk
* made constant finalMatti Tahvonen2008-11-191-2/+2
| | | | svn changeset:5924/svn branch:trunk
* made constant finalMatti Tahvonen2008-11-191-2/+2
| | | | svn changeset:5923/svn branch:trunk
* Relocated layout checks and fixed long variable handlingMatti Tahvonen2008-11-171-6/+13
| | | | svn changeset:5907/svn branch:trunk
* Fixed replaceChildComponent for TabSheet and Accordion (#2204)Artur Signell2008-11-131-4/+7
| | | | | | Fixed showing/hiding of tabs in TabSheet and Accordion svn changeset:5887/svn branch:trunk
* Added new component to read and manipulate URI fragment. (#34)Matti Tahvonen2008-11-131-0/+137
| | | | svn changeset:5883/svn branch:trunk
* added sanity checkMatti Tahvonen2008-11-131-2/+7
| | | | svn changeset:5882/svn branch:trunk
* Added a switch for hiding the popup on mouse outRisto Yrjänä2008-11-121-0/+25
| | | | svn changeset:5878/svn branch:trunk
* Fixed problems with the new layouts not showingRisto Yrjänä2008-11-121-3/+3
| | | | svn changeset:5877/svn branch:trunk
* Added deprecated annotations to deprecated size methods so Eclipse shows ↵Artur Signell2008-11-121-45/+47
| | | | | | they really are deprecated svn changeset:5871/svn branch:trunk
* javadocs for expand ratio methodsMatti Tahvonen2008-11-122-9/+58
| | | | svn changeset:5867/svn branch:trunk
* added possibility to use dateformat independent from Locale. Fixes #2200Matti Tahvonen2008-11-111-0/+37
| | | | svn changeset:5862/svn branch:trunk
* Some documentation and better defaults for formlayoutMatti Tahvonen2008-11-101-0/+21
| | | | svn changeset:5849/svn branch:trunk
* form now defaults 100% widthMatti Tahvonen2008-11-101-1/+1
| | | | svn changeset:5846/svn branch:trunk
* fixes #2191, subtree caching problems with table and collapsed columnsMatti Tahvonen2008-11-071-0/+3
| | | | svn changeset:5829/svn branch:trunk
* most component containers now default to 100% widthMatti Tahvonen2008-11-045-2/+12
| | | | svn changeset:5809/svn branch:trunk
* removed obsolete flagMatti Tahvonen2008-11-041-53/+53
| | | | svn changeset:5803/svn branch:trunk
* Cleaned Button & CheckBox code, now ensures button has initial value false.Matti Tahvonen2008-10-302-23/+19
| | | | svn changeset:5767/svn branch:trunk
* fixes index bug related to row expand ratiosMatti Tahvonen2008-10-291-54/+61
| | | | svn changeset:5762/svn branch:trunk
* fixes #2174 (npe if no styles set)Matti Tahvonen2008-10-291-45/+49
| | | | svn changeset:5761/svn branch:trunk
* removed obsolete check that couses npe in emptied gridMatti Tahvonen2008-10-281-2/+2
| | | | svn changeset:5747/svn branch:trunk
* Removed old OrderedLayoutArtur Signell2008-10-271-18/+0
| | | | svn changeset:5739/svn branch:trunk
* Fixes #2167Joonas Lehtinen2008-10-241-2/+9
| | | | svn changeset:5727/svn branch:trunk
* Teached the base field factory to understand method naming conventions and ↵Joonas Lehtinen2008-10-241-1/+38
| | | | | | thus to give sane defaults for captions from properties. For example it now uses "First Name" as a caption for "firstName" -property. svn changeset:5725/svn branch:trunk
* Added Form.setVisibleItemProperties(Object[]) convenience method (in ↵Joonas Lehtinen2008-10-241-0/+14
| | | | | | addition to the current Form.setVisibleItemProperties(Collection)) svn changeset:5723/svn branch:trunk
* Fixes #1900Joonas Lehtinen2008-10-241-1/+7
| | | | svn changeset:5720/svn branch:trunk
* Fixes #2179Joonas Lehtinen2008-10-241-3/+8
| | | | svn changeset:5715/svn branch:trunk
* using setWidth, setHeight methods in setSizeFull and setSizeUndefinend ↵Matti Tahvonen2008-10-241-10/+4
| | | | | | (minor drawback in perf, makes overriding size related things easier) svn changeset:5706/svn branch:trunk
* cleaner overloading for Sizeable methodsMatti Tahvonen2008-10-241-14/+6
| | | | svn changeset:5705/svn branch:trunk
* expandRatio for gridlayoutMatti Tahvonen2008-10-241-0/+112
| | | | svn changeset:5699/svn branch:trunk
* Removed (Component,float) constructor which can be easily mixed up with ↵Artur Signell2008-10-201-11/+0
| | | | | | (Component,int) constructor svn changeset:5675/svn branch:trunk
* Fixed exceptions when OrderedLayout has no componentsArtur Signell2008-10-201-1/+3
| | | | svn changeset:5674/svn branch:trunk
* New OrderedLayout implementation and related fixesArtur Signell2008-10-202-91/+30
| | | | svn changeset:5671/svn branch:trunk
* experimental expand feature for ordered layoutMatti Tahvonen2008-10-171-0/+12
| | | | svn changeset:5659/svn branch:trunk
* experimental expand feature for ordered layoutMatti Tahvonen2008-10-171-1/+1
| | | | svn changeset:5658/svn branch:trunk
* setSplitPosition() now calls requestRepaint(). Fixes #2155Marc Englund2008-10-171-0/+1
| | | | svn changeset:5655/svn branch:trunk
* experimental expand feature for ordered layoutMatti Tahvonen2008-10-171-8/+18
| | | | svn changeset:5654/svn branch:trunk
* experimental expand feature for ordered layoutMatti Tahvonen2008-10-171-1/+51
| | | | svn changeset:5653/svn branch:trunk
* Fixes #2141: Subwindow rendering broken in IE6 and IE7Jouni Koivuviita2008-10-161-0/+2
| | | | | | Needed a bit more tweaking than simple themeing. IWindow not sets all its dimensions (those sent from server) as its outer width and height. Previously dimensions were set as "inner dimensions" i.e. content area width. svn changeset:5647/svn branch:trunk
* SplitPanel now updates it's position back to server when user drags it in ↵Jouni Koivuviita2008-10-091-0/+24
| | | | | | the browser. svn changeset:5616/svn branch:trunk
* JavaDoc fix for #1968 (again). XHTML templates, not XSL. Also a bit more ↵Marko Grönroos2008-09-301-9/+10
| | | | | | cleanup. Would need more work. svn changeset:5569/svn branch:trunk
* Reverted [5565] again. Had committed extra files.Marko Grönroos2008-09-301-10/+9
| | | | svn changeset:5568/svn branch:trunk