Uses of Interface
de.hybris.platform.cockpit.components.contentbrowser.comments.CommentIcon
-
-
Uses of CommentIcon in de.hybris.platform.cockpit.components.mvc.commentlayer
Classes in de.hybris.platform.cockpit.components.mvc.commentlayer that implement CommentIcon Modifier and Type Class Description classDivCommentIconCommentIconimplementation for the purpose of printcockpit.Methods in de.hybris.platform.cockpit.components.mvc.commentlayer that return CommentIcon Modifier and Type Method Description CommentIconCommentLayerComponent. getCommentIcon(CommentModel commentModel)ReturnsCommentIconcorresponding to the targetCommentModelinstanceCommentIconCommentLayerComponent. getCommentIcon(java.lang.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 CommentIcon Modifier and Type Method Description java.util.List<CommentIcon>CommentLayerComponent. 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 CommentIcon Modifier and Type Method Description booleanCommentLayerComponent. 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 CommentIcon Modifier and Type Method Description CommentIconContextAreaCommentTreeController. getCommentIcon(ContextAreaCommentTreeModel model, CommentModel comment)Returns a correspondingCommentIconcomponent for the target comment instance.CommentIconCommentLayerComponentController. getCommentIconForComment(T component, CommentModel comment)Returns CommentIcon component for the givenCommentModelwhich is placed on the givenCommentLayerComponent;CommentIconCommentLayerComponentController. refreshCommentIcon(CommentIcon icon)Refreshes the instance of comment icon.Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller with parameters of type CommentIcon Modifier and Type Method Description booleanCommentLayerComponentController. 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).CommentIconCommentLayerComponentController. 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 CommentIcon Modifier and Type Method Description protected CommentIconDefaultCommentLayerComponentController. createNewIcon(CommentIconModel model)CommentIconDefaultContextAreaCommentTreeController. getCommentIcon(ContextAreaCommentTreeModel model, CommentModel comment)CommentIconDefaultCommentLayerComponentController. getCommentIconForComment(CommentLayerComponent component, CommentModel comment)CommentIconDefaultCommentLayerComponentController. refreshCommentIcon(CommentIcon icon)Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl with parameters of type CommentIcon Modifier and Type Method Description booleanDefaultCommentLayerComponentController. 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)CommentIconDefaultCommentLayerComponentController. 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 Modifier and Type Method Description java.util.List<CommentIcon>CommentLayerContext. getCommentIcons()
-