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
 java.lang.String getIconUrl()
          The url for the icon for the section
 java.lang.String getId()
          The unique id for the section.
 java.lang.String getLabel()
          The label for the section
 java.lang.String getStyleClass()
          The style to aply to the section
 java.lang.String getTitle()
          The title (tooltip) for the section
 

Method Detail

getLabel

java.lang.String getLabel()
The label for the section

Returns:
The label for the section

getTitle

java.lang.String getTitle()
The title (tooltip) for the section

Returns:
The title (tooltip) for the section

getIconUrl

java.lang.String getIconUrl()
The url for the icon for the section

Returns:
The url for the icon for the section

getStyleClass

java.lang.String getStyleClass()
The style to aply to the section

Returns:
The style to aply to the section

getId

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

Returns:
The unique id for the section.


Copyright © 2002-2011 Atlassian. All Rights Reserved.