Class CommentLayerContext
java.lang.Object
de.hybris.platform.cockpit.components.mvc.commentlayer.model.CommentLayerContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<? extends CommentLayerComponent>voidvoidsetCommentLayerComponentController(CommentLayerComponentController<? extends CommentLayerComponent> commentLayerComponentController) voidsetCommentLayerComponents(Collection<? extends CommentLayerComponent> commentLayerComponents) voidsetSelectedCommentModel(CommentIconModel selectedCommentIconModel)
-
Constructor Details
-
CommentLayerContext
public CommentLayerContext()
-
-
Method Details
-
getCommentLayerComponentController
public CommentLayerComponentController<? extends CommentLayerComponent> getCommentLayerComponentController()- Returns:
- the commentLayerComponentController
-
setCommentLayerComponentController
public void setCommentLayerComponentController(CommentLayerComponentController<? extends CommentLayerComponent> commentLayerComponentController) - Parameters:
commentLayerComponentController- the commentLayerComponentController to set
-
getSelectedCommentIconModel
- Returns:
- the selectedCommentIcon
-
getActiveComment
-
setSelectedCommentModel
-
getCommentLayerComponents
- Returns:
- the commentLayerComponents
-
setCommentLayerComponents
public void setCommentLayerComponents(Collection<? extends CommentLayerComponent> commentLayerComponents) - Parameters:
commentLayerComponents- the commentLayerComponents to set
-
getCommentIcons
-
setCommentContextAreaComponent
-
getCommentContextAreaComponent
- Returns:
- the contextAreaComponent
-