Class PSepaRegisterDlg

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class PSepaRegisterDlg extends JDialog
Sepa Registration dialog
Author:
mmunilak
See Also:
  • Field Details

  • Method Details

    • setModelHandle

      public void setModelHandle(PModelHandle hd)
      The setModelHandel and getControllerClassName are used for customising this dialog.
      Parameters:
      evt - PModelHandle
    • setData

      public void setData()
      Set data in fields
    • wasCancelled

      public boolean wasCancelled()
    • btnCancel_actionPerformed

      public void btnCancel_actionPerformed(ActionEvent e)
    • btnOk_actionPerformed

      public void btnOk_actionPerformed(ActionEvent e)
    • collectData

      public void collectData(PCollectDataEvent event)
    • getControllerClassName

      public String getControllerClassName() throws RemoteException
      Gets the class name for this class's controller
      Returns:
      a String with the component's controller's classname
      Throws:
      RemoteException
    • setPaymentOptionAsString

      protected void setPaymentOptionAsString(String payType)
      sets the Option in which the dialog mode is shown
      Parameters:
      payType -
    • setOption

      public void setOption(String option)
    • setPaymentOnFile

      public void setPaymentOnFile(PIAPaymentOnFileField mPaymentOnFileFld)
    • isNewPaymentMethod

      public void isNewPaymentMethod(boolean mRadNewPaymentMethod)
      initializes the dialog with data and makes it visible to the user
    • isPaymentOnFile

      public void isPaymentOnFile(boolean selected)
    • setPaymentPageBean

      public void setPaymentPageBean(PPaymentPageBean remote2)