Interface ListField.ItemValidator

  • Enclosing class:
    ListField

    public static interface ListField.ItemValidator
    Interface for validating items in the list.
    • Method Detail

      • isValid

        boolean isValid​(java.util.List<java.lang.String> items,
                        int index)
        Parameters:
        items - the items in the list
        index - the index of the current item
        Returns:
        true if the item is valid