Interface DialogActionInterface

  • All Known Implementing Classes:
    IndexDialogAdapter

    public interface DialogActionInterface

    Überschrift: DialogActionInterface.

    Beschreibung: Interface für Dialog-Aktionen.

    Copyright: Copyright (c) ELO Digital Office GmbH 2011-2014

    Since:
    8.01.000
    • Method Summary

      Modifier and Type Method Description
      void pressCancel()
      Deprecated.
      UNDER CONSTRUCTION, do not use this function, it may change.
      void pressOK()
      Deprecated.
      UNDER CONSTRUCTION, do not use this function, it may change.
    • Method Detail

      • pressCancel

        void pressCancel()
        Deprecated.
        UNDER CONSTRUCTION, do not use this function, it may change.
        Schließt den Dialog über den Button "Abbrechen".
        Since:
        8.01.000
      • pressOK

        void pressOK()
        Deprecated.
        UNDER CONSTRUCTION, do not use this function, it may change.
        Schließt den Dialog über den Button "OK".
        Since:
        8.01.000