Uses of Class
de.hybris.platform.cockpit.components.mvc.commentlayer.CommentLayerComponent
-
-
Uses of CommentLayerComponent in de.hybris.platform.cockpit.components.mvc.commentlayer
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer that return CommentLayerComponent Modifier and Type Method Description static 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 CommentLayerComponent Modifier and Type Interface Description interfaceCommentLayerComponentController<T extends CommentLayerComponent>Controller for theCommentLayerComponentMethods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller that return CommentLayerComponent Modifier and Type Method Description CommentLayerComponentContextAreaCommentTreeController. 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 CommentLayerComponent Modifier and Type Method Description double[]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 CommentLayerComponent Modifier and Type Method Description CommentLayerComponentDefaultContextAreaCommentTreeController. getOwningCommentLayer(ContextAreaCommentTreeModel model, CommentModel commentItemModel)Methods in de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl with parameters of type CommentLayerComponent Modifier and Type Method Description voidDefaultCommentLayerComponentController. addCommentIcon(CommentLayerComponent commentLayerComponent, int x_Position, int y_Position)protected voidDefaultCommentLayerComponentController. addExistingComments(CommentLayerComponent commentLayerComponent)voidDefaultCommentLayerComponentController. changeCommentLayerMode(CommentLayerComponent component, java.lang.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)CommentIconDefaultCommentLayerComponentController. 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 CommentLayerComponent Modifier and Type Method Description CommentLayerComponentController<? extends CommentLayerComponent>CommentLayerContext. getCommentLayerComponentController()java.util.Collection<? extends CommentLayerComponent>CommentLayerContext. getCommentLayerComponents()Method parameters in de.hybris.platform.cockpit.components.mvc.commentlayer.model with type arguments of type CommentLayerComponent Modifier and Type Method Description voidCommentLayerContext. setCommentLayerComponentController(CommentLayerComponentController<? extends CommentLayerComponent> commentLayerComponentController)voidCommentLayerContext. setCommentLayerComponents(java.util.Collection<? extends CommentLayerComponent> commentLayerComponents) -
Uses of CommentLayerComponent in de.hybris.platform.cockpit.events.impl
Methods in de.hybris.platform.cockpit.events.impl that return CommentLayerComponent Modifier and Type Method Description CommentLayerComponentOpenCommentRecordEvent. getClComponent()Constructors in de.hybris.platform.cockpit.events.impl with parameters of type CommentLayerComponent Constructor Description OpenCommentRecordEvent(java.lang.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 CommentLayerComponent Modifier and Type Method Description voidCommentActionExecutor. 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 CommentLayerComponent Modifier and Type Method Description voidCommentModeExecutor. 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 CommentLayerComponent Modifier and Type Method Description voidCreateNewCommentExecutor. 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:
-