274 Commits (07d56a9ca050d976dec4f598ed39471ae369c588)

Author SHA1 Message Date
  Denis 80a406c075 Add a SortListener to a Grid (#8008) 7 years ago
  Teemu Suo-Anttila 5361398709 Extract interfaces from Grid (#8005) 7 years ago
  Pekka Hyvönen 4b3b5a2325 Rename com.vaadin.server.data to com.vaadin.data.provider (#8004) 7 years ago
  Teemu Suo-Anttila 9d35813566 Redesign user-defined column identifiers for Grid (#7983) 7 years ago
  Denis 809a486c60 Migrate 7.7.5 branch patches to v8. (#7969) 7 years ago
  Denis 2984fbe704 (Re)introduce server side sort for Grid. 7 years ago
  Aleksi Hietanen 334fd4bcef Add ValueProvider interface, use where appropriate 7 years ago
  Leif Åstrand 9e62f59b36 Combine and rename setFilter and applyFilter (#7963) 7 years ago
  Pekka Hyvönen 66e7b3df3d Rename com.vaadin.data.util.converter to com.vaadin.data.converter 7 years ago
  Pekka Hyvönen 1829fcdaa8 Remove unused JsonUtil (#7989) 7 years ago
  Ilia Motornyi 7391e7cebf Miscellaneous Interface Refactoring 7 years ago
  Pekka Hyvönen ce26bf7c4c Remove usage of Consumer from event listeners (#7985) 7 years ago
  Leif Åstrand b2e3aa2acf Rename setRequired to asRequired since it's logically not a setter (#7986) 7 years ago
  Denis 692bbef040 Rename SelectAllCheckBoxVisible enumeration. (#7981) 7 years ago
  Denis a43fd9003a Provide declarative support for Grid. (#7961) 7 years ago
  Ilia Motornyi 6d1abeb9fc No inherited threadlocal 7 years ago
  Ilia Motornyi 95a61630bb VerticalLayout has spacing = true and margin = true by default . 7 years ago
  Pekka Hyvönen e63b51a831 Change Upload to be in immediate mode by default (#111) 7 years ago
  Tien Nguyen 0727092756 Fix margin in declarative format is recognized as unsupported property gridlayout (#103) 7 years ago
  Aleksi Hietanen d0184c4ccd Erase type of BeanBinder#bindInstanceFields parameter in equality test 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
  Aleksi Hietanen a95dadcde5 Change return type of Binder#getBean to BEAN 7 years ago
  Aleksi Hietanen 205efc49bf Deprecate Button#setHtmlContentAllowed (#104) 7 years ago
  Denis 9fb43988c7 Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 years ago
  Denis 620b2ba314 Add read-only support for single and multi select views for Grid. (#84) 7 years ago
  Denis 77fd42425b Provide a shorthand for the HasValue::clear() method. (#94) 7 years ago
  Ilia Motornyi 29f296d2d5 Fix classpath related tests under Windows 7 years ago
  Leif Åstrand c7b84bf51d Separate Binding and BindingBuilder (#80) 7 years ago
  Pekka Hyvönen 0cef38513b Add a SelectionMode shorthand for Grid. (#83) 7 years ago
  Denis 154a6a0114 Extends declarative tests for selection components for "data-" attribute (#85) 7 years ago
  Pekka Hyvönen 429a1b99f3 NoSelectionModel for Grid 7 years ago
  Pekka Hyvönen c3ad14183d Enable select all checkbox for MultiSelection Grid. 7 years ago
  Teemu Suo-Anttila 7ff852f9a9 Fix sorted data provider data change event propagation 7 years ago
  Denis Anisimov b8e84da2e2 Correct all tests that introspect classpath for Vaadin classes. 7 years ago
  Leif Åstrand 0d57c15577 Make it possible to reset single select values 7 years ago
  Pekka Hyvönen f2d8f812ef Add MultiSelect support for Grid 7 years ago
  Teemu Suo-Anttila 13443562cc Provide in-memory sorting information in Query 7 years ago
  Leif Åstrand f586bc155f Ensure all BeanBinding chaining methods return BeanBinding 7 years ago
  Leif Åstrand 3fd7537c14 Simplify Binding API by removing the FIELDTYPE type parameter 7 years ago
  Teemu Suo-Anttila 8310ada79e Add ComboBox custom filtering methods and tests 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
  Teemu Suo-Anttila d37b2d430e Reintroduce Grid Editor using Binder 7 years ago
  Denis Anisimov 159d413602 Provide declarative support for listing components. 7 years ago
  Aleksi Hietanen 745c9beacc Fix field value change event handling for unbound binder 7 years ago
  Teemu Suo-Anttila 97062bad91 Implement chaining of filters for data providers 7 years ago
  Teemu Suo-Anttila 38a14a9621 Add DataProvider.setFilter method 7 years ago
  Teemu Suo-Anttila c75f71c74a Add DataProvider.convertFilter, fix ListDataProvider filtering 7 years ago
  Teemu Suo-Anttila a8f5b1fb08 Add Filter parameter to DataProvider 7 years ago