summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui/Table.java
Commit message (Collapse)AuthorAgeFilesLines
* Table ignores Container updates while painting (#12258)Henrik Paul2013-09-021-0/+19
| | | | | | | | | Vaadin threw an IllegalStateException if a Container was updated while Table was being painted. SQLContainer was known to invalidate its cached size during a Table repaint, resulting in an ItemSetChangeEvent. This fix has been copied over from how ComboBox handles this situation. Change-Id: I04af71a5ea3844da245cb9e31ada4a30ff704619
* Fix issue with hidden component cells in Table and TreeTable #12119John Ahlroos2013-07-241-1/+4
| | | | Change-Id: I2f491d04ff177f7f0ce104c96b1c4a84ee7a2bc0
* Ensure table's cells aren't refreshed if table is detached. (#9138)Anna Koskinen2013-06-281-1/+1
| | | | Change-Id: I026cd70e9e518fa320f6ec3011194359385a3a4a
* Updated Javadoc for Table.getColumnAlignment fixing #6810Sami Ekblad2013-06-281-1/+2
| | | | Change-Id: I05004cb874f5c32c03d28119d0522d3184a82292
* Use varargs instead of array where appropriate (#4513)Artur Signell2013-06-261-3/+3
| | | | Change-Id: Ide9349b6afa7e56ae04b7727134971ebf81c0b03
* Added type parameter to converter methods (#11895)Artur Signell2013-06-111-1/+2
| | | | Change-Id: I6562c537d9e5a0745eb67bc613123a265578ae00
* Fixed setting column width back to undefined by setting it to -1. #7922Leif Åstrand2013-03-141-21/+50
| | | | | | | | | | | | | svn changeset:25591/svn branch:6.8 Conflicts: server/src/com/vaadin/ui/Table.java Reverted change included by mistake in changeset [25591] for #7922 svn changeset:25606/svn branch:6.8 Change-Id: I6765a52ab213c131cca053227ee72b0007552f7f
* Merge of (#6160) and (#10470) to Vaadin 7.Johannes Dahlström2013-02-141-62/+145
| | | | | | Cache handling update. Change-Id: I81ba74d457eb484f6f2c350629534ab284ead7b7
* Set the first cause as the cause of CacheUpdateException (#10951)Leif Åstrand2013-02-061-3/+14
| | | | Change-Id: Icadfd46919c14fccfa1531b6f2b3e245dea3b111
* Merge of (#10563) to Vaadin 7.Anna Koskinen2013-02-051-32/+47
| | | | | | | Use template strings and log level checks to improve performance when logging is disabled. Change-Id: I48d370f523c6361ce8704afc7a0903412b31b2a0
* Merge of (#10312) to Vaadin 7.Anna Koskinen2013-02-011-7/+95
| | | | | | Cache update exception handling to Table. Change-Id: I882e78c3a2eb1ceaab484be748b6890ee321c290
* Merge of (#9133) to Vaadin 7.Anna Koskinen2013-01-111-1/+4
| | | | | | Sort optimization. Change-Id: I2b75de400acde7fe23574d6439b75e6f05b4eb55
* Merge of (#5681) to Vaadin 7.Anna Koskinen2013-01-111-5/+12
| | | | | | Column collapsing optimization. Change-Id: I3b27024569ee2c5aa464ff6a63e50dcf4a90a8ba
* Updated copyright notices and added missing license headersArtur Signell2013-01-041-1/+1
| | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
* Merge of (#6476) to Vaadin 7.Anna Koskinen2013-01-021-11/+10
| | | | | | | Table.setVisibleColumns should throw exception from duplicate property ids. Change-Id: I1465a99bd0c6241c3b31d88f5480fee99bbdc0ad
* Added method setContainerDataSource(Container newDataSource,Anna Koskinen2012-12-171-9/+59
| | | | | | Collection<?> visibleIds) to Table. (#10419) Change-Id: Ib10f430c786b1d0130f86eb5a97e271ac71e806f
* Fixed tooltip handling for Table (#9088)Artur Signell2012-11-291-2/+1
| | | | Change-Id: I0de74785fbc9eb68f958875031df59f1c61c8ec2
* Fixed Table to actually use converter from factory (#10408)Artur Signell2012-11-281-2/+2
| | | | Change-Id: I02dce8628def6ed926e79fff5762169a129f2426
* Unified deprecation messagesArtur Signell2012-11-221-26/+26
| | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
* Moved isComponentVisible to separate interface (#10303)Artur Signell2012-11-201-5/+0
| | | | | | HasComponents.isComponentVisible is now SelectiveRenderer.isRendered Change-Id: Ic3b9cd65278ffc2a38ee20c76ec771ee057268bf
* Move deprecated getComponentIterator() from HasComponents to implementing ↵Johannes Dahlström2012-10-301-6/+8
| | | | | | classes (#10085) Change-Id: Iedcb7b51f6d2a095b402a7141dc906b112ee6fe7
* Fixed problem with Table calling markAsDirty in paint (#10071)Artur Signell2012-10-261-0/+9
| | | | | | AbstractCommunicationManager now sets the writingResponse flag after calling beforeClientResponse to adhere to beforeClientResponse javadoc which says markAsDirty is ignored if called from beforeClientResponse. Change-Id: I58f4d009c85bef6756e2f2938d6f42ed88e11143
* Constants -> enums (#9072)Pekka Hyvönen2012-09-111-0/+1
| | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox)
* Remove unneeded requestRepaint methods (#9325)Leif Åstrand2012-09-071-6/+0
|
* Simple override for getItemIds(int,int) for TreeTable (#9509)Artur Signell2012-09-061-1/+6
|
* Reformat projectLeif Åstrand2012-09-051-0/+2
|
* Remove getApplication() and add getSession() (#9402)Leif Åstrand2012-09-051-1/+1
|
* ItemStyleGenerator.getStyle now includes source component (#5822)Artur Signell2012-09-041-4/+7
|
* Add Container.Indexed.getItemIds(int, int) for a range of items (#8028)Henri Sara2012-08-311-119/+158
| | | | | | | | | This permits optimization of data fetches from various containers where getting single items by index in a loop might be costly. Also add a helper method in ContainerHelpers to make it easier to implement the new method where performance of fetching an id by index is not an issue. SQLContainer still uses this helper instead of an optimized implementation.
* refak listeners com.vaadin.uiPetri Heinonen2012-08-301-10/+100
|
* Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-6/+6
|
* Rename requestRepaint to markAsDirty (#9378)Leif Åstrand2012-08-231-22/+44
| | | Also remove some requestRepaint calls that are no longer needed (#9325)
* Removed API deprecated in Vaadin 6 (#9071)Artur Signell2012-08-221-35/+0
|
* Add "As of 7.0" to relevant @deprecated tagsJohannes Dahlström2012-08-211-2/+2
|
* Replaced license place holder with actual license (#8955)Artur Signell2012-08-161-1/+13
|
* Removed @version which is included in some files but not in all (#9299)Artur Signell2012-08-151-2/+0
|
* Eliminated dependencies from server to client (#9279)Artur Signell2012-08-131-17/+19
|
* Moved server files to a server src folder (#9299)Artur Signell2012-08-131-0/+5449