|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OperationBinding
A ControlBinding that binds an datacontrol action, including navigational
actions such as "Next" and "Prev", or other actions such as "Commit" and
"Rollback", to a view component.
This interface is implemented by the data binding framework, and is made
available to the View components through the binding container.
Method Summary | |
---|---|
Object |
execute()
Executes this OperationBinding, for example, as a result of a UI button being pressed. |
OperationInfo |
getOperationInfo()
Returns a description of the operation to invoke. |
java.util.Map |
getParamsMap()
Retuns a map of name-value pairs of arguments and argument values to be passed to the bound operation. |
Object |
getResult()
Returns the result of invoking the operation bound by this binding (if the method has been already invoked. |
boolean |
isOperationEnabled()
Whether the action binding is enabled or disabled. |
Methods inherited from interface oracle.adfmf.bindings.ControlBinding |
---|
containerInitialized, getBindings, getMetadataDefinition, getName, release |
Method Detail |
---|
boolean isOperationEnabled()
Object execute()
OperationInfo getOperationInfo()
java.util.Map getParamsMap()
Object getResult()
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |