Class CommentLayerContext
- java.lang.Object
-
- de.hybris.platform.cockpit.components.mvc.commentlayer.model.CommentLayerContext
-
public class CommentLayerContext extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommentLayerContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentModelgetActiveComment()CommentLayerContextComponentgetCommentContextAreaComponent()java.util.List<CommentIcon>getCommentIcons()CommentLayerComponentController<? extends CommentLayerComponent>getCommentLayerComponentController()java.util.Collection<? extends CommentLayerComponent>getCommentLayerComponents()CommentIconModelgetSelectedCommentIconModel()voidsetCommentContextAreaComponent(CommentLayerContextComponent component)voidsetCommentLayerComponentController(CommentLayerComponentController<? extends CommentLayerComponent> commentLayerComponentController)voidsetCommentLayerComponents(java.util.Collection<? extends CommentLayerComponent> commentLayerComponents)voidsetSelectedCommentModel(CommentIconModel selectedCommentIconModel)
-
-
-
Method Detail
-
getCommentLayerComponentController
public CommentLayerComponentController<? extends CommentLayerComponent> getCommentLayerComponentController()
- Returns:
- the commentLayerComponentController
-
setCommentLayerComponentController
public void setCommentLayerComponentController(CommentLayerComponentController<? extends CommentLayerComponent> commentLayerComponentController)
- Parameters:
commentLayerComponentController- the commentLayerComponentController to set
-
getSelectedCommentIconModel
public CommentIconModel getSelectedCommentIconModel()
- Returns:
- the selectedCommentIcon
-
getActiveComment
public CommentModel getActiveComment()
-
setSelectedCommentModel
public void setSelectedCommentModel(CommentIconModel selectedCommentIconModel)
-
getCommentLayerComponents
public java.util.Collection<? extends CommentLayerComponent> getCommentLayerComponents()
- Returns:
- the commentLayerComponents
-
setCommentLayerComponents
public void setCommentLayerComponents(java.util.Collection<? extends CommentLayerComponent> commentLayerComponents)
- Parameters:
commentLayerComponents- the commentLayerComponents to set
-
getCommentIcons
public java.util.List<CommentIcon> getCommentIcons()
-
setCommentContextAreaComponent
public void setCommentContextAreaComponent(CommentLayerContextComponent component)
-
getCommentContextAreaComponent
public CommentLayerContextComponent getCommentContextAreaComponent()
- Returns:
- the contextAreaComponent
-
-