You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Denis Anisimov b8e84da2e2 Correct all tests that introspect classpath for Vaadin classes. hace 7 años
..
components Correct all tests that introspect classpath for Vaadin classes. hace 7 años
declarative Correct all tests that introspect classpath for Vaadin classes. hace 7 años
renderers Refactor listener registration creation to reduce boilerplate hace 7 años
themes Make ValoTheme subclassable hace 7 años
AbsoluteLayout.java Add missing getState(boolean) methods hace 7 años
AbstractColorPicker.java Use final modifier where appropriate hace 7 años
AbstractComponent.java Refactor listener registration creation to reduce boilerplate hace 7 años
AbstractComponentContainer.java Add state classes for Abstract(Single)ComponentContainer hace 7 años
AbstractDateField.java Refactor listener registration creation to reduce boilerplate hace 7 años
AbstractEmbedded.java Introduce "shouldWriteDefaultValues" property to DesignContext. hace 7 años
AbstractField.java Refactor listener registration creation to reduce boilerplate hace 7 años
AbstractFocusable.java Refactor listener registration creation to reduce boilerplate hace 7 años
AbstractJavaScriptComponent.java Use final modifier where appropriate hace 7 años
AbstractLayout.java Add missing getState(boolean) methods hace 7 años
AbstractListing.java Add a fallback to Declarative*Generator hace 7 años
AbstractMedia.java Introduce "shouldWriteDefaultValues" property to DesignContext. hace 7 años
AbstractMultiSelect.java Type Listing for DataProvider to allow custom filter types hace 7 años
AbstractOrderedLayout.java Refactor listener registration creation to reduce boilerplate hace 7 años
AbstractSingleComponentContainer.java Add state classes for Abstract(Single)ComponentContainer hace 7 años
AbstractSingleSelect.java Make it possible to reset single select values hace 7 años
AbstractSplitPanel.java Refactor listener registration creation to reduce boilerplate hace 7 años
AbstractTextField.java Add helper for updating the diffstate of a component hace 7 años
Accordion.java Add missing getState(boolean) methods hace 7 años
Alignment.java Update copyright year to 2016 hace 7 años
Audio.java Add missing getState(boolean) methods hace 7 años
BrowserFrame.java Add missing getState(boolean) methods hace 7 años
Button.java Add helper for updating the diffstate of a component hace 7 años
CheckBox.java Refactor listener registration creation to reduce boilerplate hace 7 años
CheckBoxGroup.java Type Listing for DataProvider to allow custom filter types hace 7 años
ColorPicker.java Make ColorPicker an AbstractField<Color> hace 7 años
ColorPickerArea.java Unify listeners on the server side hace 7 años
ComboBox.java Make it possible to reset single select values hace 7 años
Component.java Move setReadOnly from Component to HasValue hace 7 años
ComponentContainer.java Unify listeners on the server side hace 7 años
ConnectorTracker.java Use final modifier where appropriate hace 7 años
CssLayout.java Add missing getState(boolean) methods hace 7 años
CustomComponent.java Add shared state for CustomComponent and DragAndDropWrapper hace 7 años
CustomField.java CustomField migration to new AbstractField (#61). hace 7 años
CustomLayout.java Replace implicit for-loop with foreach hace 7 años
DateField.java Use placeholder instead of inputPrompt for DateField hace 7 años
DeclarativeCaptionGenerator.java Add a fallback to Declarative*Generator hace 7 años
DeclarativeIconGenerator.java Add a fallback to Declarative*Generator hace 7 años
DeclarativeItemEnabledProvider.java Add a fallback to Declarative*Generator hace 7 años
DragAndDropWrapper.java Add shared state for CustomComponent and DragAndDropWrapper hace 7 años
Embedded.java Use state classes for Embedded, InlineDateField and NativeButton hace 7 años
Flash.java Use diamond operator where it can be used hace 7 años
FormLayout.java Add missing getState(boolean) methods hace 7 años
Grid.java Add MultiSelect support for Grid hace 7 años
GridLayout.java Refactor listener registration creation to reduce boilerplate hace 7 años
HasChildMeasurementHint.java Update copyright year to 2016 hace 7 años
HasComponents.java Unify listeners on the server side hace 7 años
HasValueChangeMode.java Update ValueChange API to use Component and HasValue<>. hace 7 años
HorizontalLayout.java Add missing getState(boolean) methods hace 7 años
HorizontalSplitPanel.java Add missing getState(boolean) methods hace 7 años
Html5File.java Use final modifier where appropriate hace 7 años
IconGenerator.java Correct serializable issues and test that components can be serialized hace 7 años
Image.java Add missing getState(boolean) methods hace 7 años
InlineDateField.java Use state classes for Embedded, InlineDateField and NativeButton hace 7 años
ItemCaptionGenerator.java Correct serializable issues and test that components can be serialized hace 7 años
JavaScript.java Use lambdas where appropriate hace 7 años
JavaScriptFunction.java Update copyright year to 2016 hace 7 años
Label.java Change Label default width to undefined to match other components hace 7 años
Layout.java Update copyright year to 2016 hace 7 años
LegacyComponent.java Update copyright year to 2016 hace 7 años
LegacyWindow.java Unify listeners on the server side hace 7 años
Link.java Introduce "shouldWriteDefaultValues" property to DesignContext. hace 7 años
ListSelect.java Type Listing for DataProvider to allow custom filter types hace 7 años
LoadingIndicatorConfiguration.java Use final modifier where appropriate hace 7 años
LoginForm.java Correct all tests that introspect classpath for Vaadin classes. hace 7 años
MenuBar.java Replace Stack with Deque hace 7 años
MultiSelect.java Create MultiSelect interface to replace Multi selection model. hace 7 años
NativeButton.java Use state classes for Embedded, InlineDateField and NativeButton hace 7 años
NativeSelect.java Type Listing for DataProvider to allow custom filter types hace 7 años
Notification.java Use final modifier where appropriate hace 7 años
NotificationConfiguration.java Use final modifier where appropriate hace 7 años
Panel.java Refactor listener registration creation to reduce boilerplate hace 7 años
PasswordField.java Remove another redundant cast hace 7 años
PopupView.java Refactor listener registration creation to reduce boilerplate hace 7 años
ProgressBar.java Introduce "shouldWriteDefaultValues" property to DesignContext. hace 7 años
PushConfiguration.java Use final modifier where appropriate hace 7 años
RadioButtonGroup.java Type Listing for DataProvider to allow custom filter types hace 7 años
ReconnectDialogConfiguration.java Use final modifier where appropriate hace 7 años
RichTextArea.java Add helper for updating the diffstate of a component hace 7 años
SelectiveRenderer.java Update copyright year to 2016 hace 7 años
SingleComponentContainer.java Update copyright year to 2016 hace 7 años
SingleSelect.java Create SingleSelect semantic interface which extends HasValue. hace 7 años
Slider.java Correct all tests that introspect classpath for Vaadin classes. hace 7 años
StyleGenerator.java Correct serializable issues and test that components can be serialized hace 7 años
TabSheet.java Refactor listener registration creation to reduce boilerplate hace 7 años
TextArea.java Update TextArea to extend AbstractFieldNew (#53) hace 7 años
TextField.java Add missing getState(boolean) methods hace 7 años
TooltipConfiguration.java Use final modifier where appropriate hace 7 años
TwinColSelect.java Type Listing for DataProvider to allow custom filter types hace 7 años
UI.java Refactor listener registration creation to reduce boilerplate hace 7 años
UIDetachedException.java Update copyright year to 2016 hace 7 años
UniqueSerializable.java Update copyright year to 2016 hace 7 años
Upload.java Refactor listener registration creation to reduce boilerplate hace 7 años
VerticalLayout.java Add missing getState(boolean) methods hace 7 años
VerticalSplitPanel.java Add missing getState(boolean) methods hace 7 años
Video.java Add missing getState(boolean) methods hace 7 años
Window.java Refactor listener registration creation to reduce boilerplate hace 7 años