Interface SpaceLabelAware
- All Known Implementing Classes:
AddLabelToSpaceAction,AddTeamLabelToSpaceAction,EditSpaceLabelAction,ViewRecentlyUpdatedSpaceContentAction,ViewSpaceSummaryAction
public interface SpaceLabelAware
-
Method Summary
Modifier and TypeMethodDescriptionReturns the labels for the space (excluding team labels) for rendering in the UIReturns the teams labels for the space for rendering in the UI
-
Method Details
-
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
-