Uses of Class
org.compiere.model.MLookup
Packages that use MLookup
Package
Description
Provide utility and helper classes.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
Provide server context implementation.
Provide classes for generation of model and interfaces for table.
Provide process, drill assistant, feedback request and callout dialog implementation.
Provide global search and label search component.
Provide global search and label search component.
Provide implementation of various system dialog and windows
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MLookup in org.adempiere.util
Methods in org.adempiere.util with parameters of type MLookupModifier and TypeMethodDescriptiondefault voidICalloutUI.askForInput(String message, MLookup lookup, int displayType, Callback<Object> callback) ask for input from userdefault voidIProcessUI.askForInput(String message, MLookup lookup, int displayType, Callback<Object> callback) Prompt user for input with a configurable DisplayType (String, Number, TableDir or Search) -
Uses of MLookup in org.adempiere.webui.apps
Methods in org.adempiere.webui.apps with parameters of type MLookupModifier and TypeMethodDescriptionvoidAbstractProcessDialog.askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback) voidCalloutDialog.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 MLookupModifier and TypeMethodDescriptionstatic voidDialog.askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo) static voidDialog.askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo, String title, Object defaultValue) static voidFDialog.askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo) Deprecated, for removal: This API element is subject to removal in a future version.static voidFDialog.askForInput(String message, MLookup lookup, int editorType, Callback<Object> callback, org.zkoss.zk.ui.Desktop desktop, int windowNo, String title, Object defaultValue) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of MLookup in org.compiere.model
Methods in org.compiere.model that return MLookupModifier and TypeMethodDescriptionstatic MLookupMLookupFactory.get(Properties ctx, int WindowNo, int TabNo, int Column_ID, int AD_Reference_ID) Create MLookupstatic MLookupMLookupFactory.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 MLookupstatic MLookupMLookup.getRecordsLookup(int tableID, int windowNo, int tabNo) Get Lookupstatic MLookupMLookup.getRecordsLookup(int tableID, int windowNo, int tabNo, boolean useUUIDKey) Get Lookup