| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
beforeViewChange()/afterViewChange() (#9511)
|
| |
|
|
|
|
| |
This reverts commit 998c9c97b4b7d9531028b442df4c38a33b60e5f0.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
#5422 (addComponents(Component...) for layouts) with minor formatting/javadoc changes
|
| |
|
|
|
|
| |
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.
|
| |
|
|\ |
|
| | |
|
| |
| |
| |
| | |
state" where appropriate (#9367)
|
|/ |
|
| |
|
|
|