128 次程式碼提交 (79059ef21bc50fda050275af978e6e066ae47071)

作者 SHA1 備註 提交日期
  Tatu Lund 79059ef21b
Remove obsolete comment and assert in Binder (#12456) 2 年之前
  Tatu Lund 5cbc384fb2
fix: avoid ConcurrentModificationException in Binder (#12458) 2 年之前
  Tatu Lund fbbb689925
fix: don't update bean property which is read-only bound (#12457) 2 年之前
  Tatu Lund 51d403f07d
fix: Ensure that side effects of readBean does not set hasChanges true (#12455) 2 年之前
  Tatu Lund b379bb8428
fix: Avoid processing value change event due writing back of converted value (#12360) 2 年之前
  Tatu Lund 01c72e9e6c
feat: Add API to control whether Binder converts back to presentation (#12246) 3 年之前
  Tatu Lund ff41bba3d7
Prevent NPE in comparison (#12218) 3 年之前
  Anna Koskinen 32764eca80
Update copyright year range. (#12215) 3 年之前
  Tatu Lund 5c839bc683
Binder: Also use converter for user-changed values (#12132) 3 年之前
  Zhe Sun 14f6f3ba26
Add missing since tag (#11957) 4 年之前
  Tatu Lund d35bd4cde4
Add methods to control validation (#11945) 4 年之前
  Anna Koskinen 7895a74211 Added @since tags, some tweaks to formatting. (#11839) 4 年之前
  Tatu Lund 252ef11634 Make asRequired conditional on binding.setAsRequiredEnabled(..) (#11834) 4 年之前
  Tatu Lund dda9b05260
Add method writeBeanAsDraft(bean) in Binder (#11833) 4 年之前
  Tatu Lund debfc3b038 Cherry picks of Binder fixes in Flow (#11758) 4 年之前
  Sun Zhe 0e1738ee89
Add javadoc for validate() call in Binder (#11318) 5 年之前
  Mehdi Javan 023ec7f48c Fixing NPE in Binder, ported from Flow (#11290) 5 年之前
  Mehdi Javan 2e3f4708a8 Improving javadoc of Binder.removeBinding (#11107) 5 年之前
  Ilia Motornyi 0528aaafa3
Fix small formatting issues (#10960) 6 年之前
  Ilia Motornyi 1b9feecc74
Fix Binder javadocs (#10907) 6 年之前
  Ilia Motornyi d543e47bec Enable Maven plugin for Eclipse formatting (#10829) 6 年之前
  Teemu Suo-Anttila 78daf54cbf Update release notes and since tags for 8.4 (#10760) 6 年之前
  Ilia Motornyi 6541b7bad2 Update copyright year (#10761) 6 年之前
  Márcio P. Dantas 3c52491a5b Added method asRequired with a custom required validator to BindingBuilder. (#10724) 6 年之前
  Teemu Suo-Anttila 00c3f2c37c Fix ValueChangeListener order changes with Binder (#10745) 6 年之前
  Teemu Suo-Anttila 5aa6433972 Add missing null check to Binding (#10726) 6 年之前
  Teemu Suo-Anttila 4cacbf7d7f Add setReadOnly for Bindings (#10482) 6 年之前
  Marco Collovati 1619d1f0bb Treat fields as readonly when bound with null setter (#10477) 6 年之前
  Marco Collovati b35d2ae872 Make Binder.setReadonly ignore effectively readonly bindings (#10368) 6 年之前
  Teemu Suo-Anttila c6f5c583ad
Improve Binder JavaDocs and APIs (#10347) 6 年之前
  Aleksi Hietanen 0fbeb0a626
Extract AbstractBeanPropertyDefinition and PropertyFilterDefinition (#10344) 6 年之前
  Teemu Suo-Anttila ed57efc07e
Update since tags in JavaDoc (#10325) 6 年之前
  Olli Tietäväinen 99d8b1d16f Improve nested property support for Binder (#9925) 6 年之前
  Teemu Suo-Anttila a8b09b222a Add API to read Binding value from bean (#10316) 6 年之前
  Ahmed Ashour 7c8f440781 Remove trailing spaces (#10224) 6 年之前
  Stephan Knitelius afb9d3b6c1 Added utility method Binder#asRequired() (#9873) 6 年之前
  Ahmed Ashour a9c83ba07e Use .toLowerCase and .toUpperCase(Locale.ROOT) (#10182) 6 年之前
  Teemu Suo-Anttila d0b5741b81 Add ErrorLevel to Validators and results (#10099) 6 年之前
  Teemu Suo-Anttila dd806e8bb3 Fix Binder bean writing to only validate and write given bindings (#10162) 6 年之前
  Ahmed Ashour eda970f667 Don't use synthetic methods for listener classes. (#10135) 6 年之前
  Ahmed Ashour 83f5e593f6 Fix typos (#10124) 6 年之前
  Ahmed Ashour 763a5cbe8c First sentence of javadoc should end with a period (#10114) 6 年之前
  Henri Sara 198ec82c51 Add since tags and update release notes (#10109) 6 年之前
  Ahmed Ashour 7065740d6d Use interface instead of implementation (#10073) 6 年之前
  Teemu Suo-Anttila e0b661fae5 Fix BindingBuilder to always use the same instance (#10004) 6 年之前
  Teemu Suo-Anttila f5d8dd7bf4 Improve Binder value change handling with bean validation (#9988) 6 年之前
  Teemu Suo-Anttila 1f59cb51af Add API for running BindingValidationStatusHandlers (#9966) 6 年之前
  Piotr Wilkin 797cc0104e Fix removeBinding logic (#10002) 6 年之前
  Teemu Suo-Anttila fac79ef885 Add methods to remove Bindings from Binder (#9932) 6 年之前
  Henri Sara bac31cfb7c Update Binder isValid() javadoc (#9930) 6 年之前