Uses of Class
org.compiere.model.MLookupInfo
-
Packages that use MLookupInfo Package Description org.compiere.model Provides for.... -
-
Uses of MLookupInfo in org.compiere.model
Fields in org.compiere.model declared as MLookupInfo Modifier and Type Field Description MLookupInfo
GridFieldVO. lookupInfo
Lookup Value ObjectMethods in org.compiere.model that return MLookupInfo Modifier and Type Method Description MLookupInfo
MLookupInfo. clone()
MLookupInfo
MLookupInfo. cloneIt()
Clonestatic MLookupInfo
MLookupFactory. getLookup_List(Language language, int AD_Reference_Value_ID)
Get Lookup SQL for ListsMLookupInfo
MLookup. 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.Methods in org.compiere.model with parameters of type MLookupInfo Modifier and Type Method Description protected static void
MLookupCache. loadEnd(MLookupInfo info, HashMap<Object,Object> lookup)
MLookup Loader ends loading, so add it to cacheprotected static boolean
MLookupCache. loadFromCache(MLookupInfo info, HashMap<Object,Object> lookupTarget)
Load from Cache if applicable Called from MLookup constructorprotected static void
MLookupCache. loadStart(MLookupInfo info)
MLookup Loader starts loading - ignore for nowConstructors in org.compiere.model with parameters of type MLookupInfo Constructor Description MLookup(MLookupInfo info, int TabNo)
MLookup Constructor
-