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.
Aleksi Hietanen 474057c6a7 Change default suggestion popup width in ComboBox (#91) 7 年之前
..
components Add read-only support for single and multi select views for Grid. (#84) 7 年之前
declarative Correct all tests that introspect classpath for Vaadin classes. 7 年之前
renderers Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 年之前
themes Make ValoTheme subclassable 7 年之前
AbsoluteLayout.java Add missing getState(boolean) methods 7 年之前
AbstractColorPicker.java Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 年之前
AbstractComponent.java Refactor listener registration creation to reduce boilerplate 7 年之前
AbstractComponentContainer.java Add state classes for Abstract(Single)ComponentContainer 7 年之前
AbstractDateField.java Don't use V8 FieldEvents classes in v7 compatibility module. (#93) 7 年之前
AbstractEmbedded.java Introduce "shouldWriteDefaultValues" property to DesignContext. 7 年之前
AbstractField.java Refactor listener registration creation to reduce boilerplate 7 年之前
AbstractFocusable.java Don't use V8 FieldEvents classes in v7 compatibility module. (#93) 7 年之前
AbstractJavaScriptComponent.java Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 年之前
AbstractLayout.java Add missing getState(boolean) methods 7 年之前
AbstractListing.java Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 年之前
AbstractMedia.java Introduce "shouldWriteDefaultValues" property to DesignContext. 7 年之前
AbstractMultiSelect.java Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 年之前
AbstractOrderedLayout.java Refactor listener registration creation to reduce boilerplate 7 年之前
AbstractSingleComponentContainer.java Add state classes for Abstract(Single)ComponentContainer 7 年之前
AbstractSingleSelect.java Make it possible to reset single select values 7 年之前
AbstractSplitPanel.java Refactor listener registration creation to reduce boilerplate 7 年之前
AbstractTextField.java Add helper for updating the diffstate of a component 7 年之前
Accordion.java Add missing getState(boolean) methods 7 年之前
Alignment.java Update copyright year to 2016 7 年之前
Audio.java Add missing getState(boolean) methods 7 年之前
BrowserFrame.java Add missing getState(boolean) methods 7 年之前
Button.java Deprecate Button#setHtmlContentAllowed (#104) 7 年之前
CheckBox.java Don't use V8 FieldEvents classes in v7 compatibility module. (#93) 7 年之前
CheckBoxGroup.java Don't use V8 FieldEvents classes in v7 compatibility module. (#93) 7 年之前
ColorPicker.java Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 年之前
ColorPickerArea.java Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 年之前
ComboBox.java Change default suggestion popup width in ComboBox (#91) 7 年之前
Component.java Move setReadOnly from Component to HasValue 7 年之前
ComponentContainer.java Unify listeners on the server side 7 年之前
ConnectorTracker.java Add comments clarifying the use of UUID for security tokens 7 年之前
CssLayout.java Add missing getState(boolean) methods 7 年之前
CustomComponent.java Add shared state for CustomComponent and DragAndDropWrapper 7 年之前
CustomField.java Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 年之前
CustomLayout.java Replace implicit for-loop with foreach 7 年之前
DateField.java Use placeholder instead of inputPrompt for DateField 7 年之前
DeclarativeCaptionGenerator.java Add a fallback to Declarative*Generator 7 年之前
DeclarativeIconGenerator.java Add a fallback to Declarative*Generator 7 年之前
DeclarativeItemEnabledProvider.java Add a fallback to Declarative*Generator 7 年之前
DragAndDropWrapper.java Add shared state for CustomComponent and DragAndDropWrapper 7 年之前
Embedded.java Use state classes for Embedded, InlineDateField and NativeButton 7 年之前
Flash.java Use diamond operator where it can be used 7 年之前
FormLayout.java Add missing getState(boolean) methods 7 年之前
Grid.java Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 年之前
GridLayout.java Refactor listener registration creation to reduce boilerplate 7 年之前
HasChildMeasurementHint.java Update copyright year to 2016 7 年之前
HasComponents.java Unify listeners on the server side 7 年之前
HasValueChangeMode.java Update ValueChange API to use Component and HasValue<>. 7 年之前
HorizontalLayout.java Add missing getState(boolean) methods 7 年之前
HorizontalSplitPanel.java Add missing getState(boolean) methods 7 年之前
Html5File.java Use final modifier where appropriate 7 年之前
IconGenerator.java Correct serializable issues and test that components can be serialized 7 年之前
Image.java Add missing getState(boolean) methods 7 年之前
InlineDateField.java Use state classes for Embedded, InlineDateField and NativeButton 7 年之前
ItemCaptionGenerator.java Remove ItemFilter from ComboBox 7 年之前
JavaScript.java Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 年之前
JavaScriptFunction.java Update copyright year to 2016 7 年之前
Label.java Change Label default width to undefined to match other components 7 年之前
Layout.java Update copyright year to 2016 7 年之前
LegacyComponent.java Update copyright year to 2016 7 年之前
LegacyWindow.java Unify listeners on the server side 7 年之前
Link.java Introduce "shouldWriteDefaultValues" property to DesignContext. 7 年之前
ListSelect.java Type Listing for DataProvider to allow custom filter types 7 年之前
LoadingIndicatorConfiguration.java Use final modifier where appropriate 7 年之前
LoginForm.java Correct all tests that introspect classpath for Vaadin classes. 7 年之前
MenuBar.java Replace Stack with Deque 7 年之前
MultiSelect.java Create MultiSelect interface to replace Multi selection model. 7 年之前
NativeButton.java Use state classes for Embedded, InlineDateField and NativeButton 7 年之前
NativeSelect.java Don't use V8 FieldEvents classes in v7 compatibility module. (#93) 7 年之前
Notification.java Use final modifier where appropriate 7 年之前
NotificationConfiguration.java Use final modifier where appropriate 7 年之前
Panel.java Refactor listener registration creation to reduce boilerplate 7 年之前
PasswordField.java Introduce dedicated shared states for every core vaadin component/ext. (#98) 7 年之前
PopupView.java Small fixes to javadocs 7 年之前
ProgressBar.java Introduce "shouldWriteDefaultValues" property to DesignContext. 7 年之前
PushConfiguration.java Use final modifier where appropriate 7 年之前
RadioButtonGroup.java Don't use V8 FieldEvents classes in v7 compatibility module. (#93) 7 年之前
ReconnectDialogConfiguration.java Use final modifier where appropriate 7 年之前
RichTextArea.java Add helper for updating the diffstate of a component 7 年之前
SelectiveRenderer.java Update copyright year to 2016 7 年之前
SingleComponentContainer.java Update copyright year to 2016 7 年之前
SingleSelect.java Create SingleSelect semantic interface which extends HasValue. 7 年之前
Slider.java Correct all tests that introspect classpath for Vaadin classes. 7 年之前
StyleGenerator.java Correct serializable issues and test that components can be serialized 7 年之前
TabSheet.java Don't use V8 FieldEvents classes in v7 compatibility module. (#93) 7 年之前
TextArea.java Update TextArea to extend AbstractFieldNew (#53) 7 年之前
TextField.java Add missing getState(boolean) methods 7 年之前
TooltipConfiguration.java Use final modifier where appropriate 7 年之前
TwinColSelect.java Type Listing for DataProvider to allow custom filter types 7 年之前
UI.java Provide access to window order position in windows stack (#14325). 7 年之前
UIDetachedException.java Update copyright year to 2016 7 年之前
UniqueSerializable.java Update copyright year to 2016 7 年之前
Upload.java Refactor listener registration creation to reduce boilerplate 7 年之前
VerticalLayout.java Add missing getState(boolean) methods 7 年之前
VerticalSplitPanel.java Add missing getState(boolean) methods 7 年之前
Video.java Add missing getState(boolean) methods 7 年之前
Window.java Don't use V8 FieldEvents classes in v7 compatibility module. (#93) 7 年之前