public PropertyModel label(String label) {
    assert InternalCommonsUtils.isNonBlank(label);
    this.label = label;

    return this;
  }