Interface LookupField

All Known Implementing Classes:
AdvancedLookupField, LookupTextField

public interface LookupField
Interface for lookup fields in a form.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Name of the event fired when the user selected a lookup entry.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clears the selected row from the field.
    Returns the selected row in the lookup table belonging to this lookup field.
  • Field Details

    • ON_LOOKUP_SELECTED

      static final String ON_LOOKUP_SELECTED
      Name of the event fired when the user selected a lookup entry.
      See Also:
  • Method Details

    • getSelectedRow

      ResultProperties getSelectedRow()
      Returns the selected row in the lookup table belonging to this lookup field.
      Returns:
      ResultProperties containing the selected row or null, if no row was selected so far
    • clearSelectedRow

      void clearSelectedRow()
      Clears the selected row from the field. The lookup table will not be changed.