|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand>
com.guiseframework.platform.web.AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand
public static enum AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand
The web commands for controlling the platform file collector.
| Enum Constant Summary | |
|---|---|
FILE_BROWSE
The command to allow the user to browse to select a file. |
|
FILE_CANCEL
The command to cancel a transfer. |
|
FILE_UPLOAD
The command to initiate an upload. |
|
| Field Summary | |
|---|---|
static java.lang.String |
DESTINATION_URI_PROPERTY
The property for specifying the destination URI of a file upload. |
static java.lang.String |
ID_PROPERTY
The property for specifying the ID of a file. |
static java.lang.String |
MULTIPLE_PROPERTY
The property for specifying whether multiple files should be selected. |
| Method Summary | |
|---|---|
static AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand[] |
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 AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand FILE_BROWSE
"multiple":"multiple"}
public static final AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand FILE_CANCEL
{"id":"fileReferenceID"}
public static final AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand FILE_UPLOAD
{"id":"fileReferenceID", "destinationURI":destinationURI}
| Field Detail |
|---|
public static final java.lang.String DESTINATION_URI_PROPERTY
public static final java.lang.String ID_PROPERTY
public static final java.lang.String MULTIPLE_PROPERTY
| Method Detail |
|---|
public static AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand[] values()
for (AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand c : AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand.values()) System.out.println(c);
public static AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||