Uses of Class
de.hybris.platform.cockpit.session.impl.ContextAreaCommentTreeModel
-
-
Uses of ContextAreaCommentTreeModel in de.hybris.platform.cockpit.components.mvc.commentlayer
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer that return ContextAreaCommentTreeModel Modifier and Type Method Description ContextAreaCommentTreeModelCommentLayerContextComponent. getCommentTreeModel()Returns the model holding the current state of the of the comment tree.ContextAreaCommentTreeModelAbstractCommentTreeContextComponent. getModel()ContextAreaCommentTreeModelContextAreaCommentTreeComponent. getModel()Constructors in de.hybris.platform.cockpit.components.mvc.commentlayer with parameters of type ContextAreaCommentTreeModel Constructor Description AbstractCommentTreeContextComponent(ContextAreaCommentTreeModel model, AbstractContentBrowser contentBrowser)ContextAreaCommentTreeComponent(ContextAreaCommentTreeController controller, ContextAreaCommentTreeModel model, AbstractContentBrowser contentBrowser) -
Uses of ContextAreaCommentTreeModel in de.hybris.platform.cockpit.components.mvc.commentlayer.controller
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller with parameters of type ContextAreaCommentTreeModel Modifier and Type Method Description voidContextAreaCommentTreeController. deleteComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel)Performs delete routine for the given comment instance.CommentIconContextAreaCommentTreeController. getCommentIcon(ContextAreaCommentTreeModel model, CommentModel comment)Returns a correspondingCommentIconcomponent for the target comment instance.CommentLayerComponentContextAreaCommentTreeController. getOwningCommentLayer(ContextAreaCommentTreeModel model, CommentModel commentItemModel)ReturnsCommentLayerComponentthat owns icon representing the target comment instance.booleanContextAreaCommentTreeController. isCommentCurrentlySelected(ContextAreaCommentTreeModel model, AbstractCommentModel commentItemModel)Evaluates if the target comment instance is currently selected in the comment layer.booleanContextAreaCommentTreeController. isCommentVisible(ContextAreaCommentTreeModel model, CommentModel comment)Evaluates if the target comment is currently visible on the comment layer.voidContextAreaCommentTreeController. selectComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel)Performs select routine for the given comment instance.voidContextAreaCommentTreeController. toggleCommentVisible(ContextAreaCommentTreeModel model, CommentModel comment)Toggles visibility of the target comment instance on the comment layer component. -
Uses of ContextAreaCommentTreeModel in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl with parameters of type ContextAreaCommentTreeModel Modifier and Type Method Description voidDefaultContextAreaCommentTreeController. deleteComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel)CommentIconDefaultContextAreaCommentTreeController. getCommentIcon(ContextAreaCommentTreeModel model, CommentModel comment)CommentLayerComponentDefaultContextAreaCommentTreeController. getOwningCommentLayer(ContextAreaCommentTreeModel model, CommentModel commentItemModel)booleanDefaultContextAreaCommentTreeController. isCommentCurrentlySelected(ContextAreaCommentTreeModel model, AbstractCommentModel commentItemModel)booleanDefaultContextAreaCommentTreeController. isCommentVisible(ContextAreaCommentTreeModel model, CommentModel comment)voidDefaultContextAreaCommentTreeController. selectComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel)voidDefaultContextAreaCommentTreeController. toggleCommentVisible(ContextAreaCommentTreeModel model, CommentModel comment)
-