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 Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ICodeItemsOwnerSelectionSupport
getSelectionSupport()
Returns the selection implementation if the owner supports it.
Method Detail
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.