|
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<ButtonDisplay>
echopoint.tucana.ButtonDisplay
public enum ButtonDisplay
Enumeration of values for setting FileUploadSelector.PROPERTY_BUTTON_DISPLAY
Note: Development of this component was sponsored by TCN Broadcasting. We are grateful for their support and sponsorship.
| Enum Constant Summary | |
|---|---|
auto
Indicates that the submit button position relative to the file selection input should be treated using browser/platform defaults. |
|
left
Indicates that the submit button should be displayed to the left side of the file selection input. |
|
none
Indicates that no submit button is to be displayed. |
|
right
Indicates that the submit button should be displayed to the right side of the file selection input. |
|
| Method Summary | |
|---|---|
static ButtonDisplay |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ButtonDisplay[] |
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 ButtonDisplay right
public static final ButtonDisplay left
public static final ButtonDisplay auto
right.
public static final ButtonDisplay none
| Method Detail |
|---|
public static ButtonDisplay[] values()
for (ButtonDisplay c : ButtonDisplay.values()) System.out.println(c);
public static ButtonDisplay 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 | |||||||||