aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated addListener/removeListener methodsArtur Signell2016-08-157-682/+408
* Remove deprecated Property.toString() modeArtur Signell2016-08-151-85/+52
* Derive DateField from new AbstractField (#57).Denis Anisimov2016-08-153-0/+1087
* Move old DateField components to legacy package (pre-#57).Denis Anisimov2016-08-124-1315/+6
* Move multi-select mode to AbstractSelectStateHenri Sara2016-08-111-12/+9
* Use shared state for OptionGroup htmlContentAllowedHenri Sara2016-08-111-12/+7
* Convert CheckBox from legacy to AbstractFieldHenri Sara2016-08-113-100/+40
* Make immediate mode the defaultHenri Sara2016-08-112-12/+24
* Remove deprecated column based width support from selectsHenri Sara2016-08-113-144/+0
* Remove obsolete type attribute in AbstractSelect subclassesHenri Sara2016-08-114-4/+0
* Move and rename converters into com.vaadin.legacy.data.util.converter.Legacy*Artur Signell2016-08-1014-117/+117
* Move old validators to legacy package (pre-#87).Denis Anisimov2016-08-101-3/+3
* Move Validator and Validatable into legacy package.Denis Anisimov2016-08-094-10/+10
* Convert Slider to extend the new AbstractFieldArtur Signell2016-08-092-215/+161
* Add support for required status to AbstractFieldArtur Signell2016-08-091-1/+11
* Make AbstractField FocusableArtur Signell2016-08-081-13/+41
* Remove unused field in ComboBoxHenri Sara2016-08-081-7/+0
* Moved ComboBox suggestion popup width to shared stateHenri Sara2016-08-081-10/+2
* Remove obsolete paint attribute from ComboBoxHenri Sara2016-08-081-6/+0
* Refactor ComboBox item painting (#19929)Henri Sara2016-08-081-26/+51
* Request ComboBox pages with RPC (#19929)Henri Sara2016-08-081-10/+14
* Move ComboBox filtering mode to state (#19929)Henri Sara2016-08-081-10/+7
* Move ComboBox pageLength to state (#19929)Henri Sara2016-08-081-22/+9
* Send ComboBox selection with RPC (#19929)Henri Sara2016-08-081-25/+15
* Send ComboBox focus/blur with RPC (#19929)Henri Sara2016-08-081-8/+9
* Create new items with RPC (#19929)Henri Sara2016-08-081-10/+12
* Create ComboBoxServerRpc stub (#19229)Henri Sara2016-08-081-6/+14
* Use shared state in ComboBox (#19229)Henri Sara2016-08-081-18/+9
* Implement new simple AbstractFieldJohannes Dahlström2016-08-052-16/+205
* Rename Field, AbstractField to legacy namesJohannes Dahlström2016-08-0519-2200/+268
* Remove the "liferay" themeHenri Sara2016-08-051-43/+0
* Changed logic to retrieve readonly state (#8643)Felype Santiago Ferreira2016-07-291-3/+12
* Document onUnregister in JS component/extension javadocs (#19799)Marco Collovati2016-07-191-0/+2
* Support static inner classes when reading/writing declarative files (#20038)Artur Signell2016-07-131-4/+31
* New login form (#8171)Ingo Kegel2016-06-011-232/+260
* Suggestion pop-up width API for ComboBox (#19685)Jonni Nakari2016-05-311-1/+32
* Send an ack message after push has removed connectors (#19822)Artur Signell2016-05-271-0/+5
* Correctly check if validators are present (#11450)Artur Signell2016-05-271-1/+5
* Throw exception early on null itemId (#16541)vilo2016-05-201-0/+3
* Remove shortcut listener from subclasses of AbstractComponent (#16498).Edoardo Vacchi2016-05-171-3/+1
* Change GridLayout to no longer be a legacy componentArtur Signell2016-05-161-19/+1
* Eliminate rounding errors for GridLayout expand ratios (#19797)Artur Signell2016-05-161-33/+13
* Fix null selection to work again (#19787)Artur Signell2016-05-091-7/+10
* Clarify expand javadoc for GridLayoutArtur Signell2016-05-091-6/+16
* Add @since for DesignContextHenri Sara2016-05-061-2/+2
* Revert "Better default for nullRepresentation (#13221, #12877)"feature/standard-sassIlia Motornyi2016-05-041-36/+1
* Revert "Documentation fix for null representation (#13221)"Ilia Motornyi2016-05-041-3/+3
* Throw IAE in setExpandRatio() if given ratio is less than 0Maciej Przepióra2016-05-031-0/+8
* Documentation fix for null representation (#13221)elmot2016-05-021-3/+3
* Better default for nullRepresentation (#13221, #12877)Matti Tahvonen2016-05-021-1/+36