|
Change Variable Type columnsToExpand : Set<Column<?,?>> to columnsToExpand : Set<Column<?,T>> in method private applyColumnWidthsWithExpansion() : void in class com.vaadin.client.widgets.Grid.AutoColumnWidthsRecalculator |
From |
To |
|
Change Variable Type row : com.google.gwt.dom.client.Element to row : Element in method protected reapplyRowWidths() : void in class com.vaadin.client.widgets.Escalator.AbstractRowContainer |
From |
To |
|
Change Variable Type column : Column<?,?> to column : Column<?,T> in method private applyColumnWidthsWithExpansion() : void in class com.vaadin.client.widgets.Grid.AutoColumnWidthsRecalculator |
From |
To |
|
Change Variable Type i : Iterator<Column<?,?>> to i : Iterator<Column<?,T>> in method private applyColumnWidthsWithExpansion() : void in class com.vaadin.client.widgets.Grid.AutoColumnWidthsRecalculator |
From |
To |