|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.adfnmc.bindings.dbf.BindingContainerImpl
public class BindingContainerImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.adfnmc.java.util.Map |
|---|
Map.Entry |
| Field Summary | |
|---|---|
static java.lang.Class |
CLASS_INSTANCE
|
static java.lang.String |
ERROR_KEY
|
static java.lang.String |
ERRORS_KEY
|
static java.lang.String |
EXCEPTIONSLIST_KEY
|
| Fields inherited from interface oracle.adfnmc.bindings.events.PhaseListener |
|---|
PHASE_ONSHOW, PHASE_POSTRESPONSE, PHASE_PREREQUEST |
| Constructor Summary | |
|---|---|
BindingContainerImpl()
|
|
| Method Summary | |
|---|---|
void |
clear()
Removes all elements from this Map, leaving it empty. |
void |
containerInitialized(BindingContainer container)
Called when the initialization of the container is complete. |
boolean |
containsKey(java.lang.Object key)
Searches this Map for the specified key. |
boolean |
containsValue(java.lang.Object value)
Searches this Map for the specified value. |
Set |
entrySet()
Returns a Set whose elements comprise all of the mappings that are to be found in this
Map. |
java.lang.Object |
get(java.lang.Object key)
Answers the value of the mapping with the specified key. |
ValueExpression |
getContainerReferenceExpression()
|
ControlBinding |
getControlBinding(java.lang.String name)
Returns a control binding with the given name. |
Map |
getControlBindings()
Return a list of all control bindings in the container. |
ResourceBundle |
getCurrentResourceBundle()
|
java.util.Enumeration |
getElements()
|
java.lang.Exception |
getError()
|
List |
getErrors()
Get the list of errors raised by the most recent binding operation in this container |
java.util.Enumeration |
getKeys()
|
XmlAnyDefinition |
getMetadataDefinition()
|
java.lang.String |
getName()
Returns the name of the container |
OperationBinding |
getOperationBinding(java.lang.String name)
Returns an operation binding with the given name. |
void |
initialize(BindingContainerInitializer initializer)
initialize the container with code generated from pagedef metadata |
void |
initialize(java.lang.String pageDefPath)
initialize the container by parsing pagedef metadata |
boolean |
isActive()
|
boolean |
isEmpty()
Answers if this Map has no elements, a size of zero. |
Set |
keySet()
Answers a Set of the keys contained in this Map. |
void |
onShow()
Occurs each time a screen is shown |
void |
postResponse()
|
void |
preRequest()
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Maps the specified key to the specified value. |
void |
putAll(Map m)
Copies every mapping in the specified Map to this Map. |
void |
refresh()
Refreshes the DataControl by iteratively re-evaluating the executable bindings. |
void |
release()
Releases this ControlBinding. |
java.lang.Object |
remove(java.lang.Object key)
Removes a mapping with the specified key from this Map. |
void |
reportException(AdfNmcException ex,
boolean rethrow)
|
void |
setCurrentResourceBundle(java.lang.String id,
Locale locale)
|
void |
setIsActive(boolean isActive)
|
void |
setMetadataDefinition(XmlAnyDefinition metadataDef)
|
int |
size()
Answers the number of elements in this Map. |
java.lang.String |
toString()
|
Collection |
values()
Returns all of the current Map values in a Collection. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.adfnmc.java.util.Map |
|---|
equals, hashCode |
| Field Detail |
|---|
public static final java.lang.Class CLASS_INSTANCE
public static final java.lang.String ERROR_KEY
public static final java.lang.String ERRORS_KEY
public static final java.lang.String EXCEPTIONSLIST_KEY
| Constructor Detail |
|---|
public BindingContainerImpl()
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean containsKey(java.lang.Object key)
Map
containsKey in interface Mapkey - the object to search for
key is a key of this Map, false otherwisepublic java.lang.Object get(java.lang.Object key)
Map
get in interface Mapkey - the key
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
Map
put in interface Mapkey - the keyvalue - the value
public java.util.Enumeration getElements()
public java.util.Enumeration getKeys()
public boolean isActive()
public boolean isEmpty()
Map
isEmpty in interface MapMap.size()public java.lang.Object remove(java.lang.Object key)
Map
remove in interface Mapkey - the key of the mapping to remove
public void containerInitialized(BindingContainer container)
BindingContainer
containerInitialized in interface BindingContainerpublic ControlBinding getControlBinding(java.lang.String name)
BindingContainer
getControlBinding in interface BindingContainerpublic Map getControlBindings()
BindingContainer
getControlBindings in interface BindingContainerpublic java.lang.String getName()
BindingContainer
getName in interface BindingContainerpublic XmlAnyDefinition getMetadataDefinition()
public void setMetadataDefinition(XmlAnyDefinition metadataDef)
public OperationBinding getOperationBinding(java.lang.String name)
BindingContainer
getOperationBinding in interface BindingContainerpublic void refresh()
BindingContainer
refresh in interface BindingContainerpublic void release()
BindingContainer
release in interface BindingContainerpublic ValueExpression getContainerReferenceExpression()
public java.lang.Exception getError()
public List getErrors()
BindingContainer
getErrors in interface BindingContainerpublic void initialize(BindingContainerInitializer initializer)
initializer - public void initialize(java.lang.String pageDefPath)
pageDefPath -
public void reportException(AdfNmcException ex,
boolean rethrow)
public ResourceBundle getCurrentResourceBundle()
getCurrentResourceBundle in interface BindingContainer
public void setCurrentResourceBundle(java.lang.String id,
Locale locale)
setCurrentResourceBundle in interface BindingContainerpublic void onShow()
PhaseListener
onShow in interface PhaseListenerpublic void preRequest()
preRequest in interface PhaseListenerpublic void postResponse()
postResponse in interface PhaseListenerpublic void setIsActive(boolean isActive)
public int size()
Map
size in interface Mappublic void putAll(Map m)
Map
putAll in interface Mapm - the Map to copy mappings frompublic void clear()
Map
clear in interface MapMap.isEmpty(),
Map.size()public boolean containsValue(java.lang.Object value)
Map
containsValue in interface Mapvalue - the object to search for
value is a value of this Map, false otherwisepublic Set entrySet()
MapSet whose elements comprise all of the mappings that are to be found in this
Map. Information on each of the mappings is encapsulated in a separate Map.Entry instance. As
the Set is backed by this Map, users should be aware that changes in one will be
immediately visible in the other.
entrySet in interface MapSet of the mappingspublic Set keySet()
Map
keySet in interface Mappublic Collection values()
MapMap values in a Collection. As the returned
Collection is backed by this Map, users should be aware that changes in one will be
immediately visible in the other.
values in interface Map
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||