Package org.adempiere.base
Interface ILookupFactory
- All Known Implementing Classes:
 DefaultLookupFactory
public interface ILookupFactory
Factory interface for 
Lookup.
 For plugin that implement this as OSGi component, use property = {"service.ranking:Integer=1"} to set up a calling order 
 that prioritizes your component over core component.- Author:
 - Jan Thielemann - jan.thielemann@evenos.de, evenos Consulting GmbH - www.evenos.org
 
- 
Method Summary
Modifier and TypeMethodDescriptiongetLookup(GridFieldVO gridFieldVO) booleanisLookup(GridFieldVO gridFieldVO) booleanisLookup(InfoColumnVO infoColumnVO)  
- 
Method Details
- 
getLookup
- Parameters:
 gridFieldVO-- Returns:
 - lookup instance
 
 - 
isLookup
- Parameters:
 gridFieldVO-- Returns:
 - true if the field's displaytype uses lookup
 
 - 
isLookup
- Parameters:
 infoColumnVO-- Returns:
 - true if the field's displaytype uses lookup
 
 
 -