Package com.saperion.ngc.iform.field
Class LookupPopup.LookupSelection
- java.lang.Object
-
- com.saperion.ngc.iform.field.LookupPopup.LookupSelection
-
- Enclosing class:
- LookupPopup
public static class LookupPopup.LookupSelection extends java.lang.Object
Bean containing the value and the selected row of a lookup field.
-
-
Constructor Summary
Constructors Constructor Description LookupSelection(ResultProperties selectedRow, java.lang.String selectedValue)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultProperties
getRow()
java.lang.String
getValue()
-
-
-
Constructor Detail
-
LookupSelection
public LookupSelection(ResultProperties selectedRow, java.lang.String selectedValue)
Constructor.- Parameters:
selectedRow
- selected rowselectedValue
- selected value
-
-
Method Detail
-
getRow
public ResultProperties getRow()
- Returns:
- selected row
-
getValue
public java.lang.String getValue()
- Returns:
- selected value
-
-