Skip navigation links

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


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 CalendarEvent.getTriggerType()
          The triggerType of event.
 TriggerType CalendarActivityEvent.getTriggerType()
          The triggerType of event.
static TriggerType TriggerType.valueOf(java.lang.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, java.awt.AWTKeyStroke keyStroke, int clickCount, MouseButton button, TriggerType triggerType)
          Default constructor
CalendarEvent(javax.faces.component.UIComponent source, java.util.Date triggerDate, CalendarActivity.TimeType timeType, java.awt.AWTKeyStroke keyStroke, int clickCount, MouseButton button, TriggerType triggerType)
          Default constructor

 


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.