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.
Leif Åstrand 8f81ba9505 Support string data in javascript renderers (#18209) 9 years ago
..
basicfeatures Fix GridClientKeyEventsTest on IE8 8 years ago
declarative Use "vaadin-" as default prefix for Design (#18957) 8 years ago
AbstractGridColumnAutoWidthTest.java Increase grid column resize handle width (#16838) 8 years ago
BeanRenderer.java Allow arbitrary serializable types as Renderer data type (#15410) 9 years ago
CustomRenderer.java Allow arbitrary serializable types as Renderer data type (#15410) 9 years ago
CustomRendererTest.java Redesign RpcDataSourceConnector pinning RPC requests (#18692) 8 years ago
GridAddAndRemoveDataOnInit.java Rename method to be consistent with Container.Viewer (#13334) 9 years ago
GridAddAndRemoveDataOnInitTest.java Use TestBench-4.0.2 9 years ago
GridAddRow.java Change Grid default selection model to Single (#15435) 9 years ago
GridAddRowTest.java Use TestBench-4.0.2 9 years ago
GridCellFocusOnResetSize.java Add a client test for row focus moving with reset size (#16607) 9 years ago
GridCellFocusOnResetSizeTest.java Added missing "grid" TestCategory for grid tests 9 years ago
GridCheckBoxDisplay.java Update connector hierarch when canceling editor (#16976). 9 years ago
GridCheckBoxDisplayTest.java Update connector hierarch when canceling editor (#16976). 9 years ago
GridClientDataChangeHandler.java Fix DataSource NPE under when dataChangeHandler is not set (#16590) 9 years ago
GridClientDataChangeHandlerTest.java Add missing Grid test categories 9 years ago
GridClientRenderers.java Remove old Chrome workaround from GridClientRenderers test 8 years ago
GridColspans.java Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521) 9 years ago
GridColspansTest.java Use TestBench-4.0.2 9 years ago
GridColumnAutoExpand.java Fix Escalator onResize to layout Finally instead of Deferred (#18751) 8 years ago
GridColumnAutoExpandTest.java Fix Escalator onResize to layout Finally instead of Deferred (#18751) 8 years ago
GridColumnAutoWidth.java Increase grid column resize handle width (#16838) 8 years ago
GridColumnAutoWidthClient.java Fix GridColumnAutoWidthClient test to use TestWidgetComponent (#13334) 9 years ago
GridColumnAutoWidthClientTest.java Use TestBench-4.0.2 9 years ago
GridColumnAutoWidthServerTest.java Use TestBench-4.0.2 9 years ago
GridColumnExpand.java Change getColumnProperty to getPropertyId in Grid Column (#15512) 9 years ago
GridColumnWidthRecalculation.java Method for requesting column width recalculation (#16748) 9 years ago
GridColumnWidthRecalculationTest.java Add missing Grid test categories 9 years ago
GridColumnWidthsWithoutData.java Use special logic for allocating selection col widths (#17091) 9 years ago
GridColumnWidthsWithoutDataTest.java Add missing Grid test categories 9 years ago
GridCustomSelectionModel.java Refactor Grid SelectionModels as extensions (#18624) 8 years ago
GridCustomSelectionModelTest.java Refactor Grid SelectionModels as extensions (#18624) 8 years ago
GridDataSourceReset.java Fix AbstractRemoteDataSource cache clean up on remove (#19482) 8 years ago
GridDataSourceResetTest.java Fix AbstractRemoteDataSource cache clean up on remove (#19482) 8 years ago
GridDefaultSelectionMode.java Fix selecting a row that was deselected on the server (#19360) 8 years ago
GridDefaultSelectionModeTest.java Fix selecting a row that was deselected on the server (#19360) 8 years ago
GridDetailsDetach.java Refactor DetailComponentManager to be a static nested class of Grid 8 years ago
GridDetailsDetachTest.java Fix DetailsRow communication use connector IDs (#18493) 8 years ago
GridDetailsLayoutExpand.java Use LayoutManager for details rows (#18821, #18619) 8 years ago
GridDetailsLayoutExpandTest.java Use LayoutManager for details rows (#18821, #18619) 8 years ago
GridDetailsLocation.java Fixed Grid details row height regression and refactored tests (#17423) 9 years ago
GridDetailsLocationTest.java Do not open detail row if generator is the NULL one (#18663) 8 years ago
GridDetailsWidth.java Do not let Escalator set width to spacer row's TD element (#18223) 9 years ago
GridDetailsWidthTest.java Fix Grid details on sort to display them on correct rows (#18224) 9 years ago
GridDisabledSideBarTest.java Disable sidebar button when grid is disabled. (#18696) 8 years ago
GridDragAndDrop.java Fixes column header drop indicator (#18925) 8 years ago
GridDragSelectionWhileScrolled.java Fix Grid drag selection with scrolled page (#17895) 9 years ago
GridDragSelectionWhileScrolledTest.java Add missing Grid test categories 9 years ago
GridEditingWithNoScrollBars.java Fix Grid editor area calculation without scrollbars (#17471) 9 years ago
GridEditingWithNoScrollBarsTest.java Add missing Grid test categories 9 years ago
GridEditorConverterNotFound.java Better handle exceptions when opening Grid editor (#17935) 9 years ago
GridEditorConverterNotFoundTest.java Better handle exceptions when opening Grid editor (#17935) 9 years ago
GridEditorCustomField.java Ensure the whole hierarchy is refreshed when opening editor row (#17459) 9 years ago
GridEditorCustomFieldTest.java Add missing Grid test categories 9 years ago
GridEditorFrozenColumnsUI.java Support frozen columns in Grid editor (#16727) 9 years ago
GridEditorFrozenColumnsUITest.java Support frozen columns in Grid editor (#16727) 9 years ago
GridEditorMultiselect.java Disables selection when Grid's editor is open (#17132). 9 years ago
GridEditorMultiselectTest.java Add missing Grid test categories 9 years ago
GridEditorUI.java Support frozen columns in Grid editor (#16727) 9 years ago
GridEditorUITest.java Add stylename to sortable Grid header cells (#16991) 8 years ago
GridExtensionCommunication.java Split AbstractGridExtension from AbstractRenderer (#18003) 9 years ago
GridExtensionCommunicationTest.java Add missing Grid test categories 9 years ago
GridFastAsyncUpdate.java Prevent race-condition induced sporadic error in Escalator (#17258) 8 years ago
GridGeneratedProperties.java Fix grid sorting on init and sorting with unused properties (#16192) 9 years ago
GridGeneratedPropertiesTest.java Use TestBench-4.0.2 9 years ago
GridHeaderFooterComponents.java Make hiding/showing components in grid header/footer work (#19297) 8 years ago
GridHeaderFooterComponentsTest.java Fix Components cleanup on Header/FooterRow remove in Grid (#19497) 8 years ago
GridHeaderFormatChange.java Grid header should render "the same" after changes to header (#17131) 9 years ago
GridHeaderFormatChangeTest.java Grid header should render "the same" after changes to header (#17131) 9 years ago
GridHeaderStyleNames.java Handle generated empty string style names properly (#17335) 9 years ago
GridHeaderStyleNamesTest.java Always set header/footer style name to TH (#19209) 8 years ago
GridInGridLayout.java Changed grid sidebar to overlay (#18698) 8 years ago
GridInTabSheet.java Defer RPC calls in RpcDataProvider to avoid cache issues (#16505) 9 years ago
GridInTabSheetTest.java Use TestBench-4.0.2 9 years ago
GridInitiallyHiddenColumns.java Render initially hidden columns correctly (#18030) 9 years ago
GridInitiallyHiddenColumnsTest.java Changed grid sidebar to overlay (#18698) 8 years ago
GridItemSetChange.java Fix RpcDataProvider listener handling on ItemSetChange (#19371) 8 years ago
GridItemSetChangeTest.java Fix RpcDataProvider listener handling on ItemSetChange (#19371) 8 years ago
GridLayoutDetailsRow.java Use LayoutManager for details rows (#18821, #18619) 8 years ago
GridLayoutDetailsRowTest.java Use LayoutManager for details rows (#18821, #18619) 8 years ago
GridMultiSelectionOnInit.java Fix setSelected in MultiSelectionModel to update row data (#19302) 8 years ago
GridMultiSelectionOnInitTest.java Fix setSelected in MultiSelectionModel to update row data (#19302) 8 years ago
GridMultiSelectionScrollBar.java Fix ScrollbarBundle to not round down pixel values (#19421) 8 years ago
GridMultiSelectionScrollBarTest.java Fix ScrollbarBundle to not round down pixel values (#19421) 8 years ago
GridRendererChange.java Fix WidgetRenderer column cells not correctly init on change (#19086) 8 years ago
GridRendererChangeTest.java Fix WidgetRenderer column cells not correctly init on change (#19086) 8 years ago
GridReplaceContainer.java Test for selection after container reset (#19469, #19465) 8 years ago
GridReplaceContainerTest.java Test for selection after container reset (#19469, #19465) 8 years ago
GridResizeTerror.java Add generic resize performance testbed and a test UI for Grid 9 years ago
GridScrollToLineWhileResizing.java Fixes scrollToLine while resizing Grid via split position (#18424) 9 years ago
GridScrollToLineWhileResizingTest.java Fixes scrollToLine while resizing Grid via split position (#18424) 9 years ago
GridScrolling.java Move Grid to com.vaadin.ui package (#13334) 9 years ago
GridSelectAllCell.java Unify select all behavior with single row selection. (#17742) 8 years ago
GridSelectAllCellTest.java Unify select all behavior with single row selection. (#17742) 8 years ago
GridSingleColumn.java Defer Grid scrolling to avoid issues with DataSource sizes (#16189) 9 years ago
GridSingleColumnTest.java Use TestBench-4.0.2 9 years ago
GridSortIndicator.java Fix the updating of sort indicators (#17440) 9 years ago
GridSortIndicatorTest.java Added missing "grid" TestCategory for grid tests 9 years ago
GridSpacerDecoClipTest.java Added missing "grid" TestCategory for grid tests 9 years ago
GridSubPixelProblemWrapping.java Calculate row width correctly when subpixel workaround/fix is active (#17934) 9 years ago
GridSubPixelProblemWrappingTest.java Added missing "grid" TestCategory for grid tests 9 years ago
GridSwitchRenderers.java Make Grid update column renderers (#16552) 9 years ago
GridSwitchRenderersTest.java Added missing "grid" TestCategory for grid tests 9 years ago
GridThemeChange.java Make Grid react to theme changes (#15418) 9 years ago
GridThemeChangeTest.java Find the Grid again after changing theme as the whole UI is re-created 8 years ago
GridThemeUI.java Use simple date format for BasicCrudGridEditorRow test UI 8 years ago
GridThemeUITest.java Correctly round tr width in Escalator (#18820) 8 years ago
GridWidgetRendererChange.java Fix WidgetRenderer column cells not correctly init on change (#19086) 8 years ago
GridWidgetRendererChangeTest.java Fix WidgetRenderer column cells not correctly init on change (#19086) 8 years ago
GridWidthIncrease.java Make Grid recalculate columns on resize (#16539) 9 years ago
GridWidthIncreaseTest.java Added missing "grid" TestCategory for grid tests 9 years ago
GridWithBrokenRenderer.java Handle renderer exceptions gracefully (#18554) 8 years ago
GridWithBrokenRendererTest.java Handle renderer exceptions gracefully (#18554) 8 years ago
GridWithLabelEditor.java Support non-AbstractFieldConnector fields with Grid Editor (#19440) 8 years ago
GridWithLabelEditorTest.java Support non-AbstractFieldConnector fields with Grid Editor (#19440) 8 years ago
GridWithoutRenderer.java Render empty cell instead of stopping rendering if a converter is missing 9 years ago
GridWithoutRendererTest.java Use TestBench-4.0.2 9 years ago
InitialFrozenColumns.java Don't set frozen column count before columns have been updated (#13334) 9 years ago
InitialFrozenColumnsTest.java Use TestBench-4.0.2 9 years ago
IntArrayRenderer.java Adds a textual null representation to Grid renderers(#16560) 9 years ago
JavaScriptRenderers.java Support string data in javascript renderers (#18209) 8 years ago
JavaScriptRenderersTest.java Support string data in javascript renderers (#18209) 8 years ago
JavaScriptStringRenderer.java Support string data in javascript renderers (#18209) 8 years ago
JavaScriptStringRenderer.js Support string data in javascript renderers (#18209) 8 years ago
MyBeanJSRenderer.java Adds a textual null representation to Grid renderers(#16560) 9 years ago
NullHeaders.java Render null header caption as empty (#18553) 8 years ago
NullHeadersTest.java Render null header caption as empty (#18553) 8 years ago
NullRenderers.java Reformat with Luna SR2 9 years ago
NullRenderersTest.java Reformat with Luna SR2 9 years ago
PersonTestGrid.java Ensure the whole hierarchy is refreshed when opening editor row (#17459) 9 years ago
ProgrammaticEditorControl.java Properly toggle editor state when calling editId() on the server (#18287) 9 years ago
ProgrammaticEditorControlTest.java Added missing "grid" TestCategory for grid tests 9 years ago
RowAwareRenderer.java Adds a textual null representation to Grid renderers(#16560) 9 years ago
SelectDuringInit.java Change selection model before selecting rows (#15488) 9 years ago
SelectDuringInitTest.java Added missing "grid" TestCategory for grid tests 9 years ago
SortableHeaderStyles.java Add stylename to sortable Grid header cells (#16991) 8 years ago
SortableHeaderStylesTest.java Add stylename to sortable Grid header cells (#16991) 8 years ago
WidgetRenderers.java Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521) 9 years ago
WidgetRenderersTest.java Use TestBench-4.0.2 9 years ago
myBeanJsRenderer.js Implement JavaScript renderer support (#15485) 9 years ago