68 Commits (07d56a9ca050d976dec4f598ed39471ae369c588)

Author SHA1 Message Date
  Leif Åstrand 07d56a9ca0 Add a maven plugin for formatting according to Eclipse settings 7 years ago
  Artur bc34610865 Fix userOriginated state for CheckBox ValueChangeEvent from the user (#8383) 7 years ago
  caalador 07814a2b55 Add convenience constructors to new components (#598) (#8351) 7 years ago
  caalador 8be086b6cb Add convenience constructors for TextField (#597) (#8341) 7 years ago
  Leif Åstrand 8300e3e9f0 Add static helpers for creating callback data providers (#8314) 7 years ago
  Leif Åstrand dafc831025 Change BackEndDataProvider into an interface (#8268) 7 years ago
  Leif Åstrand 0c471fbab5 Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122) 7 years ago
  Aleksi Hietanen 923b42e549 Include old value in ValueChangeEvent (#8229) 7 years ago
  Aleksi Hietanen ae54094346 Correctly reset DataCommunicator when its DataProvider is changed (#8138) 7 years ago
  Denis 3ef30789d6 Refactor AbstractDateField. (#8146) 7 years ago
  Leif Åstrand b4af93bebf Allow AbstractField to override value equality (#8201) 7 years ago
  Leif Åstrand 95d016c085 Global java code cleanup using Eclipse Neon.1 7 years ago
  Pekka Hyvönen 4b3b5a2325 Rename com.vaadin.server.data to com.vaadin.data.provider (#8004) 7 years ago
  Pekka Hyvönen ce26bf7c4c Remove usage of Consumer from event listeners (#7985) 7 years ago
  Artur Signell d20fc36768 Workaround for deadlock issue (#18436) 7 years ago
  Pekka Hyvönen 22063cfe1a Add a generic selection listener to Grid & SelectionModels (#105) 7 years ago
  Leif Åstrand 0d57c15577 Make it possible to reset single select values 7 years ago
  Teemu Suo-Anttila 411b8dedb0 Type Listing for DataProvider to allow custom filter types 7 years ago
  Denis Anisimov 159d413602 Provide declarative support for listing components. 7 years ago
  Leif Åstrand 9d6baef988 Make ValoTheme subclassable 7 years ago
  elmot c0d712cdbe Renaming DataSource -> DataProvider to avoid collisions with javax.sql.DataSource 7 years ago
  Pekka Hyvönen 39c1503407 Remove HasValue from Grid 7 years ago
  Per-Åke Minborg 0f42869ce1 Use final modifier where appropriate 7 years ago
  Per-Åke Minborg d2e69d55b7 Replace Charset.forName("UTF--8") with StandardCharsets.UTF_8 7 years ago
  Denis Anisimov b6960abff4 Create MultiSelect interface to replace Multi selection model. 7 years ago
  Per-Åke Minborg 4bd1ce19eb Add private constructor for utility classes 7 years ago
  Denis Anisimov 13747f7003 Make SelectionModel API only server side. 7 years ago
  Teemu Suo-Anttila 63d218efc0 Fix setValue() methods behavior null argument value + javadocs 7 years ago
  Denis Anisimov 862270140d Update ValueChange API to use Component and HasValue<>. 7 years ago
  Denis Anisimov 02ed73dc9e Derive Listing components from HasValue. 7 years ago
  Leif Åstrand ace0e324b6 Use diffstate for JS connectors (#20335) 7 years ago
  Denis Anisimov 7c18c3d086 Do not derive DataSource from Function and replace apply method #307. 7 years ago
  Denis Anisimov d36d63fefa Make AbstractDateField based on LocalDate (#125). 7 years ago
  Aleksi Hietanen 599b61bc85 Fix item caption generators in RadioButton/CheckBoxGroup 7 years ago
  Pekka Hyvönen c4b17ca879 ListSelect with new data binding API 7 years ago
  Pekka Hyvönen 7e78d52dfe TwinColSelect with new databinding API 7 years ago
  Denis Anisimov d078a5d7db Rename PopupDateField to DateField #297. 7 years ago
  elmot 05c0517174 Create a RadioButtonGroup that replaces the single select case of OptionGroup 7 years ago
  Leif Åstrand 5a95ba2010 Implement support for binding multi-select components 7 years ago
  Denis Anisimov 62d712fb45 DataSource.refreshAll() for notifying components to reload (#233). 7 years ago
  Leif Åstrand 13e3d235e5 Add multi selection support to CheckBoxGroup 7 years ago
  elmot 37e488d86b Create a CheckBoxGroup that replaces the multi select case of OptionGroup 7 years ago
  Johannes Dahlström cef3e1ca64 Remove unused SingleSelection 7 years ago
  Artur Signell 78a5468279 Implement new RichTextArea 7 years ago
  Johannes Dahlström ea89e24646 Add AbstractSingleSelection base class 7 years ago
  Johannes Dahlström 277b1a5c28 Implement SingleSelection on client and server 7 years ago
  Artur Signell d13ca5506a Implement new Label 7 years ago
  Artur Signell 58853fe47b Move old TextField to compatibility package 7 years ago
  Aleksi Hietanen 4a6a632b1f Update TextArea to extend AbstractFieldNew (#53) 7 years ago
  Artur Signell c6b44ac8ad Move and rename server classes which go into the compatibility package 7 years ago