Interface TabSelectionAware

All Known Implementing Classes:
ConfigureAgents, DashboardFilter, QuickFilterAction, StarterAction, ViewAgents, ViewOfflineAgents, ViewPlanUpdates, ViewResponsibilitiesForUser, ViewTelemetryAction

public interface TabSelectionAware
For actions which implement clickable tabs.
  • Method Details

    • getSelectedTab

      @NotNull @NotNull String getSelectedTab()
    • setSelectedTab

      void setSelectedTab(@NotNull @NotNull String label)