public static class SpaceToolsTabsHelper.SpaceToolsTabItem extends Object
Constructor and Description |
---|
SpaceToolsTabItem(String label,
String link,
String linkId,
@Nullable String sectionKey,
@Nullable String sectionFullKey,
String webItemKey) |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
String |
getLink() |
String |
getLinkId() |
@Nullable String |
getSectionFullKey() |
@Nullable String |
getSectionKey() |
String |
getWebItemKey() |
boolean |
isSelected() |
void |
setLabel(String label) |
void |
setLink(String link) |
void |
setLinkId(String linkId) |
void |
setSectionFullKey(@Nullable String sectionFullKey) |
void |
setSectionKey(@Nullable String sectionKey) |
void |
setSelected(boolean selected) |
void |
setWebItemKey(String webItemKey) |
public String getLabel()
public void setLabel(String label)
public String getLink()
public void setLink(String link)
public String getLinkId()
public void setLinkId(String linkId)
public @Nullable String getSectionKey()
public void setSectionKey(@Nullable String sectionKey)
public @Nullable String getSectionFullKey()
public void setSectionFullKey(@Nullable String sectionFullKey)
public String getWebItemKey()
public void setWebItemKey(String webItemKey)
public boolean isSelected()
public void setSelected(boolean selected)
Copyright © 2003–2020 Atlassian. All rights reserved.