Uses of Class
de.hybris.platform.cockpit.components.mvc.commentlayer.CommentLayerComponent
Packages that use CommentLayerComponent
Package
Description
-
Uses of CommentLayerComponent in de.hybris.platform.cockpit.components.mvc.commentlayer
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer that return CommentLayerComponentModifier and TypeMethodDescriptionstatic CommentLayerComponentCommentLayerUtils.getOwningCommentLayer(CommentLayerAwareModel model, CommentModel commentItemModel) -
Uses of CommentLayerComponent in de.hybris.platform.cockpit.components.mvc.commentlayer.controller
Classes in de.hybris.platform.cockpit.components.mvc.commentlayer.controller with type parameters of type CommentLayerComponentMethods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller that return CommentLayerComponentModifier and TypeMethodDescriptionContextAreaCommentTreeController.getOwningCommentLayer(ContextAreaCommentTreeModel model, CommentModel commentItemModel) ReturnsCommentLayerComponentthat owns icon representing the target comment instance.Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller with parameters of type CommentLayerComponentModifier and TypeMethodDescriptiondouble[]CommentLayerComponentController.getWidthAndHeight(CommentLayerComponent component, double scaleFactor) Return comment layer dimensions according to the given scale factor.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). -
Uses of CommentLayerComponent in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl that return CommentLayerComponentModifier and TypeMethodDescriptionDefaultContextAreaCommentTreeController.getOwningCommentLayer(ContextAreaCommentTreeModel model, CommentModel commentItemModel) Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl with parameters of type CommentLayerComponentModifier and TypeMethodDescriptionvoidDefaultCommentLayerComponentController.addCommentIcon(CommentLayerComponent commentLayerComponent, int x_Position, int y_Position) protected voidDefaultCommentLayerComponentController.addExistingComments(CommentLayerComponent commentLayerComponent) voidDefaultCommentLayerComponentController.changeCommentLayerMode(CommentLayerComponent component, String mode) voidDefaultCommentLayerComponentController.changeCommentLayerToDefaultMode(CommentLayerComponent component) org.zkoss.zul.MenupopupDefaultCommentLayerComponentController.createContextMenu(CommentLayerComponent component) 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) org.zkoss.zul.MenupopupDefaultCommentLayerComponentController.createIconContextMenu(CommentLayerComponent component, CommentIcon icon) voidDefaultCommentLayerComponentController.deleteCommentFromCommentLayer(CommentLayerComponent component, CommentIcon icon) voidDefaultCommentLayerComponentController.drawCommentLayerOverArea(org.zkoss.zk.ui.HtmlBasedComponent parent, CommentLayerComponent commentLayerComponent) DefaultCommentLayerComponentController.getCommentIconForComment(CommentLayerComponent component, CommentModel comment) double[]DefaultCommentLayerComponentController.getWidthAndHeight(CommentLayerComponent component, double scaleFactor) voidDefaultCommentLayerComponentController.moveCommentIcon(CommentLayerComponent commentLayerComponent, CommentIcon icon, int x_Position, int y_Position) voidDefaultCommentLayerComponentController.selectCommentIcon(CommentLayerComponent commentLayerComponent, CommentIcon icon) protected voidDefaultCommentLayerComponentController.updateComponentIcon(CommentLayerComponent clComponent, CommentIcon newIcon, CommentModel commentToSave) protected voidDefaultCommentLayerComponentController.validateCommentLayer(CommentLayerComponent component) -
Uses of CommentLayerComponent 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 CommentLayerComponentModifier and TypeMethodDescriptionCommentLayerContext.getCommentLayerComponentController()Collection<? extends CommentLayerComponent>CommentLayerContext.getCommentLayerComponents()Method parameters in de.hybris.platform.cockpit.components.mvc.commentlayer.model with type arguments of type CommentLayerComponentModifier and TypeMethodDescriptionvoidCommentLayerContext.setCommentLayerComponentController(CommentLayerComponentController<? extends CommentLayerComponent> commentLayerComponentController) voidCommentLayerContext.setCommentLayerComponents(Collection<? extends CommentLayerComponent> commentLayerComponents) -
Uses of CommentLayerComponent in de.hybris.platform.cockpit.events.impl
Methods in de.hybris.platform.cockpit.events.impl that return CommentLayerComponentConstructors in de.hybris.platform.cockpit.events.impl with parameters of type CommentLayerComponentModifierConstructorDescriptionOpenCommentRecordEvent(Object source, AbstractCommentModel abstractComment, CommentLayerComponent clComponent) -
Uses of CommentLayerComponent in de.hybris.platform.cockpit.services.comments
Methods in de.hybris.platform.cockpit.services.comments with parameters of type CommentLayerComponentModifier and TypeMethodDescriptionvoidCommentActionExecutor.executeCommentAction(CommentLayerComponent commentLayerComponent) Performs action execution for the given comment-layer capable component. -
Uses of CommentLayerComponent in de.hybris.platform.cockpit.services.comments.modes
Methods in de.hybris.platform.cockpit.services.comments.modes with parameters of type CommentLayerComponentModifier and TypeMethodDescriptionvoidCommentModeExecutor.executeCommentAction(CommentLayerComponent commentLayerComponent) Performs action execution for the given comment-layer capable component. -
Uses of CommentLayerComponent in de.hybris.platform.cockpit.services.comments.modes.impl
Methods in de.hybris.platform.cockpit.services.comments.modes.impl with parameters of type CommentLayerComponentModifier and TypeMethodDescriptionvoidCreateNewCommentExecutor.executeCommentAction(CommentLayerComponent commentLayerComponent) Sets the comment layer in 'create' mode:voidEditCommentModeExecutor.executeCommentAction(CommentLayerComponent commentLayerComponent) voidSelectCommentExecutor.executeCommentAction(CommentLayerComponent commentLayerComponent) Sets the comment layer in 'select' mode: