| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Change-Id: I2ea2ce10e53ccd228ba2c8c5d1e9cd1589c5e692
|
|
|
|
| |
Change-Id: I893af1f426d04674269860871fc42fb71e5a9188
|
|
|
|
| |
Change-Id: I38127900b5435ef80ee6b19db56cad12049e3001
|
|
|
|
| |
Change-Id: I90c0ec638227e63b435ab8f21391de53f78962e4
|
|
|
|
|
|
|
| |
If the field is an AbstractComponent, sets the component error. Can be
customized by overriding a protected method.
Change-Id: I3a3682ab4a1468eba5867831d757d84391bbb773
|
|
|
|
| |
Change-Id: I9870069a7ff7ad6165ec4ced190372a1b765640e
|
|
|
|
|
|
| |
Between integration tests, the test build was idling a lot.
Change-Id: Ib2bb3ef5a53779cf2d3aef6187b638cd806e08ec
|
|
|
|
|
|
|
| |
- Remove TODOs, commented out stub methods
- Improve null safety, documentation
Change-Id: I2d524e64691dd71b38dc9ecd3b189d41f05800fe
|
|
|
|
| |
Change-Id: I30d00855f102f6faa9df82e6ecc5d8b2f46f1ec3
|
|
|
|
|
|
|
| |
WebSphere 8 prior to 8.5.5.9 does not support Java 8.
Glassfish 3 does not support Java 8 out of the box.
Change-Id: I028a0aaf0dc285cc6e43a4e773ca6084e875db81
|
|
|
|
|
|
|
| |
Remove all integration tests whose servers do not support Servlet 3.0
and some other obsolete servers.
Change-Id: I36a9fcdd399a75b1903673a314b96413acc53020
|
|
|
|
|
|
|
| |
A converter can be used to bind a field with one type to a property with
another type. Validators can be added both pre and post conversion.
Change-Id: I50dbd8548d47f8c183c13372dcd7bb7591229d38
|
|
|
|
| |
Change-Id: I611767b23f55cc9f497e04dee2bf447e72155aca
|
|
|
|
| |
Change-Id: Ic6da82bc309d90d769e9967feee7fb8a58e9fffc
|
|
|
|
|
|
| |
This was already in the shared state.
Change-Id: I0587519cc0560166e74f0a922c1b42397082c6a1
|
|
|
|
| |
Change-Id: I7e70a69c77157ccdff24a4f9a88a551b18920a4d
|
|\
| |
| |
| | |
Change-Id: I7418adad42df8c4416d28be4030d2a6104cf7d05
|
| |
| |
| |
| | |
Change-Id: I659561533420af1977003f918eb8f3f6479c6b6f
|
| |
| |
| |
| |
| |
| | |
history and other matters in introduction.
Change-Id: I0d5e76f7fb07f967dd04941a23e79dfb30049731
|
| |
| |
| |
| | |
Change-Id: I09f86fce44600cce4365bd1e80f8d4ef1a2e415c
|
| |
| |
| |
| | |
Change-Id: Idb4fff857bcdf9d33ecb8d4fd3062ffea96d5391
|
| |
| |
| |
| | |
Change-Id: I8facb7e89af09eec3331c21e04124b5e5827a66e
|
| |
| |
| |
| | |
Change-Id: I694f173f5a0133336d3325d1b511f40419be07c4
|
| |
| |
| |
| | |
Change-Id: I96401a60e2e06bff02d89f5b8cd83aa293a948fc
|
| |
| |
| |
| |
| |
| | |
etc. #19897
Change-Id: I6a1ff2264ee17f8b16c99494b855b619e9984a19
|
| |
| |
| |
| | |
Change-Id: I1c9812a5c6d8a3386bff9b1599a6f914947f8dde
|
| |
| |
| |
| | |
Change-Id: I845a75b086bdf11f9c4545416c6126c404041ee8
|
| |
| |
| |
| | |
Change-Id: Iffc4a87bb907d68a1163774266401023ba7d644f
|
| |
| |
| |
| | |
Change-Id: I3a3056c86fae6629da8aeec6115b9650c954967c
|
| |
| |
| |
| | |
Change-Id: I6660e0036c99122970c54131e5c6004bf2c4fe96
|
| |
| |
| |
| | |
Change-Id: Id057e602ed286025a80afbd69ecd44f770158297
|
| |
| |
| |
| | |
Change-Id: I266bf780d24e411b17d449ff5f9ce880fad53d36
|
| |
| |
| |
| | |
Change-Id: I649b32ea4e1f69538fa1ca7cc765cdd51dfb9f32
|
| |
| |
| |
| | |
Change-Id: I69cd0b3f0cc91351449b2fa6f212c5eb69ce82d6
|
| |
| |
| |
| | |
Change-Id: I329c725b545df065c1bea133438d685cf7fd9791
|
| |
| |
| |
| |
| |
| | |
Remove unused references to immediate flags.
Change-Id: I780fcf44f9824a132acb35d37d40d8c969d4f0f3
|
| |
| |
| |
| |
| |
| |
| | |
Move logic related to updating the selection to the handler and
VFilterSelect.
Change-Id: I537d3cd23a3e990de1be578a506029c930c55da7
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Move waitingForFilteringResponse etc. to the data received
handler.
- Change some setters to parameterless methods that trigger a
state transition.
Change-Id: Ifb92207853d4ec76db846945f69a426c885562ed
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Move parts of the request handling to a separate handler
class that keeps track of the current communication state etc.
This is an intermediate change. Later changes should move
waitingForFilteringResponse etc. to the handler.
Change-Id: I762d15cc4b54ead3003e6d9d913e2a975256644c
|
| |
| |
| |
| |
| |
| |
| | |
The flag is only used by the connector to temporarily block
certain operations.
Change-Id: I90cabcb26d938a6db342ff549ac2e4b8d8998aeb
|
| |
| |
| |
| | |
Change-Id: I7d1e61e1cf65bbdd0024e7b648a545ae5d75551f
|
| |
| |
| |
| |
| |
| |
| |
| | |
Move the handling of selection when a navigation operation
pends on server reply to the connector, with a callback
that actually performs the selection.
Change-Id: I3fa95cda6d7e02ce5aa4140ed341b2d1ba74abfc
|
| |
| |
| |
| |
| |
| |
| | |
This is an intermediate step towards refactoring the
communication related client side internal state management.
Change-Id: I31ba382fb195b7b7c80de35f464db2510ecd9515
|
| |
| |
| |
| |
| |
| |
| |
| | |
A previous change left a few obsolete lines related to
pageLength in ComboBoxConnector.updateFromUIDL().
Those are removed here.
Change-Id: I4c2d151afbb1acf604e4c24ed320b12ce5632b1f
|
| |
| |
| |
| | |
Change-Id: I634fa8fab04ef6164f53a04b5f3c404cbddf08a2
|
| |
| |
| |
| | |
Change-Id: I403ca3a62e04c03594608fd5d75a97991f7dda3d
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is an intermediate step towards a different approach
to sending items from server to client.
An unused null selection item attribute was removed, as the
information is currently communicated outside the item.
Change-Id: I9c08d627bcf48fd42793595795aeb3ac49c2fef6
|
| |
| |
| |
| | |
Change-Id: Id12f423eb5733d3894561fc9d572e70a40aef469
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
All client to server communication of ComboBox is now done
with RPC.
There is still an empty changeVariables() methods to
override the default behavior in AbstractSelect.
Change-Id: Ic11ea48cac1846272609f6e4107bb0006d18494c
|
| |
| |
| |
| |
| |
| | |
#19897
Change-Id: I8a52ca754262a32487d6c8330d0382635d9fedca
|