Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Uses of Class
oracle.adf.view.rich.event.TriggerType

Packages that use TriggerType
oracle.adf.view.rich.event   

 

Uses of TriggerType in oracle.adf.view.rich.event

 

Methods in oracle.adf.view.rich.event that return TriggerType
 TriggerType CalendarActivityEvent.getTriggerType()
          The triggerType of event.
 TriggerType CalendarEvent.getTriggerType()
          The triggerType of event.
static TriggerType TriggerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TriggerType[] TriggerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Constructors in oracle.adf.view.rich.event with parameters of type TriggerType
CalendarActivityEvent(javax.faces.component.UIComponent source, CalendarActivity activity, AWTKeyStroke keyStroke, int clickCount, MouseButton button, TriggerType triggerType)
          Default constructor
CalendarEvent(javax.faces.component.UIComponent source, Date triggerDate, CalendarActivity.TimeType timeType, AWTKeyStroke keyStroke, int clickCount, MouseButton button, TriggerType triggerType)
          Default constructor

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.