Class CommentLayerUtils
java.lang.Object
de.hybris.platform.cockpit.components.mvc.commentlayer.CommentLayerUtils
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclearEventListeners(org.zkoss.zk.ui.Component component, String... eventNames) static CommentLayerComponentgetOwningCommentLayer(CommentLayerAwareModel model, CommentModel commentItemModel) static doublegetSizeNumberValue(String stringValue) static doublegetSizeNumberValue(String stringValue, CommentLayerUtils.UNIT unit) static booleanisValidCommentText(String text) static StringnumericSizeToString(double value) static StringnumericSizeToString(double value, CommentLayerUtils.UNIT unit)
-
Constructor Details
-
CommentLayerUtils
public CommentLayerUtils()
-
-
Method Details
-
numericSizeToString
-
numericSizeToString
-
getSizeNumberValue
-
getSizeNumberValue
-
clearEventListeners
-
getOwningCommentLayer
public static CommentLayerComponent getOwningCommentLayer(CommentLayerAwareModel model, CommentModel commentItemModel) -
isValidCommentText
-