|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.jira.plugin.webfragment.model.SimpleLinkSectionImpl
public class SimpleLinkSectionImpl
Default implementation of SimpleLinkSection
.
Simple bean containing no real logic.
Field Summary | |
---|---|
protected String |
iconUrl
|
protected String |
id
|
protected String |
label
|
protected Map<String,String> |
params
|
protected String |
style
|
protected String |
title
|
Constructor Summary | |
---|---|
SimpleLinkSectionImpl(String id,
SimpleLinkSectionImpl copy)
|
|
SimpleLinkSectionImpl(String id,
String label,
String title,
String iconUrl,
String style,
Map<String,String> params)
Constructor taking all attributes of a section |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final String label
protected final String title
protected final String iconUrl
protected final String style
protected final String id
protected final Map<String,String> params
Constructor Detail |
---|
public SimpleLinkSectionImpl(String id, String label, String title, String iconUrl, String style, Map<String,String> params)
id
- The unique id of the sectionlabel
- The optional label to display for the sectiontitle
- The optional title (tooltip) of the sectioniconUrl
- The optional url pointing an image for the sectionstyle
- The optional style to apply to the sectionpublic SimpleLinkSectionImpl(String id, SimpleLinkSectionImpl copy)
Method Detail |
---|
public String getLabel()
SimpleLinkSection
getLabel
in interface SimpleLinkSection
public String getTitle()
SimpleLinkSection
getTitle
in interface SimpleLinkSection
public String getIconUrl()
SimpleLinkSection
getIconUrl
in interface SimpleLinkSection
public String getStyleClass()
SimpleLinkSection
getStyleClass
in interface SimpleLinkSection
public String getId()
SimpleLinkSection
getId
in interface SimpleLinkSection
public Map<String,String> getParams()
SimpleLinkSection
getParams
in interface SimpleLinkSection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |