Class SpaceToolsTabsHelper.SpaceToolsTabItem
- java.lang.Object
-
- com.atlassian.confluence.spaces.actions.SpaceToolsTabsHelper.SpaceToolsTabItem
-
- Enclosing class:
- SpaceToolsTabsHelper
public static class SpaceToolsTabsHelper.SpaceToolsTabItem extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()StringgetLink()StringgetLinkId()@Nullable StringgetSectionFullKey()@Nullable StringgetSectionKey()StringgetWebItemKey()booleanisHideSingleWebItem()booleanisSelected()voidsetLabel(String label)voidsetLink(String link)voidsetLinkId(String linkId)voidsetSectionFullKey(@Nullable String sectionFullKey)voidsetSectionKey(@Nullable String sectionKey)voidsetSelected(boolean selected)voidsetWebItemKey(String webItemKey)
-
-
-
Method Detail
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getLink
public String getLink()
-
setLink
public void setLink(String link)
-
getLinkId
public String getLinkId()
-
setLinkId
public void setLinkId(String linkId)
-
getSectionKey
public @Nullable String getSectionKey()
-
setSectionKey
public void setSectionKey(@Nullable String sectionKey)
-
getSectionFullKey
public @Nullable String getSectionFullKey()
-
setSectionFullKey
public void setSectionFullKey(@Nullable String sectionFullKey)
-
getWebItemKey
public String getWebItemKey()
-
setWebItemKey
public void setWebItemKey(String webItemKey)
-
isSelected
public boolean isSelected()
-
setSelected
public void setSelected(boolean selected)
-
isHideSingleWebItem
public boolean isHideSingleWebItem()
-
-