$internalRefreshProps method

void $internalRefreshProps()
inherited

Should not be overridden or used by application code

Implementation

void $internalRefreshProps() {
  super.$internalRefreshProps();

  if (this._$rxProp_caption.wasInit()) {
    this._$rxProp_caption.setValue(this.widget.$getProp("caption"));
  }

  if (this._$rxProp_child.wasInit()) {
    this._$rxProp_child.setValue(this.widget.$getProp("child"));
  }

  if (this._$rxProp_icon.wasInit()) {
    this._$rxProp_icon.setValue(this.widget.$getProp("icon"));
  }

  if (this._$rxProp_label.wasInit()) {
    this._$rxProp_label.setValue(this.widget.$getProp("label"));
  }
}