Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.customization.uiPublic.flex
Class FlexfieldCustomizationELBuilderBean

java.lang.Object
  extended by oracle.apps.fnd.applcore.customization.uiPublic.flex.FlexfieldCustomizationELBuilderBean
All Implemented Interfaces:
oracle.adf.view.page.editor.panel.ELBuilderPanel

public class FlexfieldCustomizationELBuilderBean
extends java.lang.Object
implements oracle.adf.view.page.editor.panel.ELBuilderPanel


Constructor Summary
FlexfieldCustomizationELBuilderBean()
           
 
Method Summary
 java.lang.String getELValue(javax.faces.component.UIComponent component)
           
 boolean setElValue(java.lang.String elValue)
           
 java.lang.String validateELExpression(java.lang.String elExpression)
          Required method for ELBuilder implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexfieldCustomizationELBuilderBean

public FlexfieldCustomizationELBuilderBean()
Method Detail

setElValue

public boolean setElValue(java.lang.String elValue)
Specified by:
setElValue in interface oracle.adf.view.page.editor.panel.ELBuilderPanel

getELValue

public java.lang.String getELValue(javax.faces.component.UIComponent component)
Specified by:
getELValue in interface oracle.adf.view.page.editor.panel.ELBuilderPanel

validateELExpression

public java.lang.String validateELExpression(java.lang.String elExpression)
                                      throws javax.faces.validator.ValidatorException
Required method for ELBuilder implementation. Called to validate the value selected for the attribute.

Specified by:
validateELExpression in interface oracle.adf.view.page.editor.panel.ELBuilderPanel
Parameters:
elExpression - The EL expression to validate.
Returns:
String indicating the result of the EL Expression.
Throws:
javax.faces.validator.ValidatorException - Exception if errors occur validating the expression.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.