Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


oracle.adf.view.rich.event
Enum BasePolytypeListener.EventType

java.lang.Object
  extended by java.lang.Enum<BasePolytypeListener.EventType>
      extended by oracle.adf.view.rich.event.BasePolytypeListener.EventType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<BasePolytypeListener.EventType>
Enclosing class:
BasePolytypeListener

public static enum BasePolytypeListener.EventType
extends java.lang.Enum<BasePolytypeListener.EventType>
implements java.io.Serializable

These enumerations define the types of events this listener can process. Pass the event class and listener class for each enum constructor.


Enum Constant Summary
ACTION
           
CALENDAR
           
CALENDAR_ACTIVITY
           
CALENDAR_ACTIVITY_DURATION_CHANGE
           
CALENDAR_DISPLAY_CHANGE
           
CAROUSEL_SPIN
           
CONTEXT_INFO
           
DIALOG
           
DISCLOSURE
           
FOCUS
           
LAUNCH
           
LAUNCH_POPUP
           
POLL
           
POPUP_CANCELED
           
POPUP_FETCH
           
QUERY
           
QUERY_OPERATION
           
RANGE_CHANGE
           
REGION_NAVIGATION
           
RETURN
           
RETURN_POPUP
           
RETURN_POPUP_DATA
           
ROW_DISCLOSURE
           
SELECTION
           
SORT
           
VALUE_CHANGE
           

 

Method Summary
 java.lang.Class getEventClass()
           
 java.lang.Class getListenerClass()
           
 java.lang.String getMnemonic()
           
 java.lang.String toString()
           
static BasePolytypeListener.EventType valueOf(java.lang.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

ACTION

public static final BasePolytypeListener.EventType ACTION

DIALOG

public static final BasePolytypeListener.EventType DIALOG

POPUP_CANCELED

public static final BasePolytypeListener.EventType POPUP_CANCELED

POPUP_FETCH

public static final BasePolytypeListener.EventType POPUP_FETCH

CALENDAR

public static final BasePolytypeListener.EventType CALENDAR

CALENDAR_ACTIVITY

public static final BasePolytypeListener.EventType CALENDAR_ACTIVITY

CALENDAR_ACTIVITY_DURATION_CHANGE

public static final BasePolytypeListener.EventType CALENDAR_ACTIVITY_DURATION_CHANGE

CALENDAR_DISPLAY_CHANGE

public static final BasePolytypeListener.EventType CALENDAR_DISPLAY_CHANGE

CAROUSEL_SPIN

public static final BasePolytypeListener.EventType CAROUSEL_SPIN

CONTEXT_INFO

public static final BasePolytypeListener.EventType CONTEXT_INFO

RETURN_POPUP_DATA

public static final BasePolytypeListener.EventType RETURN_POPUP_DATA

ROW_DISCLOSURE

public static final BasePolytypeListener.EventType ROW_DISCLOSURE

DISCLOSURE

public static final BasePolytypeListener.EventType DISCLOSURE

FOCUS

public static final BasePolytypeListener.EventType FOCUS

LAUNCH

public static final BasePolytypeListener.EventType LAUNCH

LAUNCH_POPUP

public static final BasePolytypeListener.EventType LAUNCH_POPUP

POLL

public static final BasePolytypeListener.EventType POLL

QUERY

public static final BasePolytypeListener.EventType QUERY

QUERY_OPERATION

public static final BasePolytypeListener.EventType QUERY_OPERATION

RANGE_CHANGE

public static final BasePolytypeListener.EventType RANGE_CHANGE

REGION_NAVIGATION

public static final BasePolytypeListener.EventType REGION_NAVIGATION

RETURN

public static final BasePolytypeListener.EventType RETURN

RETURN_POPUP

public static final BasePolytypeListener.EventType RETURN_POPUP

SELECTION

public static final BasePolytypeListener.EventType SELECTION

SORT

public static final BasePolytypeListener.EventType SORT

VALUE_CHANGE

public static final BasePolytypeListener.EventType VALUE_CHANGE

Method Detail

values

public static BasePolytypeListener.EventType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (BasePolytypeListener.EventType c : BasePolytypeListener.EventType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static BasePolytypeListener.EventType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getMnemonic

public java.lang.String getMnemonic()
Returns:
string representation of the java enumeration. Used by the tag's type attribute.

getEventClass

public java.lang.Class getEventClass()
Returns:
event class that defines this java enumeration

getListenerClass

public java.lang.Class getListenerClass()
Returns:
listener class that defines this java enumeration

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<BasePolytypeListener.EventType>

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 2 (11.1.2.3.0)
E17488-04


Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.