public abstract class BaseItemSelectorCriterionHandler<T extends ItemSelectorCriterion> extends java.lang.Object implements ItemSelectorCriterionHandler
Constructor and Description |
---|
BaseItemSelectorCriterionHandler() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.framework.BundleContext bundleContext) |
protected void |
deactivate() |
java.util.List<ItemSelectorView<T>> |
getItemSelectorViews(ItemSelectorCriterion itemSelectorCriterion)
Returns the item selector views to display that meet the needs of the
item selector criterion.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getItemSelectorCriterionClass
public java.util.List<ItemSelectorView<T>> getItemSelectorViews(ItemSelectorCriterion itemSelectorCriterion)
ItemSelectorCriterionHandler
getItemSelectorViews
in interface ItemSelectorCriterionHandler
itemSelectorCriterion
- the item selector criterion instanceprotected void activate(org.osgi.framework.BundleContext bundleContext)
protected void deactivate()