30 Commits (2fc7554779cb3df2e58dab9057a9b51839e84930)

Author SHA1 Message Date
  Leif Åstrand 2fc7554779 Update to JSoup 1.11.2 (#10353) 6 years ago
  Teemu Suo-Anttila f12a23c9c6 Fix RadioButtonGroup selection updates to client (#9749) 6 years ago
  Leif Åstrand e397ea01e5 Refactor how DataCommunicator passes filters to its DataProvider (#8309) 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
  Ilia Motornyi 0740ac116e Partial javadocs fix for vaadin-server 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
  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 b89b7f2d05 Add filter type to DataCommunicator 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 68ea8ea63d Refactor listener registration creation to reduce boilerplate 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
  Denis Anisimov b6960abff4 Create MultiSelect interface to replace Multi selection model. 7 years ago
  Denis Anisimov 13747f7003 Make SelectionModel API only server side. 7 years ago
  Denis Anisimov c8e83ca3b0 Create SingleSelect semantic interface which extends HasValue. 7 years ago
  Teemu Suo-Anttila cff9d87dd9 Move setReadOnly from Component to HasValue 7 years ago
  Pekka Hyvönen 48c249a13e Replace setRequired & HasRequired with setRequiredIndicator 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
  Aleksi Hietanen 2bee988272 Unify listeners on the server side 7 years ago
  Henri Sara 56089a95ea Update @since tags for 8.0 7 years ago
  Henri Sara 17f6c77a03 Convert ComboBox to inherit AbstractSingleSelect 7 years ago
  Johannes Dahlström 2a0c590bfa Implement support for binding single-select components 7 years ago
  Johannes Dahlström ea89e24646 Add AbstractSingleSelection base class 7 years ago
  Johannes Dahlström ddfafb7388 Add a simple non-connector single selection model 7 years ago