Interface SpaceLabelAware
-
- All Known Implementing Classes:
AddLabelToSpaceAction
,AddTeamLabelToSpaceAction
,EditSpaceLabelAction
,ViewRecentlyUpdatedSpaceContentAction
,ViewSpaceSummaryAction
public interface SpaceLabelAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List
getLabelsOnThisSpace()
Returns the labels for the space (excluding team labels) for rendering in the UIList
getTeamLabelsOnThisSpace()
Returns the teams labels for the space for rendering in the UI
-
-
-
Method Detail
-
getTeamLabelsOnThisSpace
List getTeamLabelsOnThisSpace()
Returns the teams labels for the space for rendering in the UI- Returns:
- teams labels for the space
-
getLabelsOnThisSpace
List getLabelsOnThisSpace()
Returns the labels for the space (excluding team labels) for rendering in the UI- Returns:
- teams labels for the space
-
-