com.sun.star.form
Class FormButtonType
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.form.FormButtonType
- public final synchronized class FormButtonType
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.form.FormButtonType |
PUSH
|
static int |
PUSH_value
|
static com.sun.star.form.FormButtonType |
RESET
|
static int |
RESET_value
|
static com.sun.star.form.FormButtonType |
SUBMIT
|
static int |
SUBMIT_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.form.FormButtonType |
URL
|
static int |
URL_value
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
FormButtonType(int i)
|
Method Summary |
static com.sun.star.form.FormButtonType |
fromInt(int i)
|
static com.sun.star.form.FormButtonType |
getDefault()
|
Methods inherited from class com.sun.star.uno.Enum |
getValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PUSH
public static final com.sun.star.form.FormButtonType PUSH
PUSH_value
public static final int PUSH_value
RESET
public static final com.sun.star.form.FormButtonType RESET
RESET_value
public static final int RESET_value
SUBMIT
public static final com.sun.star.form.FormButtonType SUBMIT
SUBMIT_value
public static final int SUBMIT_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
URL
public static final com.sun.star.form.FormButtonType URL
URL_value
public static final int URL_value
FormButtonType
private FormButtonType(int i)
fromInt
public static com.sun.star.form.FormButtonType fromInt(int i)
getDefault
public static com.sun.star.form.FormButtonType getDefault()