* @see <a
* href="http://www.w3.org/TR/1999/REC-html401-19991224/interact/forms.html#adef-for">W3C
* HTML Specification</a>
*/
public void setLabelFor(String htmlFor) {
final LabelElement labelElem = getElement().cast();
labelElem.setHtmlFor(htmlFor);
}