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

E22562-01

oracle.apps.fnd.applcore.dt.currency.piLayout.editor
Class CurrencyCodeEditor

java.lang.Object
  extended by java.beans.PropertyEditorSupport
      extended by oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
          extended by oracle.apps.fnd.applcore.dt.currency.piLayout.editor.CurrencyCodeEditor
All Implemented Interfaces:
java.beans.PropertyEditor, oracle.bali.xml.model.metadata.ContextualPropertyEditor

public class CurrencyCodeEditor
extends oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor

Editor to implement special logic for Currency Code values entered.

Author:
Michael Luetchford <michael.luetchford@oracle.com>

Field Summary
 
Fields inherited from class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
mInspectable, mObj
 
Constructor Summary
CurrencyCodeEditor()
          Default Constructor.
 
Method Summary
 void clearContext()
          Clear the PropertyEditorContext.
 void setAsText(java.lang.String string)
          Set the text of this property and also add or remove currency code transient attribute.
 void setContext(oracle.bali.xml.model.metadata.PropertyEditorContext propertyEditorContext)
          Set the PropertyEditorContext.
 
Methods inherited from class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
createUniqueKey, getAsText, getAttribute, getAttribute, getAttributeDef, getAttributes, getContext, getJboObject, getKey, getNode, getOwnerNode, getXmlContext, saveObject
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.beans.PropertyEditor
addPropertyChangeListener, getCustomEditor, getJavaInitializationString, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor
 

Constructor Detail

CurrencyCodeEditor

public CurrencyCodeEditor()
Default Constructor.

Method Detail

setContext

public void setContext(oracle.bali.xml.model.metadata.PropertyEditorContext propertyEditorContext)
Set the PropertyEditorContext.

Specified by:
setContext in interface oracle.bali.xml.model.metadata.ContextualPropertyEditor
Overrides:
setContext in class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
Parameters:
propertyEditorContext - The context of this editor.

clearContext

public void clearContext()
Clear the PropertyEditorContext.

Specified by:
clearContext in interface oracle.bali.xml.model.metadata.ContextualPropertyEditor
Overrides:
clearContext in class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor

setAsText

public void setAsText(java.lang.String string)
Set the text of this property and also add or remove currency code transient attribute.

Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
Parameters:
string - The value of the property.

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.