Package com.iizix.prop
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 SummaryModifier and TypeMethodDescription- default ICodeItemsOwnerSelectionSupportReturns the selection implementation if the owner supports it.
- Method Details- getSelectionSupportReturns the selection implementation if the owner supports it.- Returns:
- The selection instance for the owner, or null for no selection support.