Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


oracle.adf.view.rich.event
Class SetPropertyListener

java.lang.Object
  extended by oracle.adf.view.rich.event.SetPropertyListener

All Implemented Interfaces:
java.util.EventListener, javax.faces.component.StateHolder, javax.faces.event.ActionListener, javax.faces.event.FacesListener, javax.faces.event.ValueChangeListener, CalendarActivityDurationChangeListener, CalendarActivityListener, CalendarDisplayChangeListener, CalendarListener, CarouselSpinListener, ContextInfoListener, DialogListener, LaunchPopupListener, PopupFetchListener, QueryListener, QueryOperationListener, RegionNavigationListener, ReturnPopupDataListener, ReturnPopupListener, org.apache.myfaces.trinidad.event.DisclosureListener, org.apache.myfaces.trinidad.event.FocusListener, org.apache.myfaces.trinidad.event.LaunchListener, org.apache.myfaces.trinidad.event.PollListener, org.apache.myfaces.trinidad.event.RangeChangeListener, org.apache.myfaces.trinidad.event.ReturnListener, org.apache.myfaces.trinidad.event.RowDisclosureListener, org.apache.myfaces.trinidad.event.SelectionListener, org.apache.myfaces.trinidad.event.SortListener

public class SetPropertyListener
extends java.lang.Object
implements javax.faces.event.ActionListener, javax.faces.event.ValueChangeListener, org.apache.myfaces.trinidad.event.DisclosureListener, PopupFetchListener, org.apache.myfaces.trinidad.event.FocusListener, org.apache.myfaces.trinidad.event.LaunchListener, org.apache.myfaces.trinidad.event.PollListener, org.apache.myfaces.trinidad.event.RangeChangeListener, org.apache.myfaces.trinidad.event.ReturnListener, org.apache.myfaces.trinidad.event.RowDisclosureListener, org.apache.myfaces.trinidad.event.SelectionListener, org.apache.myfaces.trinidad.event.SortListener, DialogListener, LaunchPopupListener, QueryListener, QueryOperationListener, RegionNavigationListener, ReturnPopupDataListener, ReturnPopupListener, CalendarListener, CalendarActivityListener, CalendarActivityDurationChangeListener, CalendarDisplayChangeListener, ContextInfoListener, CarouselSpinListener, javax.faces.component.StateHolder

Listener that supports setting a property. Implements the listener interface for a variety of events.


Constructor Summary
SetPropertyListener()
          Deprecated. use #SetPropertyListener(String eventClassName) instead
SetPropertyListener(java.lang.String eventClassName)
           

 

