update abstract method

void update(
  1. T item
)

Updates the value of the form with the element item.

要素itemでフォームの値を更新します。

Implementation

void update(T item);