| Interface | Description |
|---|---|
| ItemSelector |
Provides a helper class to retrieve the
ItemSelectorRendering and the
PortletURL for the item selector. |
| ItemSelectorCriterion |
Provides an interface that determines the type of entity that shall be
selected and information to return.
|
| ItemSelectorCriterionHandler<T extends ItemSelectorCriterion> |
Provides an interface that returns the
ItemSelectorView for a
particular ItemSelectorCriterion. |
| ItemSelectorRendering |
Provides an interface with the necessary information to render the item
selector.
|
| ItemSelectorReturnType |
Provides an interface that defines information to be returned by the item
selector view, when any entity is selected.
|
| ItemSelectorView<T extends ItemSelectorCriterion> |
Provides an interface to render an item selector view for a particular item
selector criterion.
|
| ItemSelectorViewRenderer |
| Class | Description |
|---|---|
| BaseItemSelectorCriterion | |
| BaseItemSelectorCriterionHandler<T extends ItemSelectorCriterion> |