Class GridRadioSelectionColumn

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, java.io.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 com.vaadin.flow.component.Component
    implements com.vaadin.flow.component.HasStyle
    Server side implementation for the flow specific grid radio selection column.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isFrozen()
      Gets the this column's frozen state.
      void setFrozen​(boolean frozen)
      Sets this column's frozen state.
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, scrollIntoView, set, setElement, setId, setVisible
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasStyle

        addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
    • Constructor Detail

      • GridRadioSelectionColumn

        public GridRadioSelectionColumn()
    • Method Detail

      • 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