java.lang.Object
de.hybris.platform.cockpit.components.mvc.commentlayer.CommentLayerUtils

public class CommentLayerUtils extends Object
  • Constructor Details

    • CommentLayerUtils

      public CommentLayerUtils()
  • Method Details

    • numericSizeToString

      public static String numericSizeToString(double value, CommentLayerUtils.UNIT unit)
    • numericSizeToString

      public static String numericSizeToString(double value)
    • getSizeNumberValue

      public static double getSizeNumberValue(String stringValue, CommentLayerUtils.UNIT unit)
    • getSizeNumberValue

      public static double getSizeNumberValue(String stringValue)
    • clearEventListeners

      public static void clearEventListeners(org.zkoss.zk.ui.Component component, String... eventNames)
    • getOwningCommentLayer

      public static CommentLayerComponent getOwningCommentLayer(CommentLayerAwareModel model, CommentModel commentItemModel)
    • isValidCommentText

      public static boolean isValidCommentText(String text)