Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.component.action
Class Action

java.lang.Object
  extended by oracle.adfnmc.component.action.GenericAction
      extended by oracle.adfnmc.component.action.Action
All Implemented Interfaces:
ValueChangeListener

public class Action
extends GenericAction

Author:
jmiers

Field Summary
static java.lang.Class CLASS_INSTANCE
           
 
Fields inherited from class oracle.adfnmc.component.action.GenericAction
m_elExpression, m_valueExpression
 
Constructor Summary
Action(java.lang.String elExpression)
           
 
Method Summary
protected  void expressionIsLiteral()
          Sub-classes of this abstract class must convert the el expression into a literal m_valueExpression is not guaranteed to be non-null, so it must be checked before being used.
 
Methods inherited from class oracle.adfnmc.component.action.GenericAction
bindExpression, executeAction, executeAction, executeAction, hasElExpression, valueChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE
Constructor Detail

Action

public Action(java.lang.String elExpression)
Method Detail

expressionIsLiteral

protected void expressionIsLiteral()
Description copied from class: GenericAction
Sub-classes of this abstract class must convert the el expression into a literal m_valueExpression is not guaranteed to be non-null, so it must be checked before being used. If m_valueExpression is null, the value must be extracted from the string m_elExpression and coerced into the proper type from there.

Specified by:
expressionIsLiteral in class GenericAction

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.