onUpdate abstract method

  1. @protected
void onUpdate()

Callback when control is asked to update its value.

Allows controls to calculate their value. For example control groups to calculate its value based on their children.

Implementation

@protected
void onUpdate();