fromModel abstract method

void fromModel(
  1. M model
)

Sets the control values from a model of type M.

Implementation

void fromModel(M model);