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

E22562-03

oracle.apps.fnd.applcore.dt.datetime.piLayout.editor
Class DateTimeSensitiveEditor

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.datetime.piLayout.editor.DateTimeSensitiveEditor
All Implemented Interfaces:
java.beans.PropertyEditor, oracle.bali.xml.model.metadata.ContextualPropertyEditor

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

Editor to implement special logic for Currency Code values entered.

Author:
Gordon Hooker <gordon.hooker@oracle.com>

Field Summary
 
Fields inherited from class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
mInspectable, mObj
 
Constructor Summary
DateTimeSensitiveEditor()
          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

DateTimeSensitiveEditor

public DateTimeSensitiveEditor()
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.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.