|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.adf.view.faces.bean.PropertyKey
Key for an entry in a FacesBean.
Field Summary | |
static int |
CAP_LIST
Capability indicating this property describes a list. |
static int |
CAP_NOT_BOUND
Capability indicating this property does not support bindings. |
static int |
CAP_STATE_HOLDER
Capability indicating this property can use the StateHolder API. |
static int |
CAP_TRANSIENT
Capability indicating this property is transient. |
Constructor Summary | |
PropertyKey(java.lang.String name)
|
|
PropertyKey(java.lang.String name,
int capabilities,
int index)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
|
int |
getIndex()
|
java.lang.String |
getName()
|
boolean |
getSupportsBinding()
Returns true if the property supports being bound. |
FacesBean.Type |
getType()
|
int |
hashCode()
|
boolean |
isList()
Returns true if the property is used to store a list. |
boolean |
isTransient()
Returns true if the property is transient. |
java.lang.Object |
restoreValue(javax.faces.context.FacesContext context,
java.lang.Object savedValue)
|
java.lang.Object |
saveValue(javax.faces.context.FacesContext context,
java.lang.Object value)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int CAP_NOT_BOUND
public static final int CAP_TRANSIENT
public static final int CAP_LIST
public static final int CAP_STATE_HOLDER
Constructor Detail |
public PropertyKey(java.lang.String name)
public PropertyKey(java.lang.String name, int capabilities, int index)
Method Detail |
public FacesBean.Type getType()
public boolean getSupportsBinding()
public boolean isTransient()
public boolean isList()
public java.lang.String getName()
public int getIndex()
public java.lang.Object saveValue(javax.faces.context.FacesContext context, java.lang.Object value)
public java.lang.Object restoreValue(javax.faces.context.FacesContext context, java.lang.Object savedValue)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |