|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<BasePolytypeListener.EventType>
oracle.adf.view.rich.event.BasePolytypeListener.EventType
public static enum BasePolytypeListener.EventType
These enumerations define the types of events this listener can process. Pass the event class and listener class for each enum constructor.
| Method Summary | |
|---|---|
Class |
getEventClass() |
Class |
getListenerClass() |
String |
getMnemonic() |
String |
toString() |
static BasePolytypeListener.EventType |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static BasePolytypeListener.EventType[] |
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, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final BasePolytypeListener.EventType ACTION
public static final BasePolytypeListener.EventType CALENDAR
public static final BasePolytypeListener.EventType CALENDAR_ACTIVITY
public static final BasePolytypeListener.EventType CALENDAR_ACTIVITY_DURATION_CHANGE
public static final BasePolytypeListener.EventType CALENDAR_DISPLAY_CHANGE
public static final BasePolytypeListener.EventType CAROUSEL_SPIN
public static final BasePolytypeListener.EventType CONTEXT_INFO
public static final BasePolytypeListener.EventType DIALOG
public static final BasePolytypeListener.EventType DISCLOSURE
public static final BasePolytypeListener.EventType FOCUS
public static final BasePolytypeListener.EventType ITEM
public static final BasePolytypeListener.EventType LAUNCH
public static final BasePolytypeListener.EventType LAUNCH_POPUP
public static final BasePolytypeListener.EventType POLL
public static final BasePolytypeListener.EventType POPUP_CANCELED
public static final BasePolytypeListener.EventType POPUP_FETCH
public static final BasePolytypeListener.EventType QUERY
public static final BasePolytypeListener.EventType QUERY_OPERATION
public static final BasePolytypeListener.EventType RANGE_CHANGE
public static final BasePolytypeListener.EventType REGION_NAVIGATION
public static final BasePolytypeListener.EventType RETURN
public static final BasePolytypeListener.EventType RETURN_POPUP
public static final BasePolytypeListener.EventType RETURN_POPUP_DATA
public static final BasePolytypeListener.EventType ROW_DISCLOSURE
public static final BasePolytypeListener.EventType SELECTION
public static final BasePolytypeListener.EventType SPRINGBOARD_CHANGE
public static final BasePolytypeListener.EventType SORT
public static final BasePolytypeListener.EventType VALUE_CHANGE
| Method Detail |
|---|
public static BasePolytypeListener.EventType[] values()
for (BasePolytypeListener.EventType c : BasePolytypeListener.EventType.values())
System.out.println(c);
public static BasePolytypeListener.EventType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getMnemonic()
public Class getEventClass()
public Class getListenerClass()
public String toString()
toString in class Enum<BasePolytypeListener.EventType>
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.