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 Summary

    Modifier and Type
    Method
    Description
    default void
    askForInput(String message, MLookup lookup, int displayType, Callback<Object> callback)
    ask for input from user
    void
    setDesktop(Object desktop)
    Set desktop reference
  • 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 -