//Auto-generated by kalyptus. DO NOT EDIT. package org.trinitydesktop.koala; import org.trinitydesktop.qt.Qt; import org.trinitydesktop.qt.QtSupport; /** Form field label text. See the LABEL element definition in HTML 4.0. @short Form field label text. */ public class HTMLLabelElement extends HTMLElement { protected HTMLLabelElement(Class dummy){super((Class) null);} public HTMLLabelElement() { super((Class) null); newHTMLLabelElement(); } private native void newHTMLLabelElement(); public HTMLLabelElement(HTMLLabelElement other) { super((Class) null); newHTMLLabelElement(other); } private native void newHTMLLabelElement(HTMLLabelElement other); public HTMLLabelElement(Node other) { super((Class) null); newHTMLLabelElement(other); } private native void newHTMLLabelElement(Node other); /** A single character access key to give access to the form control. See the accesskey attribute definition in HTML 4.0. @short A single character access key to give access to the form control. */ public native String accessKey(); /** see accessKey @short see accessKey */ public native void setAccessKey(String arg1); /** This attribute links this label with another form control by id attribute. See the for attribute definition in HTML 4.0. @short This attribute links this label with another form control by id attribute. */ public native String htmlFor(); /** see htmlFor @short see htmlFor */ public native void setHtmlFor(String arg1); // DOM::HTMLLabelElement* HTMLLabelElement(DOM::HTMLLabelElementImpl* arg1); >>>> NOT CONVERTED }