Interface ICodeItemsOwner

All Known Subinterfaces:
ICodeItemsOwnerSelectionSupport
All Known Implementing Classes:
EUIComboBox, EUISpinner, UIAbstractListChoice, UIComboBox, UISpinner

public interface ICodeItemsOwner
Interface implemented by the owner of the code items.
Author:
Christopher Mindus
  • Method Details

    • getSelectionSupport

      default ICodeItemsOwnerSelectionSupport getSelectionSupport()
      Returns the selection implementation if the owner supports it.
      Returns:
      The selection instance for the owner, or null for no selection support.