aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* Correctly test for mutually comparable types (#8598)Leif Åstrand2017-02-211-0/+7
* Provide explicit locale in GridTest (#8525)Ilia Motornyi2017-02-141-1/+4
* Use column id as the default sort order property (#8529)Leif Åstrand2017-02-101-0/+35
* Binding a null bean should clear the bound field values (#8288)caalador2017-02-091-24/+113
* Add addComponentsAndExpand to horizontal and vertical layout (#8480)Leif Åstrand2017-02-082-0/+138
* Allow configuring how string to number converters handle empty strings (#8506)Leif Åstrand2017-02-087-7/+74
* Provide a convenience method to get items set via setItems(). Denis2017-02-082-0/+16
* Provide a way to configure bean binder to auto set required fields (#8460)Denis2017-02-082-0/+200
* Throw if there are no automatically bound fields via bindInstanceFields. (#8481)Denis2017-02-081-6/+38
* Add Grid.addColumn(String, Renderer) (#8470)Leif Åstrand2017-02-071-0/+26
* Make one-arg addColumn use natural sort for mutually comparable values (#8458)Leif Åstrand2017-02-072-2/+96
* Add isValid to Binder (#8274)Aleksi Hietanen2017-02-032-2/+79
* Add selection methods to grid that delegate to its selection model (#8315)Aleksi Hietanen2017-02-031-0/+55
* Add Grid editor events. (#8365)Denis2017-02-021-0/+165
* Add helpers for dealing with columns based on its id (#8411)Leif Åstrand2017-02-023-11/+287
* Make it easy to invoke ServerRpc methods as part of unit tests (#8346)Artur2017-02-027-38/+18
* Make Grid add columns based on bean properties (#8392)Leif Åstrand2017-02-014-27/+120
* Introduce Binder.addFialdValueChangeListener (#8273)Denis2017-02-011-0/+167
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-018-70/+47
* Refactor editor API to use Binding instead of a component generator (#8368)Leif Åstrand2017-01-311-1/+2
* Fix userOriginated state for CheckBox ValueChangeEvent from the user (#8383)Artur2017-01-301-0/+42
* Fix NPE when grid is sorted by column with null values Ilia Motornyi2017-01-301-0/+147
* Add convenience constructors to new components (#598) (#8351)caalador2017-01-307-0/+541
* Add regression tests for HasValue.getOptionalValue (#8352)Leif Åstrand2017-01-281-0/+44
* Introduce empty selection functionality for NativeSelect. (#8336)Denis2017-01-272-2/+26
* Add convenience constructors for TextField (#597) (#8341)caalador2017-01-271-0/+70
* Implement GridSortOrder and SortOrderBuilders (#8338)Aleksi Hietanen2017-01-273-15/+82
* Extract Bean validation logic from Binder to BeanValidationBinderDenis2017-01-253-8/+9
* Add APIs to inform components of stale objects in DataProvider (#8271)Teemu Suo-Anttila2017-01-259-5/+471
* Refactor how DataCommunicator passes filters to its DataProvider (#8309)Leif Åstrand2017-01-253-17/+58
* Use non-Generic SortOrder in Query. (#8239)Denis2017-01-254-14/+9
* Allow distinct configurable filter and wrapped filter types (#8322)Leif Åstrand2017-01-251-10/+16
* Add static helpers for creating callback data providers (#8314)Leif Åstrand2017-01-256-23/+28
* Make BeanBinderPropertySet exclude Object properties (#8306)Leif Åstrand2017-01-241-0/+16
* Unify container wrapping (#8312)Leif Åstrand2017-01-242-3/+3
* Use getFirstSelectedItem() instead of getFirstSelected(). (#8308)Denis2017-01-242-12/+12
* Fix BeanBinderPropertySet to not deserialize into multiple instances (#8305)Leif Åstrand2017-01-232-13/+71
* Add shorthands to ComboBox for setting a ListDataProviderLeif Åstrand2017-01-231-9/+35
* Remove outdated filtering concepts (#8289)Leif Åstrand2017-01-232-64/+4
* Add ListDataProvider shorthands for filter conversion (#8279)Leif Åstrand2017-01-222-0/+52
* Add a data provider wrapper with a configurable filter (#8280)Leif Åstrand2017-01-202-17/+121
* Overload AbstarctComponent.setDescription() with content mode parameter (#8252)Denis2017-01-208-8/+8
* Introduce DateTimeFile and InlineDateTimeField. (#8218)Denis2017-01-196-2/+348
* Change BackEndDataProvider into an interface (#8268)Leif Åstrand2017-01-194-10/+9
* Allow setting filters directly in ListDataProvider (#8267)Leif Åstrand2017-01-192-0/+116
* Make data providers statefull with regards to default sort orders (#8247)Leif Åstrand2017-01-174-121/+83
* Introduce Binder.setReadOnly() (#8241)Denis2017-01-161-0/+63
* Replace Listing with HasDataProvider and HasFilterableDataProvider (#8122)Leif Åstrand2017-01-136-17/+34
* Include old value in ValueChangeEvent (#8229)Aleksi Hietanen2017-01-135-4/+65
* Make server tests use fixed locale where needed (#8226)Henri Sara2017-01-124-5/+13