Interface NewFieldPopupView.NewFieldPopupHandler

  • Enclosing interface:
    NewFieldPopupView

    public static interface NewFieldPopupView.NewFieldPopupHandler
    • Method Detail

      • onCreate

        void onCreate​(String fieldName,
                      String fieldLabel,
                      String type,
                      boolean multiple)
      • onCreateAndContinue

        void onCreateAndContinue​(String fieldName,
                                 String fieldLabel,
                                 String type,
                                 boolean multiple)
      • onCancel

        void onCancel()