Interface ListEditor.Factory

  • Enclosing class:
    ListEditor

    public static interface ListEditor.Factory
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object create​(java.lang.String s)
      Create the object from its string value
      boolean isValid​(java.lang.String s)
      IS this a valid value that can be used for creation
    • Method Detail

      • create

        java.lang.Object create​(java.lang.String s)
        Create the object from its string value
      • isValid

        boolean isValid​(java.lang.String s)
        IS this a valid value that can be used for creation