Uses of Class
org.compiere.model.MLookupInfo
Package
Description
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 MLookupInfo in org.compiere.model
Modifier and TypeMethodDescriptionMLookupInfo.clone()
MLookupInfo.cloneIt()
Clonestatic MLookupInfo
MLookupFactory.getLookup_List
(Language language, int AD_Reference_Value_ID) Get Lookup Info for List display typeMLookup.getLookupInfo()
static MLookupInfo
MLookupFactory.getLookupInfo
(Properties ctx, int WindowNo, int Column_ID, int AD_Reference_ID) static MLookupInfo
MLookupFactory.getLookupInfo
(Properties ctx, int WindowNo, int TabNo, int Column_ID, int AD_Reference_ID) static MLookupInfo
MLookupFactory.getLookupInfo
(Properties ctx, int WindowNo, int tabNo, int Column_ID, int AD_Reference_ID, Language language, String ColumnName, int AD_Reference_Value_ID, boolean IsParent, String ValidationCode) Get Information for Lookups based on Column_ID for Table Columns or Process Parameters.static MLookupInfo
MLookupFactory.getLookupInfo
(Properties ctx, int WindowNo, int Column_ID, int AD_Reference_ID, Language language, String ColumnName, int AD_Reference_Value_ID, boolean IsParent, String ValidationCode) Get Information for Lookups based on Column_ID for Table Columns or Process Parameters.Modifier and TypeMethodDescriptionprotected static void
MLookupCache.loadEnd
(MLookupInfo info, HashMap<Object, Object> lookup) Deprecated.MLookup Loader ends loading, so add it to cacheprotected static boolean
MLookupCache.loadFromCache
(MLookupInfo info, HashMap<Object, Object> lookupTarget) Deprecated.Load from Cache if applicable Called from MLookup constructorprotected static void
MLookupCache.loadStart
(MLookupInfo info) Deprecated.MLookup Loader starts loading - ignore for now