public interface SimpleLinkSection
Modifier and Type | Method and Description |
---|---|
String |
getIconUrl()
The url for the icon for the section
|
String |
getId()
The unique id for the section.
|
String |
getLabel()
The label for the section
|
Map<String,String> |
getParams()
Get params associated with this section
|
String |
getStyleClass()
The style to aply to the section
|
String |
getTitle()
The title (tooltip) for the section
|
Integer |
getWeight()
The weight for the section
|
String getLabel()
String getTitle()
String getIconUrl()
String getStyleClass()
String getId()
Map<String,String> getParams()
Integer getWeight()
Copyright © 2002-2015 Atlassian. All Rights Reserved.