Uses of Class
org.compiere.model.MLookup
-
Packages that use MLookup Package Description org.adempiere.util org.adempiere.webui.apps org.adempiere.webui.window org.compiere.model Provides for.... -
-
Uses of MLookup in org.adempiere.util
Methods in org.adempiere.util with parameters of type MLookup Modifier and Type Method Description default void
ICalloutUI. askForInput(String message, MLookup lookup, int displayType, Callback<Object> callback)
default void
IProcessUI. askForInput(String message, MLookup lookup, int displayType, Callback<Object> callback)
Prompt user for input with a configurable DisplayType (String, Number, TableDir or Search) Usage is the same from ask and askForInput methods with some additional parameters muriloht - devCoffee #3390 -
Uses of MLookup in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps with parameters of type MLookup Modifier and Type Method Description void
AbstractProcessDialog. askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback)
void
CalloutDialog. askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback)
-
Uses of MLookup in org.adempiere.webui.window
Methods in org.adempiere.webui.window with parameters of type MLookup Modifier and Type Method Description static void
FDialog. askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo)
static void
FDialog. askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo, String title, Object defaultValue)
-
Uses of MLookup in org.compiere.model
Methods in org.compiere.model that return MLookup Modifier and Type Method Description static MLookup
MLookupFactory. get(Properties ctx, int WindowNo, int TabNo, int Column_ID, int AD_Reference_ID)
Create MLookupstatic MLookup
MLookupFactory. get(Properties ctx, int WindowNo, int Column_ID, int AD_Reference_ID, Language language, String ColumnName, int AD_Reference_Value_ID, boolean IsParent, String ValidationCode)
Create MLookup
-