public interface Tabbed
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.
Modifier and Type | Method and Description |
---|---|
String |
getSelectedTab()
Returns the key of the tab that should be selected when rendering.
|
String getSelectedTab()
e.g. "search" or "create" for the browseusers.vm
Copyright © 2003–2021 Atlassian. All rights reserved.