Uses of Class
oracle.adf.view.faces.bean.PropertyKey

Packages that use PropertyKey
oracle.adf.view.faces.bean   
oracle.adf.view.faces.bean.util   
oracle.adf.view.faces.component   
oracle.adf.view.faces.component.core   
oracle.adf.view.faces.component.core.data   
oracle.adf.view.faces.component.core.input   
oracle.adf.view.faces.component.core.layout   
oracle.adf.view.faces.component.core.nav   
oracle.adf.view.faces.component.core.output   
oracle.adf.view.faces.component.html   
oracle.adf.view.faces.webapp   
 

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
 

Fields in oracle.adf.view.faces.component declared as PropertyKey
static PropertyKey UIXSwitcher.FACET_NAME_KEY
           
static PropertyKey UIXSwitcher.DEFAULT_FACET_KEY
           
static PropertyKey UIXRegion.VALUE_KEY
           
static PropertyKey UIXRegion.REGION_TYPE_KEY
           
static PropertyKey UIXRegion.VAR_KEY
           
static PropertyKey UIXPoll.IMMEDIATE_KEY
           
static PropertyKey UIXPoll.POLL_LISTENER_KEY
           
static PropertyKey UIXSubform.SUBMITTED_KEY
           
static PropertyKey UIXSubform.DEFAULT_KEY
           
static PropertyKey UIXForm.SUBMITTED_KEY
           
static PropertyKey UIXProgress.VALUE_KEY
           
static PropertyKey UIXProgress.ACTION_KEY
           
static PropertyKey UIXProgress.ACTION_LISTENER_KEY
           
static PropertyKey UIXProgress.IMMEDIATE_KEY
           
static PropertyKey UIXMessage.FOR_KEY
           
static PropertyKey UIXColumn.SORT_PROPERTY_KEY
           
static PropertyKey UIXSelectRange.VAR_KEY
           
static PropertyKey UIXSelectRange.IMMEDIATE_KEY
           
static PropertyKey UIXSelectRange.RANGE_CHANGE_LISTENER_KEY
           
static PropertyKey UIXSelectRange.VALUE_KEY
           
static PropertyKey UIXSelectRange.ROWS_KEY
           
static PropertyKey UIXSelectRange.FIRST_KEY
           
static PropertyKey UIXTreeTable.FOCUS_LISTENER_KEY
           
static PropertyKey UIXTreeTable.ROWS_BY_DEPTH_KEY
           
static PropertyKey UIXTreeTable.SELECTION_LISTENER_KEY
           
static PropertyKey UIXTreeTable.DISCLOSURE_ALL_LISTENER_KEY
           
static PropertyKey UIXTreeTable.RANGE_CHANGE_LISTENER_KEY
           
static PropertyKey UIXTableSelectOne.REQUIRED_KEY
           
static PropertyKey UIXIterator.VAR_KEY
           
static PropertyKey UIXIterator.VAR_STATUS_KEY
           
static PropertyKey UIXIterator.VALUE_KEY
           
static PropertyKey UIXIterator.ROWS_KEY
           
static PropertyKey UIXIterator.FIRST_KEY
           
static PropertyKey UIXTable.DISCLOSURE_STATE_KEY
           
static PropertyKey UIXTable.SELECTION_STATE_KEY
           
static PropertyKey UIXTable.SORT_LISTENER_KEY
           
static PropertyKey UIXTable.SELECTION_LISTENER_KEY
           
static PropertyKey UIXTable.DISCLOSURE_ALL_LISTENER_KEY
           
static PropertyKey UIXTable.IMMEDIATE_KEY
           
static PropertyKey UIXTable.DISCLOSURE_LISTENER_KEY
           
static PropertyKey UIXTable.RANGE_CHANGE_LISTENER_KEY
           
static PropertyKey UIXTable.SHOW_ALL_KEY
           
static PropertyKey UIXTree.VAR_KEY
           
static PropertyKey UIXTree.VAR_STATUS_KEY
           
