com.atlassian.confluence.core.actions
Interface Tabbed

All Known Implementing Classes:
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.2

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

Method Detail

getSelectedTab

String getSelectedTab()
Returns the key of the tab that should be selected when rendering. e.g. "search" or "create" for the browseusers.vm



Copyright © 2003-2012 Atlassian. All Rights Reserved.