aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit
Commit message (Collapse)AuthorAgeFilesLines
...
* Sampler samples.Marc Englund2009-01-139-4/+430
| | | | svn changeset:6517/svn branch:trunk
* added test caseMatti Tahvonen2009-01-131-0/+44
| | | | svn changeset:6516/svn branch:trunk
* TC for #2455Marc Englund2009-01-133-0/+32
| | | | svn changeset:6515/svn branch:trunk
* Added flag icons for iso3166 country codes.Marc Englund2009-01-131-0/+7
| | | | svn changeset:6514/svn branch:trunk
* Wrote the remaining Window examples. Added getName() for previous examples ↵Teppo Kurki2009-01-1333-3/+436
| | | | | | in order to display more reasonable names. svn changeset:6513/svn branch:trunk
* Added a iso3166 container to use in selects etc.Marc Englund2009-01-131-0/+104
| | | | svn changeset:6512/svn branch:trunk
* Fixed ComboBox example, added windowing examples.Teppo Kurki2009-01-138-13/+330
| | | | svn changeset:6511/svn branch:trunk
* Test case for #2451 - ComboBox value changeArtur Signell2009-01-131-0/+40
| | | | svn changeset:6510/svn branch:trunk
* Test case and fix for #2442 - RequiredError not displayed in the tooltipArtur Signell2009-01-132-6/+54
| | | | svn changeset:6509/svn branch:trunk
* #2426 Re-added CONTENT_UIDL as deprecated Artur Signell2009-01-132-2/+17
| | | | svn changeset:6507/svn branch:trunk
* Remove window from application when closed. Fixes #2449Marc Englund2009-01-121-11/+14
| | | | svn changeset:6504/svn branch:trunk
* Source filename resolved using example class. Fixes #2448Marc Englund2009-01-121-3/+3
| | | | svn changeset:6503/svn branch:trunk
* fixes #2447, now sinks tooltip events manuallyMatti Tahvonen2009-01-121-0/+2
| | | | svn changeset:6502/svn branch:trunk
* Added descriptions to form example (to work as a better test case)Matti Tahvonen2009-01-121-0/+8
| | | | svn changeset:6501/svn branch:trunk
* fixes #2441Matti Tahvonen2009-01-121-1/+12
| | | | svn changeset:6499/svn branch:trunk
* Test cases and fix for #2425/#2289 - Removing a Tab from TabSheet or ↵Artur Signell2009-01-117-39/+474
| | | | | | Accordion should now work properly and onAttach is not called before child is attached. svn changeset:6496/svn branch:trunk
* Use Alignment.* constants instead of layout-specific *Layout.ALIGNMENT_* ↵Marko Grönroos2009-01-1116-58/+44
| | | | | | constants in setComponentAlignment() in demos. Fixes #2432 for the demos. svn changeset:6494/svn branch:trunk
* Changed + to | operator in layout alignment example in Sampler.Marko Grönroos2009-01-111-3/+3
| | | | svn changeset:6493/svn branch:trunk
* Updates to Book example code. Notifications and some other minor changes.Marko Grönroos2009-01-111-14/+102
| | | | svn changeset:6492/svn branch:trunk
* Fix for #2439 - Inconsistent JavaDoc for Hierarchical containerArtur Signell2009-01-102-10/+8
| | | | svn changeset:6488/svn branch:trunk
* improving windowing javadocsMatti Tahvonen2009-01-091-6/+15
| | | | svn changeset:6485/svn branch:trunk
* better overridden javadocMatti Tahvonen2009-01-091-1/+6
| | | | svn changeset:6484/svn branch:trunk
* enhanced test caseMatti Tahvonen2009-01-091-3/+17
| | | | svn changeset:6483/svn branch:trunk
* relocated uri handling logic to CommunicationManagerMatti Tahvonen2009-01-092-77/+83
| | | | svn changeset:6481/svn branch:trunk
* fixes #2440. Relocated handling of uris for browser level windows form ↵Matti Tahvonen2009-01-095-53/+89
| | | | | | application.handleURI to servlet, fixed ticket, cleaned some code svn changeset:6480/svn branch:trunk
* Added tabsheets, accordions and panels to the Sampler.Teppo Kurki2009-01-0922-3/+645
| | | | svn changeset:6479/svn branch:trunk
* Sampler: Added layout alignment example. For #2432.Marko Grönroos2009-01-096-2/+156
| | | | svn changeset:6476/svn branch:trunk
* cleaningMatti Tahvonen2009-01-091-19/+13
| | | | svn changeset:6475/svn branch:trunk
* Testcase for 2440Marc Englund2009-01-091-0/+66
| | | | svn changeset:6474/svn branch:trunk
* fixes #2432, AlignmentHandler methods now symmetric + saner usage overallMatti Tahvonen2009-01-099-75/+348
| | | | svn changeset:6473/svn branch:trunk
* Fixed problems with textfields reintroduced in [6470]Risto Yrjänä2009-01-091-1/+39
| | | | svn changeset:6472/svn branch:trunk
* Added setter for popup visibilityRisto Yrjänä2009-01-091-0/+11
| | | | svn changeset:6471/svn branch:trunk
* Fixed #2436 + cleanupRisto Yrjänä2009-01-091-68/+31
| | | | svn changeset:6470/svn branch:trunk
* Sampler minor styling.Marc Englund2009-01-091-0/+4
| | | | svn changeset:6469/svn branch:trunk
* fixes #2437, regression due changes in ICaption. Most likely visible in ↵Matti Tahvonen2009-01-081-1/+9
| | | | | | other places too, hopefully those are now fixed too. svn changeset:6463/svn branch:trunk
* genericsMatti Tahvonen2009-01-081-2/+2
| | | | svn changeset:6462/svn branch:trunk
* fixed bug: table now no longer listens clicks when all listeners removedMatti Tahvonen2009-01-081-1/+1
| | | | svn changeset:6461/svn branch:trunk
* fixes #2424, our iView is nosdays positioned -> no calculations needed ↵Matti Tahvonen2009-01-081-6/+0
| | | | | | anymore. Now position can also be set in theme. svn changeset:6460/svn branch:trunk
* Fix for #2435 - Separate stylenames for VerticalLayout, HorizontalLayout and ↵Artur Signell2009-01-087-29/+65
| | | | | | OrderedLayout svn changeset:6457/svn branch:trunk
* Started to clean up deprecated stuff in SamplerMarc Englund2009-01-082-41/+24
| | | | svn changeset:6452/svn branch:trunk
* Could not make customlayout scroll as wanted, implemented w/o customlayout, ↵Marc Englund2009-01-081-16/+36
| | | | | | fixes #2362 svn changeset:6451/svn branch:trunk
* fixes #2434, tbody element combined with offsetHeight property seems to work ↵Matti Tahvonen2009-01-081-2/+18
| | | | | | rather badly across the browsers. Using parent tables offsetheight instead svn changeset:6450/svn branch:trunk
* Updated test caseRisto Yrjänä2009-01-081-0/+2
| | | | svn changeset:6449/svn branch:trunk
* Test case for #2436Risto Yrjänä2009-01-081-0/+35
| | | | svn changeset:6447/svn branch:trunk
* Added rest of the select components.Teppo Kurki2009-01-0813-13/+175
| | | | svn changeset:6446/svn branch:trunk
* test caseMatti Tahvonen2009-01-081-0/+28
| | | | svn changeset:6445/svn branch:trunk
* removed obsolete uidl mode from client sideMatti Tahvonen2009-01-081-2/+0
| | | | svn changeset:6444/svn branch:trunk
* removed obsolete CONTENT_MODE_UIDL mode from LabelMatti Tahvonen2009-01-083-16/+2
| | | | svn changeset:6443/svn branch:trunk
* fixes #2427, disabling link componentMatti Tahvonen2009-01-081-3/+6
| | | | svn changeset:6442/svn branch:trunk
* Fixing @Override statements.Teppo Kurki2009-01-088-7/+75
| | | | svn changeset:6441/svn branch:trunk