Uses of Class
org.compiere.model.MLookupInfo
Packages that use 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
Fields in org.compiere.model declared as MLookupInfoMethods in org.compiere.model that return MLookupInfoModifier and TypeMethodDescriptionMLookupInfo.clone()MLookupInfo.cloneIt()Clonestatic MLookupInfoMLookupFactory.getLookup_List(Language language, int AD_Reference_Value_ID) Get Lookup Info for List display typeMLookup.getLookupInfo()static MLookupInfoMLookupFactory.getLookupInfo(Properties ctx, int WindowNo, int Column_ID, int AD_Reference_ID) static MLookupInfoMLookupFactory.getLookupInfo(Properties ctx, int WindowNo, int TabNo, int Column_ID, int AD_Reference_ID) static MLookupInfoMLookupFactory.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 MLookupInfoMLookupFactory.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.Methods in org.compiere.model with parameters of type MLookupInfoModifier and TypeMethodDescriptionprotected static voidMLookupCache.loadEnd(MLookupInfo info, HashMap<Object, Object> lookup) Deprecated.MLookup Loader ends loading, so add it to cacheprotected static booleanMLookupCache.loadFromCache(MLookupInfo info, HashMap<Object, Object> lookupTarget) Deprecated.Load from Cache if applicable Called from MLookup constructorprotected static voidMLookupCache.loadStart(MLookupInfo info) Deprecated.MLookup Loader starts loading - ignore for nowConstructors in org.compiere.model with parameters of type MLookupInfo