We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ae5b8 commit 21b020fCopy full SHA for 21b020f
src/main/java/com/flowingcode/vaadin/addons/gridhelpers/GridRadioSelectionColumn.java
@@ -33,10 +33,10 @@
33
* Server side implementation for the flow specific grid radio selection column.
34
*/
35
@Tag("grid-flow-radio-selection-column")
36
-@JsModule("@vaadin/polymer-legacy-adapter/style-modules.js")
37
@JsModule("./fcGridHelper/grid-flow-radio-selection-column.js")
38
@Uses(RadioButtonGroup.class)
39
// Indirectly ensure @NpmPackage(value = "@vaadin/polymer-legacy-adapter", version = "x.x.x")
+// and @JsModule("@vaadin/polymer-legacy-adapter/style-modules.js")
40
@Uses(Grid.class)
41
public class GridRadioSelectionColumn extends Component implements HasStyle {
42
0 commit comments