aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Remove unused field in ComboBoxfeature/eventbusHenri Sara2016-07-291-7/+0
* Moved ComboBox suggestion popup width to shared stateHenri Sara2016-07-291-10/+2
* Remove obsolete paint attribute from ComboBoxHenri Sara2016-07-291-6/+0
* Add PasswordField, TextArea, missing API to AbstractTextFieldAleksi Hietanen2016-07-294-41/+289
* Merge remote-tracking branch 'origin/master' into feature/vaadin8Henri Sara2016-07-262-0/+4
|\
| * Document onUnregister in JS component/extension javadocs (#19799)Marco Collovati2016-07-192-0/+4
* | Move data model classes to a more appropriate packageJohannes Dahlström2016-07-2118-24/+29
* | Refactor ComboBox item painting (#19929)Henri Sara2016-07-211-26/+51
* | Add default methods for selection handling to ListingTeemu Suo-Anttila2016-07-211-2/+50
* | Request ComboBox pages with RPC (#19929)Henri Sara2016-07-211-10/+14
* | Move ComboBox filtering mode to state (#19929)Henri Sara2016-07-211-10/+7
* | Rename setOptions to setItems in Listing interfaceTeemu Suo-Anttila2016-07-211-2/+2
* | Move ComboBox pageLength to state (#19929)Henri Sara2016-07-211-22/+9
* | Send ComboBox selection with RPC (#19929)Henri Sara2016-07-212-32/+34
* | Send ComboBox focus/blur with RPC (#19929)Henri Sara2016-07-211-8/+9
* | Create new items with RPC (#19929)Henri Sara2016-07-211-10/+12
* | Create ComboBoxServerRpc stub (#19229)Henri Sara2016-07-211-6/+14
* | Use shared state in ComboBox (#19229)Henri Sara2016-07-211-18/+9
* | Add a basic Validator support to BinderJohannes Dahlström2016-07-193-33/+372
* | Merge remote-tracking branch 'origin/master' into feature/vaadin8Leif Åstrand2016-07-181-7/+8
|\|
| * Fix typoSampsa Sohlman2016-07-141-1/+1
| * Fix javax.servlet versionSampsa Sohlman2016-07-141-2/+2
| * Fix the OSGi version at MANIFEST.MF so it does not contain -SNAPSHOTSampsa Sohlman2016-07-141-4/+5
| * Support static inner classes when reading/writing declarative files (#20038)Artur Signell2016-07-133-4/+76
| * Update @since for 7.6.8Teemu Suo-Anttila2016-07-121-1/+1
| * Update @since for 7.6.7Teemu Suo-Anttila2016-07-121-1/+1
| * Allow reaching the wrapped Item through GeneratedPropertyItem (#20032)Anna Koskinen2016-07-062-2/+24
| * Fix navigation to same view with different parameters (#20029)Teemu Suo-Anttila2016-07-061-17/+20
| * Fix RpcDataProviderExtension serialization issue (#19906)Teemu Suo-Anttila2016-06-292-8/+67
| * Make sure AtmosphereFramework is always properly destroyed (#17581)Artur Signell2016-06-191-1/+31
* | Allow modifying Column comparators, add missing javadocTeemu Suo-Anttila2016-07-151-13/+95
* | Add basic BackEndDataSource implementation taking a functionTeemu Suo-Anttila2016-07-152-2/+64
* | Move multi-select mode to AbstractSelectStateHenri Sara2016-07-151-12/+9
* | Use shared state for OptionGroup htmlContentAllowedHenri Sara2016-07-151-12/+7
* | Remove deprecated column based width support from selectsHenri Sara2016-07-153-144/+0
* | Remove obsolete type attribute in AbstractSelect subclassesHenri Sara2016-07-154-4/+0
* | Add support for sorting with backend data sourcesTeemu Suo-Anttila2016-07-145-30/+119
* | Handle in-memory sorting in Grid with ComparatorsTeemu Suo-Anttila2016-07-144-11/+54
* | Expose a public Binding interface, add unit tests to BinderJohannes Dahlström2016-07-142-36/+127
* | Move Binder to a more proper packageJohannes Dahlström2016-07-141-1/+4
* | Add a new AbstractField class, refactor fields to extend itJohannes Dahlström2016-07-144-114/+162
* | Add sortable support to Grid ColumnsTeemu Suo-Anttila2016-07-142-0/+52
* | Fix adding columns to Grid before attaching to UITeemu Suo-Anttila2016-07-143-13/+41
* | Add method to DataSource for checking if data is in memoryTeemu Suo-Anttila2016-07-143-3/+14
* | Rename onEvent style methods to add*ListenerJohannes Dahlström2016-07-147-29/+27
* | Move DataSource handling to DataCommunicatorTeemu Suo-Anttila2016-07-145-101/+70
* | Rename Handler to EventListenerJohannes Dahlström2016-07-138-21/+24
* | Support static inner classes when reading/writing declarative files (#20038)Artur Signell2016-07-133-4/+76
* | Update @since for 7.6.8Teemu Suo-Anttila2016-07-131-1/+1
* | Update @since for 7.6.7Teemu Suo-Anttila2016-07-131-1/+1