com.atlassian.jira.plugin.webfragment.model
Interface SimpleLinkSection

All Known Subinterfaces:
SimpleLink
All Known Implementing Classes:
SimpleLinkImpl, SimpleLinkSectionImpl

public interface SimpleLinkSection

A simple link section representation

Since:
v4.0

Method Summary
 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
 

Method Detail

getLabel

String getLabel()
The label for the section

Returns:
The label for the section

getTitle

String getTitle()
The title (tooltip) for the section

Returns:
The title (tooltip) for the section

getIconUrl

String getIconUrl()
The url for the icon for the section

Returns:
The url for the icon for the section

getStyleClass

String getStyleClass()
The style to aply to the section

Returns:
The style to aply to the section

getId

String getId()
The unique id for the section. This should not be null.

Returns:
The unique id for the section.

getParams

Map<String,String> getParams()
Get params associated with this section

Returns:
untyped params of this section


Copyright © 2002-2012 Atlassian. All Rights Reserved.