86 Révisions (ea5b396391a5d6933f2da20bd7068a8d28085251)

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