Package com.liferay.item.selector
Interface ItemSelectorRendering
public interface ItemSelectorRendering
Provides an interface with the necessary information to render the item
selector.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the event name that the view should fire once the selection is performed.Returns a list ofItemSelectorViewRenderer
objects of the selection views to be rendered.Returns the selected tab of the Item Selector dialog to be rendered.
-
Method Details
-
getItemSelectedEventName
String getItemSelectedEventName()Returns the event name that the view should fire once the selection is performed.- Returns:
- the event name
-
getItemSelectorViewRenderers
List<ItemSelectorViewRenderer> getItemSelectorViewRenderers()Returns a list ofItemSelectorViewRenderer
objects of the selection views to be rendered.- Returns:
- a list of
ItemSelectorViewRenderer
-
getSelectedTab
String getSelectedTab()Returns the selected tab of the Item Selector dialog to be rendered.- Returns:
- the selected tab
-