Interface ItemSelectorRendering


public interface ItemSelectorRendering
Provides an interface with the necessary information to render the item selector.
  • 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 of ItemSelectorViewRenderer 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