36 Commits (43600310195bdce4caa5c24e03227b9925e1934c)

Author SHA1 Message Date
  caalador 4360031019 Binding a null bean should clear the bound field values (#8288) 7 years ago
  Aleksi Hietanen 560d161540 Add isValid to Binder (#8274) 7 years ago
  Denis 352d12d977 Introduce Binder.setReadOnly() (#8241) 7 years ago
  Leif Åstrand 2fd7e13c42 Integrate BeanBinder functionality into Binder (#8096) 7 years ago
  Pekka Hyvönen 66e7b3df3d Rename com.vaadin.data.util.converter to com.vaadin.data.converter 7 years ago
  Leif Åstrand b2e3aa2acf Rename setRequired to asRequired since it's logically not a setter (#7986) 7 years ago
  Aleksi Hietanen a95dadcde5 Change return type of Binder#getBean to BEAN 7 years ago
  Leif Åstrand c7b84bf51d Separate Binding and BindingBuilder (#80) 7 years ago
  Leif Åstrand 3fd7537c14 Simplify Binding API by removing the FIELDTYPE type parameter 7 years ago
  Aleksi Hietanen 745c9beacc Fix field value change event handling for unbound binder 7 years ago
  Pekka Hyvönen 2cb106ce09 Add Bindinding.setRequired 7 years ago
  Pekka Hyvönen 54e1edcfe0 Rename Binder methods 7 years ago
  Denis Anisimov f981521a52 Disable default null representation one way converter. 7 years ago
  Teemu Suo-Anttila 09485d529d Initial support for null representations in Binder 7 years ago
  Denis Anisimov 1c11016e7a Revert "Initial support for null representations in Binder" 7 years ago
  Teemu Suo-Anttila 9f672890c1 Initial support for null representations in Binder 7 years ago
  Johannes Dahlström 41516b5435 Split Binder tests roughly by category 7 years ago
  Pekka Hyvönen fa32798f14 Fix binder.load to reset validation status in the end 7 years ago
  Pekka Hyvönen ad33cb573e Fix inconsistent API naming in Binder and remove unused handler 7 years ago
  Pekka Hyvönen 5cc6b0e4e2 Clear binder errors after load/bind 7 years ago
  Pekka Hyvönen 28f5c84579 Refactor Binder Status Handling API 7 years ago
  Aleksi Hietanen 376a4d5b89 Add hasChanges to Binder 7 years ago
  Pekka Hyvönen 222908a937 Add Form level status handler and status label 7 years ago
  Denis Anisimov ccaabe6db0 Add item level validator support to Binder 7 years ago
  Artur Signell 814c29c152 Implement Binder.saveIfValid and fix Binder.save to throw exception 7 years ago
  Artur Signell dd1b81a2c2 Make binder set null values correctly 7 years ago
  Pekka Hyvönen a6147df13f Remove duplicate tests and rename tests BinderTest 7 years ago
  Johannes Dahlström ec8904f6b0 Implement BeanBinder with JSR-303 validation 8 years ago
  Denis Anisimov 78c6ab1852 Binding.validate() should fire a validation status event (#134). 7 years ago
  Denis Anisimov 7a1adf6b3b Binding.withStatusChangeHandler and Binding.withStatusLabel (#30). 7 years ago
  Aleksi Hietanen a5575a9252 Update TextField to extend AbstractFieldNew (#51) 7 years ago
  Artur Signell f2bb3c886c Add converter support to Binder 7 years ago
  Artur Signell 9ea656ab97 Refactor Binder and Binding/BindingImpl to be easier to understand 7 years ago
  Denis Anisimov 8139cd8c89 Binding.withValidator and Binder.validate methods (#26). 7 years ago
  Denis Anisimov 50be2a3c7c Binder.save() and Binder.load() methods implementation (#36). 7 years ago
  Teemu Suo-Anttila fa3d2566ec Add Binder for binding field values to bean properties 8 years ago