|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.0) E10684-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.event.SetPropertyListener
public class SetPropertyListener
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 |
|---|
public SetPropertyListener()
public SetPropertyListener(java.lang.String eventClassName)
eventClassName - the fully qualified name of the event to listen for| Method Detail |
|---|
public void processReturn(ReturnPopupEvent event)
processReturn in interface ReturnPopupListenerpublic void processDataReturn(ReturnPopupDataEvent event)
processDataReturn in interface ReturnPopupDataListenerpublic void processRegionNavigation(RegionNavigationEvent event)
processRegionNavigation in interface RegionNavigationListenerpublic void processQueryOperation(QueryOperationEvent event)
processQueryOperation in interface QueryOperationListenerpublic void processQuery(QueryEvent event)
processQuery in interface QueryListenerpublic void processLaunch(LaunchPopupEvent event)
processLaunch in interface LaunchPopupListenerpublic void processDialog(DialogEvent event)
processDialog in interface DialogListenerpublic void processCalendar(CalendarEvent event)
processCalendar in interface CalendarListenerpublic void processCalendarActivityDurationChange(CalendarActivityDurationChangeEvent event)
processCalendarActivityDurationChange in interface CalendarActivityDurationChangeListenerpublic void processCalendarActivity(CalendarActivityEvent event)
processCalendarActivity in interface CalendarActivityListenerpublic void processCalendarDisplayChange(CalendarDisplayChangeEvent event)
processCalendarDisplayChange in interface CalendarDisplayChangeListenerpublic void processCarouselSpin(CarouselSpinEvent event)
processCarouselSpin in interface CarouselSpinListenerpublic void processDisclosure(org.apache.myfaces.trinidad.event.RowDisclosureEvent event)
processDisclosure in interface org.apache.myfaces.trinidad.event.RowDisclosureListenerpublic void processSelection(org.apache.myfaces.trinidad.event.SelectionEvent event)
processSelection in interface org.apache.myfaces.trinidad.event.SelectionListenerpublic void processSort(org.apache.myfaces.trinidad.event.SortEvent event)
processSort in interface org.apache.myfaces.trinidad.event.SortListenerpublic void processReturn(org.apache.myfaces.trinidad.event.ReturnEvent event)
processReturn in interface org.apache.myfaces.trinidad.event.ReturnListenerpublic void processPoll(org.apache.myfaces.trinidad.event.PollEvent event)
processPoll in interface org.apache.myfaces.trinidad.event.PollListenerpublic void processRangeChange(org.apache.myfaces.trinidad.event.RangeChangeEvent event)
processRangeChange in interface org.apache.myfaces.trinidad.event.RangeChangeListenerpublic void processLaunch(org.apache.myfaces.trinidad.event.LaunchEvent event)
processLaunch in interface org.apache.myfaces.trinidad.event.LaunchListenerpublic void processFocus(org.apache.myfaces.trinidad.event.FocusEvent event)
processFocus in interface org.apache.myfaces.trinidad.event.FocusListenerpublic void processDisclosure(org.apache.myfaces.trinidad.event.DisclosureEvent event)
processDisclosure in interface org.apache.myfaces.trinidad.event.DisclosureListenerpublic void processValueChange(javax.faces.event.ValueChangeEvent event)
processValueChange in interface javax.faces.event.ValueChangeListenerpublic void processPopupFetch(PopupFetchEvent event)
processPopupFetch in interface PopupFetchListenerpublic void processPopupCanceled(PopupCanceledEvent event)
PopupCanceledListener implemenation.public void processAction(javax.faces.event.ActionEvent event)
processAction in interface javax.faces.event.ActionListenerpublic void processContextInfo(ContextInfoEvent event)
processContextInfo in interface ContextInfoListenerpublic javax.el.ValueExpression getValueExpression(java.lang.String name)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
public java.lang.Object getFrom()
public void setFrom(java.lang.Object from)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHolder
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderpublic boolean isTransient()
isTransient in interface javax.faces.component.StateHolderpublic void setTransient(boolean newTransientValue)
setTransient in interface javax.faces.component.StateHolder
|
Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.7.0) E10684-08 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||