com.atlassian.bamboo.ww2.aware
Interface TabSelectionAware

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

public interface TabSelectionAware

For actions which implement clickable tabs.


Method Summary
 String getSelectedTab()
           
 void setSelectedTab(String label)
           
 

Method Detail

getSelectedTab

@NotNull
String getSelectedTab()

setSelectedTab

void setSelectedTab(@NotNull
                    String label)


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.