Class ValuePathHelper

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

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

    • ValuePathHelper

      public ValuePathHelper()
  • 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)