handleAfterSelectingRow abstract method

void handleAfterSelectingRow(
  1. PlutoCell cell,
  2. dynamic value
)
inherited

The action that is selected in the Select dialog and processed after the dialog is closed.

Implementation

void handleAfterSelectingRow(PlutoCell cell, dynamic value);