Package org.adempiere.util
Interface ICalloutUI
- All Known Implementing Classes:
CalloutDialog
public interface ICalloutUI
Interface for callout to Ask For Input.
Callout will call
Callout will call
GridTab.getCalloutUI()
to get access to it.- Author:
- Murilo H. Torquato (devCoffee, http://devcoffee.com.br)
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
askForInput
(String message, MLookup lookup, int displayType, Callback<Object> callback) ask for input from uservoid
setDesktop
(Object desktop) Set desktop reference