Uses of Interface
de.hybris.platform.cockpit.components.contentbrowser.comments.CommentIcon
Packages that use CommentIcon
Package
Description
-
Uses of CommentIcon in de.hybris.platform.cockpit.components.mvc.commentlayer
Classes in de.hybris.platform.cockpit.components.mvc.commentlayer that implement CommentIconModifier and TypeClassDescriptionclassCommentIconimplementation for the purpose of printcockpit.Methods in de.hybris.platform.cockpit.components.mvc.commentlayer that return CommentIconModifier and TypeMethodDescriptionCommentLayerComponent.getCommentIcon(CommentModel commentModel) ReturnsCommentIconcorresponding to the targetCommentModelinstanceCommentLayerComponent.getCommentIcon(String id) ReturnsCommentIconcontained in this component and having target component id.Methods in de.hybris.platform.cockpit.components.mvc.commentlayer that return types with arguments of type CommentIconModifier and TypeMethodDescriptionCommentLayerComponent.getIconComponents()Returns all comment icons components that are currently contained by this comment layer.Methods in de.hybris.platform.cockpit.components.mvc.commentlayer with parameters of type CommentIconModifier and TypeMethodDescriptionbooleanCommentLayerComponent.addIconComponent(CommentIcon icon) Adds new comment icon component to the comment layer.protected org.zkoss.zul.MenupopupCommentLayerComponent.getIconContextMenu(CommentIcon icon) booleanCommentLayerComponent.removeIcon(CommentIcon icon) Removes icon comment component from the comment layer. -
Uses of CommentIcon in de.hybris.platform.cockpit.components.mvc.commentlayer.controller
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller that return CommentIconModifier and TypeMethodDescriptionContextAreaCommentTreeController.getCommentIcon(ContextAreaCommentTreeModel model, CommentModel comment) Returns a correspondingCommentIconcomponent for the target comment instance.CommentLayerComponentController.getCommentIconForComment(T component, CommentModel comment) Returns CommentIcon component for the givenCommentModelwhich is placed on the givenCommentLayerComponent;CommentLayerComponentController.refreshCommentIcon(CommentIcon icon) Refreshes the instance of comment icon.Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller with parameters of type CommentIconModifier and TypeMethodDescriptionbooleanCommentLayerComponentController.canMoveCommentIcon(CommentIcon icon) Evaluates if current user can move given comment on the comment layer.org.zkoss.zul.MenupopupCommentLayerComponentController.createIconContextMenu(T commentLayerComponent, CommentIcon icon) Creates context menu component for the right-click actions on the icons on comment layervoidCommentLayerComponentController.deleteCommentFromCommentLayer(T component, CommentIcon icon) Removes the given icon from the target comment layer component.voidCommentLayerComponentController.moveCommentIcon(CommentLayerComponent commentLayerComponent, CommentIcon icon, int x_Position, int y_Position) Moves the target comment icon on the comment layer component to the target position (x, y).CommentLayerComponentController.refreshCommentIcon(CommentIcon icon) Refreshes the instance of comment icon.voidCommentLayerComponentController.selectCommentIcon(T commentLayerComponent, CommentIcon icon) Marks the target icon as selected on the given comment layer component. -
Uses of CommentIcon in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl that return CommentIconModifier and TypeMethodDescriptionprotected CommentIconDefaultCommentLayerComponentController.createNewIcon(CommentIconModel model) DefaultContextAreaCommentTreeController.getCommentIcon(ContextAreaCommentTreeModel model, CommentModel comment) DefaultCommentLayerComponentController.getCommentIconForComment(CommentLayerComponent component, CommentModel comment) DefaultCommentLayerComponentController.refreshCommentIcon(CommentIcon icon) Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl with parameters of type CommentIconModifier and TypeMethodDescriptionbooleanDefaultCommentLayerComponentController.canMoveCommentIcon(CommentIcon icon) protected CommentMetadataModelDefaultCommentLayerComponentController.createCommentMetadata(CommentLayerComponentModel model, CommentModel commentToSave, CommentIcon newIcon) protected voidDefaultCommentLayerComponentController.createEditPopupContentForComment(org.zkoss.zul.Window newCommentPopup, CommentLayerComponent clComponent, CommentLayerAwareModel clAwareModel, CommentIcon newIcon, CommentModel commentToEdit, boolean create) Create additional content for comment creation and edit popup.protected org.zkoss.zul.WindowDefaultCommentLayerComponentController.createEditPopupForComment(CommentLayerComponent clComponent, CommentLayerAwareModel clAwareModel, CommentIcon newIcon, CommentModel commentToEdit, boolean create) protected org.zkoss.zul.WindowDefaultCommentLayerComponentController.createEditPopupForComment(CommentLayerAwareModel clAwareModel, CommentIcon newIcon, CommentModel commentToEdit, boolean create) org.zkoss.zul.MenupopupDefaultCommentLayerComponentController.createIconContextMenu(CommentLayerComponent component, CommentIcon icon) voidDefaultCommentLayerComponentController.deleteCommentFromCommentLayer(CommentLayerComponent component, CommentIcon icon) voidDefaultCommentLayerComponentController.moveCommentIcon(CommentLayerComponent commentLayerComponent, CommentIcon icon, int x_Position, int y_Position) DefaultCommentLayerComponentController.refreshCommentIcon(CommentIcon icon) voidDefaultCommentLayerComponentController.selectCommentIcon(CommentLayerComponent commentLayerComponent, CommentIcon icon) protected voidDefaultCommentLayerComponentController.updateComponentIcon(CommentLayerComponent clComponent, CommentIcon newIcon, CommentModel commentToSave) -
Uses of CommentIcon in de.hybris.platform.cockpit.components.mvc.commentlayer.model
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.model that return types with arguments of type CommentIcon