Method Summary
 java.lang.Object getFrom()
           
 javax.el.ValueExpression getValueExpression(java.lang.String name)
           
 boolean isTransient()
           
 void processAction(javax.faces.event.ActionEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processCalendar(CalendarEvent event)
           
 void processCalendarActivity(CalendarActivityEvent event)
           
 void processCalendarActivityDurationChange(CalendarActivityDurationChangeEvent event)
           
 void processCalendarDisplayChange(CalendarDisplayChangeEvent event)
           
 void processCarouselSpin(CarouselSpinEvent event)
           
 void processContextInfo(ContextInfoEvent event)
           
 void processDataReturn(ReturnPopupDataEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processDialog(DialogEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processDisclosure(org.apache.myfaces.trinidad.event.DisclosureEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processDisclosure(org.apache.myfaces.trinidad.event.RowDisclosureEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processFocus(org.apache.myfaces.trinidad.event.FocusEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processLaunch(org.apache.myfaces.trinidad.event.LaunchEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processLaunch(LaunchPopupEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processPoll(org.apache.myfaces.trinidad.event.PollEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processPopupCanceled(PopupCanceledEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property.
 void processPopupFetch(PopupFetchEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processQuery(QueryEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processQueryOperation(QueryOperationEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processRangeChange(org.apache.myfaces.trinidad.event.RangeChangeEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processRegionNavigation(RegionNavigationEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processReturn(org.apache.myfaces.trinidad.event.ReturnEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processReturn(ReturnPopupEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processSelection(org.apache.myfaces.trinidad.event.SelectionEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processSort(org.apache.myfaces.trinidad.event.SortEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void processValueChange(javax.faces.event.ValueChangeEvent event)
          Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
 void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
           
 java.lang.Object saveState(javax.faces.context.FacesContext context)
           
 void setFrom(java.lang.Object from)
           
 void setTransient(boolean newTransientValue)
           
 void setValueExpression(java.lang.String name, javax.el.ValueExpression binding)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

SetPropertyListener

public SetPropertyListener()
Deprecated. use #SetPropertyListener(String eventClassName) instead

SetPropertyListener

public SetPropertyListener(java.lang.String eventClassName)
Parameters:
eventClassName - the fully qualified name of the event to listen for

Method Detail

processReturn

public void processReturn(ReturnPopupEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processReturn in interface ReturnPopupListener

processDataReturn

public void processDataReturn(ReturnPopupDataEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processDataReturn in interface ReturnPopupDataListener

processRegionNavigation

public void processRegionNavigation(RegionNavigationEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processRegionNavigation in interface RegionNavigationListener

processQueryOperation

public void processQueryOperation(QueryOperationEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processQueryOperation in interface QueryOperationListener

processQuery

public void processQuery(QueryEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processQuery in interface QueryListener

processLaunch

public void processLaunch(LaunchPopupEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processLaunch in interface LaunchPopupListener

processDialog

public void processDialog(DialogEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processDialog in interface DialogListener

processCalendar

public void processCalendar(CalendarEvent event)
Specified by:
processCalendar in interface CalendarListener

processCalendarActivityDurationChange

public void processCalendarActivityDurationChange(CalendarActivityDurationChangeEvent event)
Specified by:
processCalendarActivityDurationChange in interface CalendarActivityDurationChangeListener

processCalendarActivity

public void processCalendarActivity(CalendarActivityEvent event)
Specified by:
processCalendarActivity in interface CalendarActivityListener

processCalendarDisplayChange

public void processCalendarDisplayChange(CalendarDisplayChangeEvent event)
Specified by:
processCalendarDisplayChange in interface CalendarDisplayChangeListener

processCarouselSpin

public void processCarouselSpin(CarouselSpinEvent event)
Specified by:
processCarouselSpin in interface CarouselSpinListener

processDisclosure

public void processDisclosure(org.apache.myfaces.trinidad.event.RowDisclosureEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processDisclosure in interface org.apache.myfaces.trinidad.event.RowDisclosureListener

processSelection

public void processSelection(org.apache.myfaces.trinidad.event.SelectionEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processSelection in interface org.apache.myfaces.trinidad.event.SelectionListener

processSort

public void processSort(org.apache.myfaces.trinidad.event.SortEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processSort in interface org.apache.myfaces.trinidad.event.SortListener

processReturn

public void processReturn(org.apache.myfaces.trinidad.event.ReturnEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processReturn in interface org.apache.myfaces.trinidad.event.ReturnListener

processPoll

public void processPoll(org.apache.myfaces.trinidad.event.PollEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processPoll in interface org.apache.myfaces.trinidad.event.PollListener

processRangeChange

public void processRangeChange(org.apache.myfaces.trinidad.event.RangeChangeEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processRangeChange in interface org.apache.myfaces.trinidad.event.RangeChangeListener

processLaunch

public void processLaunch(org.apache.myfaces.trinidad.event.LaunchEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processLaunch in interface org.apache.myfaces.trinidad.event.LaunchListener

processFocus

public void processFocus(org.apache.myfaces.trinidad.event.FocusEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processFocus in interface org.apache.myfaces.trinidad.event.FocusListener

processDisclosure

public void processDisclosure(org.apache.myfaces.trinidad.event.DisclosureEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processDisclosure in interface org.apache.myfaces.trinidad.event.DisclosureListener

processValueChange

public void processValueChange(javax.faces.event.ValueChangeEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processValueChange in interface javax.faces.event.ValueChangeListener

processPopupFetch

public void processPopupFetch(PopupFetchEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processPopupFetch in interface PopupFetchListener

processPopupCanceled

public void processPopupCanceled(PopupCanceledEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property. A PopupCanceledListener implemenation.

processAction

public void processAction(javax.faces.event.ActionEvent event)
Gets the value from the "from" property and sets it on the ValueBinding for the "to" property
Specified by:
processAction in interface javax.faces.event.ActionListener

processContextInfo

public void processContextInfo(ContextInfoEvent event)
Specified by:
processContextInfo in interface ContextInfoListener

getValueExpression

public javax.el.ValueExpression getValueExpression(java.lang.String name)

setValueExpression

public void setValueExpression(java.lang.String name,
                               javax.el.ValueExpression binding)

getFrom

public java.lang.Object getFrom()

setFrom

public void setFrom(java.lang.Object from)

saveState

public java.lang.Object saveState(javax.faces.context.FacesContext context)
Specified by:
saveState in interface javax.faces.component.StateHolder

restoreState

public void restoreState(javax.faces.context.FacesContext context,
                         java.lang.Object state)
Specified by:
restoreState in interface javax.faces.component.StateHolder

isTransient

public boolean isTransient()
Specified by:
isTransient in interface javax.faces.component.StateHolder

setTransient

public void setTransient(boolean newTransientValue)
Specified by:
setTransient in interface javax.faces.component.StateHolder

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


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