Class LookupPopup.LookupSelection

java.lang.Object
com.saperion.ngc.iform.field.LookupPopup.LookupSelection
Enclosing class:
LookupPopup

public static class LookupPopup.LookupSelection extends Object
Bean containing the value and the selected row of a lookup field.
  • Constructor Details

    • LookupSelection

      public LookupSelection(ResultProperties selectedRow, String selectedValue)
      Constructor.
      Parameters:
      selectedRow - selected row
      selectedValue - selected value
  • Method Details

    • getRow

      public ResultProperties getRow()
      Returns:
      selected row
    • getValue

      public String getValue()
      Returns:
      selected value