com.trolltech.qt.webkit
Class QWebPage.Extension
java.lang.Object
java.lang.Enum
com.trolltech.qt.webkit.QWebPage.Extension
- All Implemented Interfaces:
- QtEnumerator, java.io.Serializable, java.lang.Comparable
- Enclosing class:
- QWebPage
public static final class QWebPage.Extension
- extends java.lang.Enum
- implements QtEnumerator
This enum describes the types of extensions that the page can support. Before using these extensions, you should verify that the extension is supported by calling supportsExtension()
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ChooseMultipleFilesExtension
public static final QWebPage.Extension ChooseMultipleFilesExtension
- Whether the web page supports multiple file selection. This extension is invoked when the web content requests one or more file names, for example as a result of the user clicking on a "file upload" button in a HTML form where multiple file selection is allowed.
values
public static QWebPage.Extension[] values()
valueOf
public static QWebPage.Extension valueOf(java.lang.String name)
value
public int value()
- This function should return an integer value for the enum values of the enumeration that implements this interface.
- Specified by:
value
in interface QtEnumerator
resolve
public static QWebPage.Extension resolve(int value)
- Returns the QWebPage$Extension constant with the specified int.