//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Group options together in logical subdivisions. See the OPTGROUP element definition in HTML 4.0. @short Group options together in logical subdivisions. */ public class HTMLOptGroupElement extends HTMLElement { protected HTMLOptGroupElement(Class dummy){super((Class) null);} public HTMLOptGroupElement() { super((Class) null); newHTMLOptGroupElement(); } private native void newHTMLOptGroupElement(); public HTMLOptGroupElement(HTMLOptGroupElement other) { super((Class) null); newHTMLOptGroupElement(other); } private native void newHTMLOptGroupElement(HTMLOptGroupElement other); public HTMLOptGroupElement(Node other) { super((Class) null); newHTMLOptGroupElement(other); } private native void newHTMLOptGroupElement(Node other); /** The control is unavailable in this context. See the disabled attribute definition in HTML 4.0. @short The control is unavailable in this context. */ public native boolean disabled(); /** see disabled @short see disabled */ public native void setDisabled(boolean arg1); /** Assigns a label to this option group. See the label attribute definition in HTML 4.0. @short Assigns a label to this option group. */ public native String label(); /** see label @short see label */ public native void setLabel(String arg1); // DOM::HTMLOptGroupElement* HTMLOptGroupElement(DOM::HTMLOptGroupElementImpl* arg1); >>>> NOT CONVERTED }