Package com.saperion.ngc.iform.field
Class LookupPopup.LookupSelection
java.lang.Object
com.saperion.ngc.iform.field.LookupPopup.LookupSelection
- Enclosing class:
- LookupPopup
Bean containing the value and the selected row of a lookup field.
-
Constructor Summary
ConstructorsConstructorDescriptionLookupSelection
(ResultProperties selectedRow, String selectedValue) Constructor. -
Method Summary
-
Constructor Details
-
LookupSelection
Constructor.- Parameters:
selectedRow
- selected rowselectedValue
- selected value
-
-
Method Details
-
getRow
- Returns:
- selected row
-
getValue
- Returns:
- selected value
-