| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ib0c7d23c2a963e24ecca7769f6b179826be55102
|
|\
| |
| |
| |
| |
| |
| | |
Conflicts:
WebContent/release-notes.html
Change-Id: Icccb2e30199f99a7b0b00f05b1a12d5f7297402f
|
| |
| |
| |
| | |
Change-Id: Ic77338304dc7e58e49f27dcdaf0bab2e00f5bba6
|
| |
| |
| |
| |
| |
| |
| | |
The events inherits the ItemSetChangedEvent and they contain more information about the added/removed items. These events are fired
from AbstractInMemoryContainer.
Change-Id: I0a7ddfd38fd01fa385479efc953ab444d1ecdf4c
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 85251833de3bd101d388b20fdb9b02c532a9f1c9.
Conflicts:
server/src/com/vaadin/data/util/AbstractInMemoryContainer.java
server/tests/src/com/vaadin/data/util/TestIndexedContainer.java
Change-Id: I49dfdc58ae5841892c6d8e205c520437da9a05e5
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
98aff2b Fix caption lost issue related to focus changing (#12967)
af96612 Test using Tomcat 7 behind Apache proxy (#13302)
ad49fe3 Test using Wildfly 8 (currently CR1) (#13167)
6d8b9e5 Servlet test for push with default parameters (#13299)
d88e409 Added proper escaping to OptionGroup item icon URLs (#13310)
e680b8f Changed getAbsoluteUrl to use the correct escaping method (#13311)
fe6ea57 Release notes updated to describe #13310 #13311
ef208a6 Javadoc formatting fixup
Change-Id: I9cedc16c69b25cc89dd4e4a6812d29019e6e0e0a
|
| |
| |
| |
| | |
Change-Id: If0ddad3f71c5f2cea2c4ed3514ffd392b1489f21
|
|/
|
|
|
|
|
| |
The events inherits the ItemSetChangedEvent and they contain more information about the added/removed items. These events are fired
from AbstractInMemoryContainer.
Change-Id: I0a7ddfd38fd01fa385479efc953ab444d1ecdf4c
|
|
|
|
| |
Change-Id: Ie0b05e55c1d8fc8d10d073c508b112da740c3333
|
|
|
|
| |
Change-Id: I223dbc7a8419a5c4b58321b708e8bd7c8bb8134b
|
|
|
|
| |
Change-Id: I419ce4581d1a8b84d4236a85a1333d23f3423b2e
|
|
|
|
| |
Change-Id: If3fc2c2d9b251cbc6f2a9da2ede23ff17f7362ef
|
|
|
|
| |
Change-Id: I9f0e6bd62102c5adc461884b1f3b2cbe69f19259
|
|
|
|
| |
Container.Indexed.getItemIds(int, int) does not throw an exception if
too few items are available in the container.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|