86 Commits (ea5b396391a5d6933f2da20bd7068a8d28085251)

Autor SHA1 Nachricht Datum
  Teemu Suo-Anttila ea5b396391 Add support for sorting with backend data sources vor 8 Jahren
  Teemu Suo-Anttila 76c6ace806 Handle in-memory sorting in Grid with Comparators vor 8 Jahren
  Johannes Dahlström 3937470d86 Expose a public Binding interface, add unit tests to Binder vor 8 Jahren
  Johannes Dahlström d2cacc7c42 Move Binder to a more proper package vor 8 Jahren
  Johannes Dahlström c2769f3e1a Add a new AbstractField class, refactor fields to extend it vor 8 Jahren
  Teemu Suo-Anttila 5d518f5e52 Add sortable support to Grid Columns vor 8 Jahren
  Teemu Suo-Anttila 2d7969a1d2 Fix adding columns to Grid before attaching to UI vor 8 Jahren
  Teemu Suo-Anttila ce88f6fd1b Add method to DataSource for checking if data is in memory vor 8 Jahren
  Johannes Dahlström 5ebb4cf0d8 Rename onEvent style methods to add*Listener vor 8 Jahren
  Teemu Suo-Anttila 1764ad78de Move DataSource handling to DataCommunicator vor 8 Jahren
  Johannes Dahlström 478e1d97db Rename Handler to EventListener vor 8 Jahren
  Artur Signell 04fa565f78 Support static inner classes when reading/writing declarative files (#20038) vor 8 Jahren
  Teemu Suo-Anttila a0a40c21f2 Update @since for 7.6.8 vor 8 Jahren
  Teemu Suo-Anttila c0ba640f9b Update @since for 7.6.7 vor 8 Jahren
  Anna Koskinen 4e869e05d3 Allow reaching the wrapped Item through GeneratedPropertyItem (#20032) vor 8 Jahren
  Teemu Suo-Anttila 32f7bcaa5c Fix navigation to same view with different parameters (#20029) vor 8 Jahren
  Teemu Suo-Anttila 408659e1d4 Fix RpcDataProviderExtension serialization issue (#19906) vor 8 Jahren
  Artur Signell 272c84688c Make sure AtmosphereFramework is always properly destroyed (#17581) vor 8 Jahren
  Johannes Dahlström 4b20f048c2 Make a separate class for value change events vor 8 Jahren
  Teemu Suo-Anttila 2a8b0cbe96 Add Query object for backend data requests vor 8 Jahren
  Teemu Suo-Anttila bf86584c91 Move shared classes to a temporary subpackage vor 8 Jahren
  Teemu Suo-Anttila 4ebfe3e017 Add sortingBy with function parameter to in-memory data source vor 8 Jahren
  Teemu Suo-Anttila a3c0378df7 Add basic sorting implementation and API vor 8 Jahren
  Teemu Suo-Anttila ba228972ae Simplify DataSource to be a function that provides Stream of values vor 8 Jahren
  Teemu Suo-Anttila ec5ddab8e9 Rename data communication class to DataCommunicator vor 8 Jahren
  Teemu Suo-Anttila f3555bdbea Use a lazy-loading compatible client-side data source with listings vor 8 Jahren
  Teemu Suo-Anttila aa3196b8ee Move new files under temporary package names vor 8 Jahren
  Johannes Dahlström f9296a34dd Rename Component.Event to LegacyEvent vor 8 Jahren
  Johannes Dahlström 32a5a7616a Rename package c.v.event.handler to c.v.event.typed vor 8 Jahren
  Johannes Dahlström 57d6cf7150 Unify onChange event handling vor 8 Jahren
  elmot 7527614542 Fix typos in Javadoc; Optimize imports; Minor change for code style vor 8 Jahren
  Teemu Suo-Anttila a72aec6c20 Fix null as a SelectionModel vor 8 Jahren
  Teemu Suo-Anttila 2a1b5b608e Implement a new DateField based on LocalDate vor 8 Jahren
  Aleksi Hietanen ff768d1f88 Make onChange throw in TextField and CheckBox when Handler is null vor 8 Jahren
  Teemu Suo-Anttila 35545a3b1f Add setOptions to Listing with default implementation vor 8 Jahren
  Teemu Suo-Anttila 3bafddcc45 Implement a new typed Grid vor 8 Jahren
  Aleksi Hietanen 9764e11842 Change DataSource addDataChangeHandler() return type to Registration vor 8 Jahren
  Teemu Suo-Anttila d60941d083 Add ListDataSource with tests vor 8 Jahren
  Aleksi Hietanen 99de9a9ae6 Implement onChange handlers in SingleSelection vor 8 Jahren
  Teemu Suo-Anttila 843b837d5d Fix select null in SingleSelection vor 8 Jahren
  Teemu Suo-Anttila 94ab98d23d Add Binder for binding beans to fields vor 8 Jahren
  Johannes Dahlström 619e69e548 Implement new TextField vor 8 Jahren
  Teemu Suo-Anttila 0dd799f75e Implement a new typed CheckBox vor 8 Jahren
  Teemu Suo-Anttila 2a56290857 Use DataProviderConstants for communication vor 8 Jahren
  Teemu Suo-Anttila 2b8eca955d Extract a base class from typed NativeSelect vor 8 Jahren
  Teemu Suo-Anttila 7d31b7132f Add server to client communication to selection model vor 8 Jahren
  Teemu Suo-Anttila 755c893008 Add typed NativeSelect and SelectionModel functionality vor 8 Jahren
  Teemu Suo-Anttila fc96cea89e Add a DataProvider implementation vor 8 Jahren
  Teemu Suo-Anttila fa1ae150f0 Introduce Listing and SelectionModel vor 8 Jahren
  Teemu Suo-Anttila c9bd00f902 Add DataSource interface with abstract base class vor 8 Jahren