static PropertyKey UIXTree.VALUE_KEY
           
static PropertyKey UIXTree.TREE_STATE_KEY
           
static PropertyKey UIXTree.FOCUS_ROW_KEY_KEY
           
static PropertyKey UIXTree.IMMEDIATE_KEY
           
static PropertyKey UIXTree.DISCLOSURE_LISTENER_KEY
           
static PropertyKey UIXGo.DESTINATION_KEY
           
static PropertyKey UIXMenuTree.VALUE_KEY
           
static PropertyKey UIXMenuTree.TREE_STATE_KEY
           
static PropertyKey UIXMenuTree.START_DEPTH_KEY
           
static PropertyKey UIXMenuTree.VAR_KEY
           
static PropertyKey UIXMenuTree.VAR_STATUS_KEY
           
static PropertyKey UIXMenuTree.IMMEDIATE_KEY
           
static PropertyKey UIXMenuTree.DISCLOSURE_LISTENER_KEY
           
static PropertyKey UIXSingleStep.SELECTED_STEP_KEY
           
static PropertyKey UIXSingleStep.MAX_STEP_KEY
           
static PropertyKey UIXSingleStep.TEXT_KEY
           
static PropertyKey UIXSingleStep.PREVIOUS_ACTION_LISTENER_KEY
           
static PropertyKey UIXSingleStep.NEXT_ACTION_LISTENER_KEY
           
static PropertyKey UIXSingleStep.NEXT_ACTION_KEY
           
static PropertyKey UIXSingleStep.PREVIOUS_ACTION_KEY
           
static PropertyKey UIXPage.VALUE_KEY
           
static PropertyKey UIXPage.TREE_STATE_KEY
           
static PropertyKey UIXPage.VAR_KEY
           
static PropertyKey UIXPage.VAR_STATUS_KEY
           
static PropertyKey UIXPage.IMMEDIATE_KEY
           
static PropertyKey UIXPage.DISCLOSURE_LISTENER_KEY
           
static PropertyKey UIXCommand.ACTION_KEY
           
static PropertyKey UIXCommand.ACTION_LISTENER_KEY
           
static PropertyKey UIXCommand.RETURN_LISTENER_KEY
           
static PropertyKey UIXCommand.LAUNCH_LISTENER_KEY
           
static PropertyKey UIXCommand.IMMEDIATE_KEY
           
static PropertyKey UIXProcess.VALUE_KEY
           
static PropertyKey UIXProcess.VAR_KEY
           
static PropertyKey UIXProcess.VAR_STATUS_KEY
           
static PropertyKey UIXMenuPath.VALUE_KEY
           
static PropertyKey UIXMenuPath.VAR_KEY
           
static PropertyKey UIXMenuPath.VAR_STATUS_KEY
           
static PropertyKey UIXMenu.VALUE_KEY
           
static PropertyKey UIXMenu.START_DEPTH_KEY
           
static PropertyKey UIXMenu.VAR_KEY
           
static PropertyKey UIXMenu.VAR_STATUS_KEY
           
static PropertyKey UIXShowDetail.DISCLOSED_KEY
           
static PropertyKey UIXShowDetail.IMMEDIATE_KEY
           
static PropertyKey UIXShowDetail.DISCLOSURE_LISTENER_KEY
           
static PropertyKey UIXSelectItem.VALUE_KEY
           
static PropertyKey UIXSelectBoolean.SELECTED_KEY
           
static PropertyKey UIXValue.VALUE_KEY
           
static PropertyKey UIXValue.CONVERTER_KEY
           
static PropertyKey UIXEditableValue.IMMEDIATE_KEY
           
static PropertyKey UIXEditableValue.VALID_KEY
           
static PropertyKey UIXEditableValue.REQUIRED_KEY
           
static PropertyKey UIXEditableValue.LOCAL_VALUE_SET_KEY
           
static PropertyKey UIXEditableValue.SUBMITTED_VALUE_KEY
           
