Uses of Class
de.hybris.platform.cockpit.session.impl.ContextAreaCommentTreeModel
Packages that use ContextAreaCommentTreeModel
Package
Description
-
Uses of ContextAreaCommentTreeModel in de.hybris.platform.cockpit.components.mvc.commentlayer
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer that return ContextAreaCommentTreeModelModifier and TypeMethodDescriptionCommentLayerContextComponent.getCommentTreeModel()Returns the model holding the current state of the of the comment tree.AbstractCommentTreeContextComponent.getModel()ContextAreaCommentTreeComponent.getModel()Constructors in de.hybris.platform.cockpit.components.mvc.commentlayer with parameters of type ContextAreaCommentTreeModelModifierConstructorDescriptionAbstractCommentTreeContextComponent(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 ContextAreaCommentTreeModelModifier and TypeMethodDescriptionvoidContextAreaCommentTreeController.deleteComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel) Performs delete routine for the given comment instance.ContextAreaCommentTreeController.getCommentIcon(ContextAreaCommentTreeModel model, CommentModel comment) Returns a correspondingCommentIconcomponent for the target comment instance.ContextAreaCommentTreeController.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 ContextAreaCommentTreeModelModifier and TypeMethodDescriptionvoidDefaultContextAreaCommentTreeController.deleteComment(ContextAreaCommentTreeModel model, CommentModel commentItemModel) DefaultContextAreaCommentTreeController.getCommentIcon(ContextAreaCommentTreeModel model, CommentModel comment) DefaultContextAreaCommentTreeController.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)