|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of PropertyKey in oracle.adf.view.faces.bean |
| Methods in oracle.adf.view.faces.bean that return PropertyKey | |
PropertyKey |
FacesBean.Type.findKey(java.lang.String name)
Find an existing key by name. |
PropertyKey |
FacesBean.Type.findKey(int index)
Find an existing key by index. |
PropertyKey |
FacesBean.Type.registerKey(java.lang.String name,
java.lang.Class type,
java.lang.Object defaultValue)
Register a new key. |
PropertyKey |
FacesBean.Type.registerKey(java.lang.String name,
java.lang.Class type)
Register a new key. |
PropertyKey |
FacesBean.Type.registerKey(java.lang.String name)
Register a new key. |
PropertyKey |
FacesBean.Type.registerKey(java.lang.String name,
int capabilities)
Register a new key. |
PropertyKey |
FacesBean.Type.registerKey(java.lang.String name,
java.lang.Class type,
int capabilities)
Register a new key. |
PropertyKey |
FacesBean.Type.registerAlias(PropertyKey key,
java.lang.String alias)
Add an alias to an existing PropertyKey. |
PropertyKey |
FacesBean.Type.registerKey(java.lang.String name,
java.lang.Class type,
java.lang.Object defaultValue,
int capabilities)
Register a new key with a set of capabilities. |
protected PropertyKey |
FacesBean.Type.createPropertyKey(java.lang.String name,
java.lang.Class type,
java.lang.Object defaultValue,
int capabilities,
int index)
|
static PropertyKey |
PropertyKey.createPropertyKey(java.lang.String name)
Create a named PropertyKey, not attached to any type. |
| Methods in oracle.adf.view.faces.bean with parameters of type PropertyKey | |
java.lang.Object |
FacesBeanImpl.getProperty(PropertyKey key)
|
void |
FacesBeanImpl.setProperty(PropertyKey key,
java.lang.Object value)
|
java.lang.Object |
FacesBeanImpl.getLocalProperty(PropertyKey key)
|
ValueBinding |
FacesBeanImpl.getValueBinding(PropertyKey key)
|
void |
FacesBeanImpl.setValueBinding(PropertyKey key,
ValueBinding binding)
|
void |
FacesBeanImpl.addEntry(PropertyKey listKey,
java.lang.Object value)
|
void |
FacesBeanImpl.removeEntry(PropertyKey listKey,
java.lang.Object value)
|
java.lang.Object[] |
FacesBeanImpl.getEntries(PropertyKey listKey,
java.lang.Class clazz)
|
java.util.Iterator |
FacesBeanImpl.entries(PropertyKey listKey)
|
protected void |
FacesBeanImpl.setPropertyImpl(PropertyKey key,
java.lang.Object value)
|
protected java.lang.Object |
FacesBeanImpl.getLocalPropertyImpl(PropertyKey key)
|
java.lang.Object |
FacesBean.getProperty(PropertyKey key)
Returns a property. |
void |
FacesBean.setProperty(PropertyKey key,
java.lang.Object value)
Set a property. |
java.lang.Object |
FacesBean.getLocalProperty(PropertyKey key)
Return a property, ignoring any value bindings. |
ValueBinding |
FacesBean.getValueBinding(PropertyKey key)
Return the value binding for a key. |
void |
FacesBean.setValueBinding(PropertyKey key,
ValueBinding binding)
Set the value binding for a key. |
void |
FacesBean.addEntry(PropertyKey listKey,
java.lang.Object value)
Add an entry to a list. |
void |
FacesBean.removeEntry(PropertyKey listKey,
java.lang.Object value)
Remove an entry from a list. |
java.lang.Object[] |
FacesBean.getEntries(PropertyKey listKey,
java.lang.Class clazz)
Return as an array all elements of this key that are instances of the specified class. |
java.util.Iterator |
FacesBean.entries(PropertyKey listKey)
Returns an iterator over all entries at this key. |
PropertyKey |
FacesBean.Type.registerAlias(PropertyKey key,
java.lang.String alias)
Add an alias to an existing PropertyKey. |
protected void |
FacesBean.Type.addKey(PropertyKey key)
Add a key to the type. |
boolean |
PropertyMap.containsKey(PropertyKey key)
|
java.lang.Object |
PropertyMap.get(PropertyKey key)
|
java.lang.Object |
PropertyMap.put(PropertyKey key,
java.lang.Object value)
|
java.lang.Object |
PropertyMap.remove(PropertyKey key)
|
| Uses of PropertyKey in oracle.adf.view.faces.bean.util |
| Methods in oracle.adf.view.faces.bean.util that return PropertyKey | |
static PropertyKey |
StateUtils.restoreKey(FacesBean.Type type,
java.lang.Object value)
Restores a persisted PropertyKey. |
| Methods in oracle.adf.view.faces.bean.util with parameters of type PropertyKey | |
static java.lang.Object |
StateUtils.saveKey(PropertyKey key)
Persists a property key. |
boolean |
PropertyHashMap.containsKey(PropertyKey key)
|
java.lang.Object |
PropertyHashMap.get(PropertyKey key)
|
java.lang.Object |
PropertyHashMap.put(PropertyKey key,
java.lang.Object value)
|
java.lang.Object |
PropertyHashMap.remove(PropertyKey key)
|
boolean |
PropertyArrayMap.containsKey(PropertyKey key)
|
java.lang.Object |
PropertyArrayMap.get(PropertyKey key)
|
java.lang.Object |
PropertyArrayMap.put(PropertyKey key,
java.lang.Object value)
|
java.lang.Object |
PropertyArrayMap.remove(PropertyKey key)
|
boolean |
FlaggedPropertyMap.containsKey(PropertyKey key)
|
java.lang.Object |
FlaggedPropertyMap.get(PropertyKey key)
|
java.lang.Object |
FlaggedPropertyMap.put(PropertyKey key,
java.lang.Object value)
|
java.lang.Object |
FlaggedPropertyMap.remove(PropertyKey key)
|
boolean |
AbstractPropertyMap.containsKey(PropertyKey key)
|
java.lang.Object |
AbstractPropertyMap.get(PropertyKey key)
|
java.lang.Object |
AbstractPropertyMap.put(PropertyKey key,
java.lang.Object value)
|
java.lang.Object |
AbstractPropertyMap.remove(PropertyKey key)
|
| Uses of PropertyKey in oracle.adf.view.faces.component |
| Methods in oracle.adf.view.faces.component that return PropertyKey | |
protected PropertyKey |
UIXComponentBase.getPropertyKey(java.lang.String name)
|
| Methods in oracle.adf.view.faces.component with parameters of type PropertyKey | |
protected void |
UIXComponentBase.addAttributeChange(PropertyKey attribute,
java.lang.Object attributeValue)
|
protected void |
UIXComponentBase.setProperty(PropertyKey key,
java.lang.Object value)
|
protected java.lang.Object |
UIXComponentBase.getProperty(PropertyKey key)
|
protected void |
UIXComponentBase.setBooleanProperty(PropertyKey key,
boolean value)
|
protected boolean |
UIXComponentBase.getBooleanProperty(PropertyKey key,
boolean defaultValue)
|
protected void |
UIXComponentBase.setIntProperty(PropertyKey key,
int value)
|
protected int |
UIXComponentBase.getIntProperty(PropertyKey key,
int defaultValue)
|
| Uses of PropertyKey in oracle.adf.view.faces.component.core |
| Uses of PropertyKey in oracle.adf.view.faces.component.core.data |
| Fields in oracle.adf.view.faces.component.core.data declared as PropertyKey | |
static PropertyKey |
CoreColumn.FORMAT_TYPE_KEY
|
static PropertyKey |
CoreColumn.GRID_VISIBLE_KEY
|
static PropertyKey |
CoreColumn.WIDTH_KEY
|
static PropertyKey |
CoreColumn.HEADER_TEXT_KEY
|
static PropertyKey |
CoreColumn.BANDING_SHADE_KEY
|
static PropertyKey |
CoreColumn.NO_WRAP_KEY
|
static PropertyKey |
CoreColumn.HEADER_NO_WRAP_KEY
|
static PropertyKey |
CoreColumn.SORTABLE_KEY
|
static PropertyKey |
CoreColumn.< |