86 コミット (ea5b396391a5d6933f2da20bd7068a8d28085251)

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