Package com.saperion.ngc.iform.field
Interface LookupField
- All Known Implementing Classes:
AdvancedLookupField,LookupTextField
public interface LookupField
Interface for lookup fields in a form.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of the event fired when the user selected a lookup entry. -
Method Summary
Modifier and TypeMethodDescriptionvoidClears the selected row from the field.Returns the selected row in the lookup table belonging to this lookup field.
-
Field Details
-
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:
ResultPropertiescontaining 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.
-