static PropertyKey UIXEditableValue.VALIDATOR_KEY
           
static PropertyKey UIXEditableValue.VALUE_CHANGE_LISTENER_KEY
           
static PropertyKey UIXEditableValue.REQUIRED_MESSAGE_DETAIL_KEY
           
static PropertyKey UIXEditableValue.VALIDATORS_KEY
           
static PropertyKey UIXSelectInput.ACTION_KEY
           
static PropertyKey UIXSelectInput.ACTION_LISTENER_KEY
           
static PropertyKey UIXSelectInput.RETURN_LISTENER_KEY
           
static PropertyKey UIXTableSelectMany.REQUIRED_KEY
           
static PropertyKey UIXComponentBase.ID_KEY
           
static PropertyKey UIXComponentBase.RENDERED_KEY
           
static PropertyKey UIXComponentBase.BINDING_KEY
           
static PropertyKey UIXComponentBase.TRANSIENT_KEY
           
static PropertyKey UIXComponentBase.RENDERER_TYPE_KEY
           
 

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
 

Fields in oracle.adf.view.faces.component.core declared as PropertyKey
static PropertyKey CorePoll.INTERVAL_KEY
           
static PropertyKey CoreForm.TARGET_FRAME_KEY
           
static PropertyKey CoreForm.USES_UPLOAD_KEY
           
static PropertyKey CoreForm.DEFAULT_COMMAND_KEY
           
static PropertyKey CoreForm.ONSUBMIT_KEY
           
static PropertyKey CoreForm.SHORT_DESC_KEY
           
static PropertyKey CoreForm.PARTIAL_TRIGGERS_KEY
           
static PropertyKey CoreForm.ONCLICK_KEY
           
static PropertyKey CoreForm.ONDBLCLICK_KEY
           
static PropertyKey CoreForm.ONMOUSEDOWN_KEY
           
static PropertyKey CoreForm.ONMOUSEUP_KEY
           
static PropertyKey CoreForm.ONMOUSEOVER_KEY
           
static PropertyKey CoreForm.ONMOUSEMOVE_KEY
           
static PropertyKey CoreForm.ONMOUSEOUT_KEY
           
static PropertyKey CoreForm.ONKEYPRESS_KEY
           
static PropertyKey CoreForm.ONKEYDOWN_KEY
           
static PropertyKey CoreForm.ONKEYUP_KEY
           
static PropertyKey CoreForm.STYLE_CLASS_KEY
           
static PropertyKey CoreForm.INLINE_STYLE_KEY
           
static PropertyKey CoreImportScript.NAMES_KEY
           
static PropertyKey CoreDocument.TITLE_KEY
           
static PropertyKey CoreDocument.SHORT_DESC_KEY
           
static PropertyKey CoreDocument.PARTIAL_TRIGGERS_KEY
           
static PropertyKey CoreDocument.ONCLICK_KEY
           
static PropertyKey CoreDocument.ONDBLCLICK_KEY
           
static PropertyKey CoreDocument.ONMOUSEDOWN_KEY
           
static PropertyKey CoreDocument.ONMOUSEUP_KEY
           
static PropertyKey CoreDocument.ONMOUSEOVER_KEY
           
static PropertyKey CoreDocument.ONMOUSEMOVE_KEY
           
static PropertyKey CoreDocument.ONMOUSEOUT_KEY
           
static PropertyKey CoreDocument.ONKEYPRESS_KEY
           
static PropertyKey CoreDocument.ONKEYDOWN_KEY
           
static PropertyKey CoreDocument.ONKEYUP_KEY
           
static PropertyKey CoreDocument.STYLE_CLASS_KEY
           
static PropertyKey CoreDocument.INLINE_STYLE_KEY
           
static PropertyKey CoreDocument.ONLOAD_KEY
           
static PropertyKey CoreDocument.ONUNLOAD_KEY
           
static PropertyKey CoreDocument.INITIAL_FOCUS_ID_KEY
           
 

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.<