summaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/Table.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-3222/+0
* small optimization to table (reduce calls to Container.size() method, that is...Matti Tahvonen2009-04-291-3/+9
* Merged:Artur Signell2009-04-271-5/+32
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-121-2/+4
* fixes #2823Matti Tahvonen2009-04-041-8/+26
* fixes #2806 (column expand ratios for Table). Also added some test cases.Matti Tahvonen2009-04-011-10/+77
* added some generics to TableMatti Tahvonen2009-03-311-71/+87
* #2799 Table UI refresh problem: merge from 5.3 to 6.0Henri Sara2009-03-311-0/+2
* Merged #2799 to 6.0.Henri Sara2009-03-241-2/+4
* Merge #2687 to 6.0Henri Sara2009-03-241-2/+5
* fixes #2607 (a client side validity check)Matti Tahvonen2009-02-231-8/+0
* server side sanity check for #2607Matti Tahvonen2009-02-231-0/+8
* fixes #2456Matti Tahvonen2009-01-131-1/+7
* fixed bug: table now no longer listens clicks when all listeners removedMatti Tahvonen2009-01-081-1/+1
* Fixed one typo.Marc Englund2009-01-051-6/+6
* fixed a bug when removing column generator: checked for item id instead of co...Matti Tahvonen2008-12-311-7/+31
* Fix for #2391 - Column collapsing does not work in an empty table.Artur Signell2008-12-191-0/+2
* Fixed #2379 : FeatureBrowser Table demo does not startJoonas Lehtinen2008-12-181-13/+16
* Better fix for #2208Artur Signell2008-11-211-3/+2
* fixes #2191, subtree caching problems with table and collapsed columnsMatti Tahvonen2008-11-071-0/+3
* ColumnGenerator now kept in order; fixes #2124Marc Englund2008-09-291-1/+2
* setEnabled(false) disables visible sub-components; Fixes #677 (together with ...Marc Englund2008-09-251-0/+31
* fixes #1973, also makes uidl with table more efficient. Table should now comf...Matti Tahvonen2008-09-251-24/+36
* Fixing a documentation bug #1670Joonas Lehtinen2008-09-241-8/+8
* Force-table-to-recalculate-column-widths feature. Fixes #1983 (see ticket for...Marc Englund2008-09-111-0/+13
* Mass formatArtur Signell2008-09-021-91/+89
* #2009 change click handling order (compared to other variables) in TableMatti Tahvonen2008-08-291-8/+3
* #2009, ItemClickEventsMatti Tahvonen2008-08-291-91/+157
* Fixed for #2006 - updated error handlingArtur Signell2008-08-281-104/+107
* enabled editable mode in table (broken since [5243]Matti Tahvonen2008-08-271-12/+18
* setPageLength() no longer resets scroll position (fixes #1952), setCurrentPag...Marc Englund2008-08-221-2/+4
* addItem(Object[],Object) now ignores generated columns. Fixes #1967.Marc Englund2008-08-181-6/+13
* Implements #1928 (cellstylegenerator row styling). Fixes #1985 (cell style of...Marc Englund2008-08-151-8/+23
* Fixes #1981 (some selections lost when scrolling)Marc Englund2008-08-151-9/+21
* reverted IndexedContainer specific hack (IdentityHashMap => Set). IndexedCont...Matti Tahvonen2008-08-141-10/+8
* Table: optimizing one extra cache build on container changeMatti Tahvonen2008-08-141-4/+12
* added quick workaround for #1980 (IndexedContainer has sluggish equals/hashCo...Matti Tahvonen2008-08-131-17/+18
* fixes #1445 (javadocs)Matti Tahvonen2008-08-121-9/+18
* Integrated patch from ticket #1857. Closes the ticket.Joonas Lehtinen2008-07-011-1/+60
* Table now refreshes explicitly when adding and removing stuff and the contain...Marc Englund2008-06-241-2/+26
* Initial commit for #1739, implements Table.addGeneratedColumn()Marc Englund2008-06-181-24/+151
* fixes #1771Matti Tahvonen2008-06-051-6/+7
* #1647Matti Tahvonen2008-05-141-10/+18
* fixes #810Matti Tahvonen2008-05-081-0/+7
* scroll position now correct on page reloadMatti Tahvonen2008-03-131-4/+9
* fixes #1368Matti Tahvonen2008-03-051-3/+10
* fixed some server side selection change issueMatti Tahvonen2008-02-121-0/+9
* fixed first visible to me more saneMatti Tahvonen2008-02-121-3/+3
* sanity checkMatti Tahvonen2008-02-121-0/+3
* pageBuffer reset on editability changeMatti Tahvonen2008-02-111-0/+1