Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Table ignores Container updates while painting (#12258) | Henrik Paul | 2013-09-02 | 1 | -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 #12119 | John Ahlroos | 2013-07-24 | 1 | -1/+4 |
| | | | | Change-Id: I2f491d04ff177f7f0ce104c96b1c4a84ee7a2bc0 | ||||
* | Ensure table's cells aren't refreshed if table is detached. (#9138) | Anna Koskinen | 2013-06-28 | 1 | -1/+1 |
| | | | | Change-Id: I026cd70e9e518fa320f6ec3011194359385a3a4a | ||||
* | Updated Javadoc for Table.getColumnAlignment fixing #6810 | Sami Ekblad | 2013-06-28 | 1 | -1/+2 |
| | | | | Change-Id: I05004cb874f5c32c03d28119d0522d3184a82292 | ||||
* | Use varargs instead of array where appropriate (#4513) | Artur Signell | 2013-06-26 | 1 | -3/+3 |
| | | | | Change-Id: Ide9349b6afa7e56ae04b7727134971ebf81c0b03 | ||||
* | Added type parameter to converter methods (#11895) | Artur Signell | 2013-06-11 | 1 | -1/+2 |
| | | | | Change-Id: I6562c537d9e5a0745eb67bc613123a265578ae00 | ||||
* | Fixed setting column width back to undefined by setting it to -1. #7922 | Leif Åstrand | 2013-03-14 | 1 | -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öm | 2013-02-14 | 1 | -62/+145 |
| | | | | | | Cache handling update. Change-Id: I81ba74d457eb484f6f2c350629534ab284ead7b7 | ||||
* | Set the first cause as the cause of CacheUpdateException (#10951) | Leif Åstrand | 2013-02-06 | 1 | -3/+14 |
| | | | | Change-Id: Icadfd46919c14fccfa1531b6f2b3e245dea3b111 | ||||
* | Merge of (#10563) to Vaadin 7. | Anna Koskinen | 2013-02-05 | 1 | -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 Koskinen | 2013-02-01 | 1 | -7/+95 |
| | | | | | | Cache update exception handling to Table. Change-Id: I882e78c3a2eb1ceaab484be748b6890ee321c290 | ||||
* | Merge of (#9133) to Vaadin 7. | Anna Koskinen | 2013-01-11 | 1 | -1/+4 |
| | | | | | | Sort optimization. Change-Id: I2b75de400acde7fe23574d6439b75e6f05b4eb55 | ||||
* | Merge of (#5681) to Vaadin 7. | Anna Koskinen | 2013-01-11 | 1 | -5/+12 |
| | | | | | | Column collapsing optimization. Change-Id: I3b27024569ee2c5aa464ff6a63e50dcf4a90a8ba | ||||
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 1 | -1/+1 |
| | | | | Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e | ||||
* | Merge of (#6476) to Vaadin 7. | Anna Koskinen | 2013-01-02 | 1 | -11/+10 |
| | | | | | | | Table.setVisibleColumns should throw exception from duplicate property ids. Change-Id: I1465a99bd0c6241c3b31d88f5480fee99bbdc0ad | ||||
* | Added method setContainerDataSource(Container newDataSource, | Anna Koskinen | 2012-12-17 | 1 | -9/+59 |
| | | | | | | Collection<?> visibleIds) to Table. (#10419) Change-Id: Ib10f430c786b1d0130f86eb5a97e271ac71e806f | ||||
* | Fixed tooltip handling for Table (#9088) | Artur Signell | 2012-11-29 | 1 | -2/+1 |
| | | | | Change-Id: I0de74785fbc9eb68f958875031df59f1c61c8ec2 | ||||
* | Fixed Table to actually use converter from factory (#10408) | Artur Signell | 2012-11-28 | 1 | -2/+2 |
| | | | | Change-Id: I02dce8628def6ed926e79fff5762169a129f2426 | ||||
* | Unified deprecation messages | Artur Signell | 2012-11-22 | 1 | -26/+26 |
| | | | | Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef | ||||
* | Moved isComponentVisible to separate interface (#10303) | Artur Signell | 2012-11-20 | 1 | -5/+0 |
| | | | | | | HasComponents.isComponentVisible is now SelectiveRenderer.isRendered Change-Id: Ic3b9cd65278ffc2a38ee20c76ec771ee057268bf | ||||
* | Move deprecated getComponentIterator() from HasComponents to implementing ↵ | Johannes Dahlström | 2012-10-30 | 1 | -6/+8 |
| | | | | | | classes (#10085) Change-Id: Iedcb7b51f6d2a095b402a7141dc906b112ee6fe7 | ||||
* | Fixed problem with Table calling markAsDirty in paint (#10071) | Artur Signell | 2012-10-26 | 1 | -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önen | 2012-09-11 | 1 | -0/+1 |
| | | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox) | ||||
* | Remove unneeded requestRepaint methods (#9325) | Leif Åstrand | 2012-09-07 | 1 | -6/+0 |
| | |||||
* | Simple override for getItemIds(int,int) for TreeTable (#9509) | Artur Signell | 2012-09-06 | 1 | -1/+6 |
| | |||||
* | Reformat project | Leif Åstrand | 2012-09-05 | 1 | -0/+2 |
| | |||||
* | Remove getApplication() and add getSession() (#9402) | Leif Åstrand | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | ItemStyleGenerator.getStyle now includes source component (#5822) | Artur Signell | 2012-09-04 | 1 | -4/+7 |
| | |||||
* | Add Container.Indexed.getItemIds(int, int) for a range of items (#8028) | Henri Sara | 2012-08-31 | 1 | -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.ui | Petri Heinonen | 2012-08-30 | 1 | -10/+100 |
| | |||||
* | Renamed com.vaadin.terminal -> com.vaadin.server (#9431) | Artur Signell | 2012-08-29 | 1 | -6/+6 |
| | |||||
* | Rename requestRepaint to markAsDirty (#9378) | Leif Åstrand | 2012-08-23 | 1 | -22/+44 |
| | | | Also remove some requestRepaint calls that are no longer needed (#9325) | ||||
* | Removed API deprecated in Vaadin 6 (#9071) | Artur Signell | 2012-08-22 | 1 | -35/+0 |
| | |||||
* | Add "As of 7.0" to relevant @deprecated tags | Johannes Dahlström | 2012-08-21 | 1 | -2/+2 |
| | |||||
* | Replaced license place holder with actual license (#8955) | Artur Signell | 2012-08-16 | 1 | -1/+13 |
| | |||||
* | Removed @version which is included in some files but not in all (#9299) | Artur Signell | 2012-08-15 | 1 | -2/+0 |
| | |||||
* | Eliminated dependencies from server to client (#9279) | Artur Signell | 2012-08-13 | 1 | -17/+19 |
| | |||||
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -0/+5449 |