Package org.adempiere.base
Class DefaultLookupFactory
java.lang.Object
org.adempiere.base.DefaultLookupFactory
- All Implemented Interfaces:
ILookupFactory
Default
Create new
ILookupFactory
implementation for core.Create new
Lookup
instance by predefined display type.- Author:
- Jan Thielemann - jan.thielemann@evenos.de, hengsin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLookup
(GridFieldVO gridFieldVO) boolean
isLookup
(GridFieldVO gridFieldVO) boolean
isLookup
(InfoColumnVO infoColumnVO)
-
Constructor Details
-
DefaultLookupFactory
public DefaultLookupFactory()
-
-
Method Details
-
getLookup
- Specified by:
getLookup
in interfaceILookupFactory
- Returns:
- lookup instance
-
isLookup
- Specified by:
isLookup
in interfaceILookupFactory
- Returns:
- true if the field's displaytype uses lookup
-
isLookup
- Specified by:
isLookup
in interfaceILookupFactory
- Returns:
- true if the field's displaytype uses lookup
-