Interface Tabbed

All Known Implementing Classes:
AbstractSearchCrowdUsersAction, BrowseUnsyncedUsersAction, BrowseUsersAction, CreateUserAction, SearchUsersAction, UserPickerAction

public interface Tabbed
Defines an Action that has a related tab in a list of navigation tabs.

Multiple actions may render via the same template, with the template displaying a single action tab based on the action that rendered it. Actions implementing this interface will specify a key for the tab that should be selected.

Since:
4.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the key of the tab that should be selected when rendering.
  • Method Details

    • getSelectedTab

      String getSelectedTab()
      Returns the key of the tab that should be selected when rendering.

      e.g. "search" or "create" for the browseusers.vm