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 MLookupInfoGridFieldVO. lookupInfoLookup Value ObjectMethods in org.compiere.model that return MLookupInfo Modifier and Type Method Description MLookupInfoMLookupInfo. clone()MLookupInfoMLookupInfo. cloneIt()Clonestatic MLookupInfoMLookupFactory. getLookup_List(Language language, int AD_Reference_Value_ID)Get Lookup SQL for ListsMLookupInfoMLookup. 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 MLookupInfo Modifier and Type Method Description protected static voidMLookupCache. loadEnd(MLookupInfo info, HashMap<Object,Object> lookup)MLookup Loader ends loading, so add it to cacheprotected static booleanMLookupCache. loadFromCache(MLookupInfo info, HashMap<Object,Object> lookupTarget)Load from Cache if applicable Called from MLookup constructorprotected static voidMLookupCache. 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
-