//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** This element is used for single-line text input. See the ISINDEX element definition in HTML 4.0. This element is deprecated in HTML 4.0. @short This element is used for single-line text input. */ public class HTMLIsIndexElement extends HTMLElement { protected HTMLIsIndexElement(Class dummy){super((Class) null);} public HTMLIsIndexElement() { super((Class) null); newHTMLIsIndexElement(); } private native void newHTMLIsIndexElement(); public HTMLIsIndexElement(HTMLIsIndexElement other) { super((Class) null); newHTMLIsIndexElement(other); } private native void newHTMLIsIndexElement(HTMLIsIndexElement other); public HTMLIsIndexElement(Node other) { super((Class) null); newHTMLIsIndexElement(other); } private native void newHTMLIsIndexElement(Node other); /** ### KDE 4.0: remove @short ### KDE 4. */ public native HTMLFormElement formElement(); /** The prompt message. See the prompt attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short The prompt message. */ public native String prompt(); /** see prompt @short see prompt */ public native void setPrompt(String arg1); // DOM::HTMLIsIndexElement* HTMLIsIndexElement(DOM::HTMLIsIndexElementImpl* arg1); >>>> NOT CONVERTED }