Interface ICalloutUI

All Known Implementing Classes:
CalloutDialog

public interface ICalloutUI
Interface for callout to Ask For Input.
Callout will call GridTab.getCalloutUI() to get access to it.
Author:
Murilo H. Torquato (devCoffee, http://devcoffee.com.br)
  • Method Details

    • askForInput

      default void askForInput(String message, MLookup lookup, int displayType, Callback<Object> callback)
      ask for input from user
      Parameters:
      message -
      lookup -
      displayType -
      callback -
    • setDesktop

      void setDesktop(Object desktop)
      Set desktop reference
      Parameters:
      desktop -
    • ask

      default void ask(String message, Callback<Boolean> callback)