| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
| |
Fixes vaadin/framework8-issues#514
|
|
|
|
|
| |
HorizontalLayout has spacing = true and margin = false by default.
Fixes vaadin/framework8-issues#526
|
|
|
| |
Fixes vaadin/framework8-issues#547
|
|
|
|
| |
gridlayout (#103)
|
|
|
| |
Fixes vaadin/framework8-issues#466
|
|
|
|
| |
Change-Id: I4e32550e3d3095c2c914bb93d260819414d2e6e6
|
|
|
|
|
|
|
|
| |
* Add a generic selection listener to Grid & SelectionModels
Fixes some inconsistent event naming and invalid javadocs.
Fixes vaadin/framework8-issues#541
|
| |
|
|
|
| |
Fixes vaadin/framework8-issues#525
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Introduce dedicated shared states for every core vaadin component/ext.
Updated components are:
- PasswordField
- CustomField
- AbstractListing
- AbstractMultiSelect
- ColorPicker
- ColorPickerArea
- DataCommunicator
- Responsive
- AbstractListingExtension
- DetailsManager
- AbstractRenderer
- ClickableRenderer
- ButtonRenderer
- CheckBoxRenderer
- DateRenderer
- HtmlRenderer
- ImageRenderer
- NumberRenderer
- ProgressBarRenderer
- TextRenderer
Fixes vaadin/framework8-issues#480.
|
|
|
|
|
|
| |
* Add read-only support for single and multi select views for Grid.
Fixes vaadin/framework8-issues#516
|
|
|
|
|
|
| |
* Provide a shorthand for the HasValue::clear() method.
Fixes vaadin/framework8-issues#496
|
| |
|
|
|
|
|
| |
BindingBinder is API that is used before calling bind()
Binding is API that is used after calling bind()
|
|
|
|
|
|
|
|
|
|
|
| |
* Add a SelectionMode shorthand for Grid.
Hides setSelectionModel(...) by making it protected.
Refactores the usage of constructor / extend method for Abstract-, Single- and MultiSelectionModelImpl.
Fixes vaadin/framework8-issues#519
Change-Id: I48c30886450506639be9ee6e21c45b0c06755c88
|
|
|
| |
Fixes vaadin/framework8-issues#392
|
|
|
|
|
|
| |
Fixes vaadin/framework8-issues#518
Change-Id: Ice6bdef03c3b62dd2c74376f98cfb8004dfa0bbf
|
|
|
|
|
|
|
| |
It is by default shown only if used data provider is in-memory.
Can be configured to be explicitly shown or hidden.
Change-Id: I50569d915604c3722a22e14b7628663d5680ed83
|
|
|
|
|
|
| |
This patch adds a test set for BackEndDataProvider.
Change-Id: I32dfedb692ba71247d74a682f79afdfaf8751de3
|
|
|
|
|
|
|
|
| |
Fixes vaadin/framework8-issues#399
RemoveListenersDeprecatedTest test is fixed.
Corrections are made to make the test above passes.
Change-Id: I209a4693d241a1488b69b4742f48549dbf4bf0ac
|
|
|
| |
Change-Id: I60c5d9f183d1955fbbd3341e3ac9f93aae755f80
|
|
|
|
|
|
|
|
|
|
|
| |
Still missing following things coming in next patches:
- select all checkbox
- firing an event when data provider is changed in grid
- read only selection models for grid
Part 1 for vaadin/framework8-issues#232
Change-Id: Ib2c7c81a838f43cb7c521a56d50139c91961f54a
|
|
|
|
| |
Change-Id: Iebafff6079816c08e5a4d144f6891d1379751f12
|
|
|
|
| |
Change-Id: Ifbd5f278c83fcadbe6cf21d6c1f40914b35c4aba
|
|
|
|
|
|
|
|
|
|
| |
The type parameter is mainly used internally, the only externally facing
use is to define the exact type of Binding.getField. Code that has
access to a typed instance of Binding does typically also have direct
access to the field instance, so there's no real use for the type
parameter.
Change-Id: Idf2ab18a79ec5f0a7cef83705b8084fbf7014c10
|
|
|
|
| |
Change-Id: I640c6a7b3b8b89eff4b007d1cb70a25bbe28167e
|
|
|
|
| |
Change-Id: Id7948e2f81b6a9c593ce8b71bb3a61b578344af9
|
|
|
|
|
|
|
|
|
|
| |
Listing has been moved from AbstractListing to each individual Component.
ComboBox is now typed to String filter.
Fixes issues with declarative read of items.
Change-Id: I6918f9f8c426dcbd81546150c2cf9ed49a02bf50
|
|
|
|
|
|
| |
This patch restores the bean type to BinderValidationStatusHandler
Change-Id: I9ace77a492c4823c15591fb1426e9bd216895fb0
|
|
|
|
|
|
|
| |
Fixes vaadin/framework8-issues#388
Change-Id: I4f8045bba51d308f4343a1f6d01b3f1ddca63e69
|
|
|
|
|
|
|
|
|
| |
Unbound binder now correctly sets hasChanges and sends binder
status change events. In addition, hasChanges no longer returns
true in the case where a bean is bound and changes to the bean
were valid.
Change-Id: Ia0a0915c2a205461a2a4b1bfd393413520f863eb
|
|
|
|
| |
Change-Id: I7b7dced73e19b9b4e4358b95878eb31fe5c87346
|
|
|
|
| |
Change-Id: I87193d3d2c66a880c2be165cfd49926fa290010b
|
|
|
|
| |
Change-Id: Ic90ae83acf5d77aa9b0f485dff4e55bba5296fa7
|
|
|
|
| |
Change-Id: Ic65b8decb3ac8d4dde9bca6cfb40a2a70f461e91
|
|
|
|
| |
Change-Id: Ib8976949108888deac51a90eb775445f0b5cecf8
|
|
|
|
|
|
| |
javax.sql.DataSource
Change-Id: I6babcadc72f3f37feff98088eee23b153a080f11
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Extracts grid single selection into separate class, which
is an extension like in V7. Using an extension makes it
possible to easily add multiselect and no-select modes back,
and support custom selection models.
Adds Grid:asSingleSelect() SingleSelect so that grid can be
used as a Select in a binder.
Removes all remaining references to SelectionModels in Listings.
Renames SingleSelectionChangeEvent to SingleSelectionEvent, because
then it is unified with selection listener and MultiSelectionEvent.
Fixes vaadin/framework8-issues#424
Fixes vaadin/framework8-issues#425
Change-Id: Ie22bef29cfd4336c3f65d4e63531c578b8dd76a3
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7226
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722c
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722d
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722e
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7231
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7235
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7232
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf722f
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7227
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7224
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7225
|
|
|
|
| |
Change-Id: I80b73b653e97904605dc62484a7448f3bfbf721d
|