|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<Event>
oracle.adf.view.page.editor.event.Event
public enum Event
Enumeration of UI events currently supported by Oracle Composer.
| Enum Constant Summary | |
|---|---|
CLOSE_EVENT |
|
COMP_ADD_EVENT |
|
COMP_DELETE_EVENT |
|
COMP_POSTADD_EVENT |
|
COMP_SELECTION_EVENT |
|
COMP_WIRE_EVENT |
|
DIALOG_EVENT |
|
NAVIGATION_EVENT |
|
RESEQUENCE_EVENT |
|
RESET_EVENT |
|
SAVE_EVENT |
|
| Method Summary | |
|---|---|
static Event |
getEvent(java.lang.String name)Returns an Event object given a name. |
java.lang.String |
getName()Returns the name of the event. |
static Event |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static Event[] |
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 Event SAVE_EVENT
public static final Event CLOSE_EVENT
public static final Event COMP_DELETE_EVENT
public static final Event COMP_ADD_EVENT
public static final Event COMP_POSTADD_EVENT
public static final Event COMP_WIRE_EVENT
public static final Event COMP_SELECTION_EVENT
public static final Event DIALOG_EVENT
public static final Event NAVIGATION_EVENT
public static final Event RESET_EVENT
public static final Event RESEQUENCE_EVENT
| Method Detail |
|---|
public static Event[] values()
for (Event c : Event.values())
System.out.println(c);
public static Event 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getName()
public static Event getEvent(java.lang.String name)
throws java.lang.IllegalArgumentException
Event object given a name.name - Name of the event whose Event object is to be retrieved.Event object corresponding to the given name of the event.java.lang.IllegalArgumentException - If the name is not a valid type of event
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1.3.0) E15995-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||