Interface LookupField

    • Field Detail

      • ON_LOOKUP_SELECTED

        static final java.lang.String ON_LOOKUP_SELECTED
        Name of the event fired when the user selected a lookup entry.
        See Also:
        Constant Field Values
    • Method Detail

      • 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.