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
Modifier and TypeMethodDescriptiondefault ICodeItemsOwnerSelectionSupport
Returns the selection implementation if the owner supports it.
Method Details
getSelectionSupport
Returns the selection implementation if the owner supports it.- Returns:
- The selection instance for the owner, or null for no selection support.