public static enum LinkBrowser.Tab extends Enum<LinkBrowser.Tab>
Enum Constant and Description |
---|
ADVANCED |
ATTACHMENTS |
RECENTLY_VIEWED |
SEARCH |
WEB_LINK |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
getPanelClassName() |
static LinkBrowser.Tab |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkBrowser.Tab[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkBrowser.Tab SEARCH
public static final LinkBrowser.Tab RECENTLY_VIEWED
public static final LinkBrowser.Tab ATTACHMENTS
public static final LinkBrowser.Tab WEB_LINK
public static final LinkBrowser.Tab ADVANCED
public static LinkBrowser.Tab[] values()
for (LinkBrowser.Tab c : LinkBrowser.Tab.values()) System.out.println(c);
public static LinkBrowser.Tab valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getId()
public String getPanelClassName()
Copyright © 2003–2018 Atlassian. All rights reserved.