Class ValuePathHelper

java.lang.Object
io.jmix.flowui.sys.ValuePathHelper

public final class ValuePathHelper extends Object
Utility class to format and parse component paths.
  • Method Details

    • format

      public static String format(String[] elements)
    • parse

      public static String[] parse(String path)
    • pathSuffix

      public static String pathSuffix(String[] elements)
    • pathPrefix

      public static String pathPrefix(String[] elements)
    • pathPrefix

      public static String pathPrefix(String[] elements, int beforeLastElements)