Interface IUICellSelectionComp

All Superinterfaces:
IComponent, ICustomDataProvider, IGProp<GProp<?>[]>, IMessageBox, IPropCnr, IUIComp, IUISelectionComp, IVSComponentListener, IVSComponentState, IVSFieldListener
All Known Implementing Classes:
EUITable, UITable

public interface IUICellSelectionComp extends IUISelectionComp
Interface implements by components that process cell selection and emits cell selection events. Typically this interface is implemented by grid cell components. The grid cells can be representing a checkbox, radio button or combobox with selections. The type of selection may change for a cell, i.e. from state-selection type to index-selection.
Author:
Christopher Mindus
  • Method Details

    • isSelectionCellBased

      default boolean isSelectionCellBased()
      Returns if the selection component supports is cell based.
      Specified by:
      isSelectionCellBased in interface IUISelectionComp
      Returns:
      true.