Uses of Class
de.hybris.platform.cockpit.components.mvc.commentlayer.model.CommentLayerComponentModel
-
Packages that use CommentLayerComponentModel Package Description de.hybris.platform.cockpit.components.mvc.commentlayer de.hybris.platform.cockpit.components.mvc.commentlayer.controller.impl -
-
Uses of CommentLayerComponentModel in de.hybris.platform.cockpit.components.mvc.commentlayer
Methods in de.hybris.platform.cockpit.components.mvc.commentlayer that return CommentLayerComponentModel Modifier and Type Method Description CommentLayerComponentModelCommentLayerComponent. getModel()Returns current state of the comment layer component -CommentLayerComponentModel.Methods in de.hybris.platform.cockpit.components.mvc.commentlayer with parameters of type CommentLayerComponentModel Modifier and Type Method Description voidCommentLayerComponent. refresh(CommentLayerComponentModel model)Refreshes the component according to the current state in the model.voidCommentLayerComponent. setModel(CommentLayerComponentModel model)Sets model to the component.Constructors in de.hybris.platform.cockpit.components.mvc.commentlayer with parameters of type CommentLayerComponentModel Constructor Description CommentLayerComponent(CommentLayerComponentController controller, CommentLayerComponentModel model, org.zkoss.zk.ui.HtmlBasedComponent parent) -
Uses of CommentLayerComponentModel 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 CommentLayerComponentModel Modifier and Type Method Description protected CommentMetadataModelDefaultCommentLayerComponentController. createCommentMetadata(CommentLayerComponentModel model, CommentModel commentToSave, CommentIcon newIcon)
-