|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.event.Target
public class Target
Represents a Target object typically associated with a component that specifies rules that govern which target components get executed or rendered when specific events are (or any event is) raised by the component.
| Nested Class Summary | |
|---|---|
static class |
Target.KeywordDefines list of keywords supported on a target in its execute and render lists |
| Field Summary | |
|---|---|
static String |
TARGET_LIST_PROPERTY |
| Constructor Summary | |
|---|---|
Target() |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)Returns true, if the object instance variables - eventNames, renderIds and executeIds, equals the those for this instance. |
org.apache.myfaces.trinidad.bean.FacesBean |
getBean() |
Set<String> |
getEvents()Returns the Set<String> of scoped ids of components that will be executed. |
Set<String> |
getExecuteIds()Returns the Set of execute ids or an empty Collection. |
Set<String> |
getRenderIds()Returns the Set of render ids or an empty Collection. |
int |
hashCode() |
boolean |
isEventAll()Returns true if either the keyword '@all' is set or if no event names are specified. |
boolean |
isTransient() |
void |
restoreState(javax.faces.context.FacesContext context, Object state) |
Object |
saveState(javax.faces.context.FacesContext context)StateHolder Implementation |
void |
setEvents(Set<String> events)Sets the event names. |
void |
setEvents(javax.el.ValueExpression events)Sets the event names as provided by the ValueExpression events. |
void |
setExecute(javax.el.ValueExpression execute)Stores the execute ValueExpression or if literal turns into a Set of Strings and stores that in the property. |
void |
setExecuteIds(Set<String> executeIds)Stores the Set of executeIds on the bean property. |
void |
setRender(javax.el.ValueExpression render)Stores the ValueExpression into the bean property. |
void |
setRenderIds(Set<String> renderIds)Stores the Set of renderIds on the bean property. |
void |
setTransient(boolean newTransientValue) |
String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String TARGET_LIST_PROPERTY
| Constructor Detail |
|---|
public Target()
| Method Detail |
|---|
public Set<String> getEvents()
public void setEvents(Set<String> events)
events - Set of String event names.public void setEvents(javax.el.ValueExpression events)
events - ValueExpression that resolves the event names.public Set<String> getExecuteIds()
public void setExecuteIds(Set<String> executeIds)
executeIds -public void setExecute(javax.el.ValueExpression execute)
execute -public Set<String> getRenderIds()
public void setRenderIds(Set<String> renderIds)
renderIds -public void setRender(javax.el.ValueExpression render)
render -public boolean isEventAll()
TRUE if the set of events contains @allpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHolder
public void restoreState(javax.faces.context.FacesContext context,
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.StateHolderpublic org.apache.myfaces.trinidad.bean.FacesBean getBean()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.