@ExperimentalApi public class WebItemView extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WebItemView.Builder |
Constructor and Description |
---|
WebItemView(WebItemView.Builder builder) |
Modifier and Type | Method and Description |
---|---|
static WebItemView.Builder |
builder() |
String |
getAccessKey() |
String |
getCompleteKey() |
Icon |
getIcon() |
String |
getId() |
String |
getKey()
Deprecated.
since 5.10. Use
getModuleKey() |
String |
getLabel() |
String |
getLinkUrl() |
String |
getModuleKey() |
Map<String,String> |
getParams() |
String |
getSection() |
String |
getStyleClass() |
String |
getTooltip() |
String |
getUrlWithoutContextPath() |
int |
getWeight() |
public WebItemView(WebItemView.Builder builder)
public String getLinkUrl()
public String getId()
public String getAccessKey()
public String getCompleteKey()
public String getSection()
public String getLabel()
public String getTooltip()
public String getStyleClass()
public Icon getIcon()
public int getWeight()
@Deprecated public String getKey()
getModuleKey()
public String getModuleKey()
public String getUrlWithoutContextPath()
public static WebItemView.Builder builder()
Copyright © 2003–2018 Atlassian. All rights reserved.