|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyMap | |
oracle.adf.view.faces.bean | |
oracle.adf.view.faces.bean.util |
Uses of PropertyMap in oracle.adf.view.faces.bean |
Methods in oracle.adf.view.faces.bean that return PropertyMap | |
protected PropertyMap |
FacesBeanImpl.createPropertyMap()
|
protected PropertyMap |
FacesBeanImpl.createBindingsMap()
|
Methods in oracle.adf.view.faces.bean with parameters of type PropertyMap | |
void |
PropertyMap.putAll(PropertyMap t)
|
Uses of PropertyMap in oracle.adf.view.faces.bean.util |
Classes in oracle.adf.view.faces.bean.util that implement PropertyMap | |
class |
AbstractPropertyMap
|
class |
FlaggedPropertyMap
|
class |
PropertyHashMap
|
Methods in oracle.adf.view.faces.bean.util that return PropertyMap | |
protected PropertyMap |
FlaggedPropertyMap.getPropertyMap(boolean createIfNull)
|
protected PropertyMap |
FlaggedPropertyMap.createMap()
|
Methods in oracle.adf.view.faces.bean.util with parameters of type PropertyMap | |
static java.lang.Object |
StateUtils.saveState(PropertyMap map,
javax.faces.context.FacesContext context,
boolean useStateHolder)
Generic (unoptimized) version of PropertyMap state saving. |
static void |
StateUtils.restoreState(PropertyMap map,
javax.faces.context.FacesContext context,
FacesBean.Type type,
java.lang.Object state,
boolean useStateHolder)
Generic (unoptimized) version of PropertyMap state restoring. |
void |
PropertyHashMap.putAll(PropertyMap t)
|
void |
FlaggedPropertyMap.putAll(PropertyMap t)
|
void |
AbstractPropertyMap.putAll(PropertyMap t)
|
Constructors in oracle.adf.view.faces.bean.util with parameters of type PropertyMap | |
PropertyHashMap(PropertyMap map)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |