|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ButtonMode>
echopoint.tucana.ButtonMode
public enum ButtonMode
Enumeration of values for setting FileUploadSelector.PROPERTY_BUTTON_MODE
Note: Development of this component was sponsored by TCN Broadcasting. We are grateful for their support and sponsorship.
| Enum Constant Summary | |
|---|---|
image
Indicates that a custom image is to be displayed instead of a text submit button. |
|
submit
Indicates that a regular <input type='submit'> type control is to be displayed to submit the form. |
|
| Method Summary | |
|---|---|
static ButtonMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ButtonMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| 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 |
| Enum Constant Detail |
|---|
public static final ButtonMode submit
public static final ButtonMode image
| Method Detail |
|---|
public static ButtonMode[] values()
for (ButtonMode c : ButtonMode.values()) System.out.println(c);
public static ButtonMode valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||