Package org.brerp.base.component
Class LookupFactory
java.lang.Object
org.brerp.base.component.LookupFactory
- All Implemented Interfaces:
ILookupFactory
- 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
-
LookupFactory
public LookupFactory()
-
-
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
-