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 Details

    • getLookup

      Lookup getLookup(GridFieldVO gridFieldVO)
      Parameters:
      gridFieldVO -
      Returns:
      lookup instance
    • isLookup

      boolean isLookup(GridFieldVO gridFieldVO)
      Parameters:
      gridFieldVO -
      Returns:
      true if the field's displaytype uses lookup
    • isLookup

      boolean isLookup(InfoColumnVO infoColumnVO)
      Parameters:
      infoColumnVO -
      Returns:
      true if the field's displaytype uses lookup