Class GridRadioSelectionColumn

java.lang.Object
com.vaadin.flow.component.Component
com.flowingcode.vaadin.addons.gridhelpers.GridRadioSelectionColumn
All Implemented Interfaces:
AttachNotifier, DetachNotifier, HasElement, HasStyle, Serializable

@Tag("grid-flow-radio-selection-column") @NpmPackage(value="@vaadin/polymer-legacy-adapter", version="24.3.2") @JsModule("@vaadin/polymer-legacy-adapter/style-modules.js") @JsModule("./fcGridHelper/grid-flow-radio-selection-column.js") public class GridRadioSelectionColumn extends Component implements HasStyle
Server side implementation for the flow specific grid radio selection column.
See Also:
  • Constructor Details

    • GridRadioSelectionColumn

      public GridRadioSelectionColumn()
  • Method Details

    • setFrozen

      public void setFrozen(boolean frozen)
      Sets this column's frozen state.
      Parameters:
      frozen - whether to freeze or unfreeze this column
    • isFrozen

      @Synchronize("frozen-changed") public boolean isFrozen()
      Gets the this column's frozen state.
      Returns:
      whether this column is frozen