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

E22562-05

oracle.apps.fnd.applcore.dt.setid.piLayout.editor
Class AbstractSetIdLov

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.setid.piLayout.editor.AbstractSetIdLov
All Implemented Interfaces:
java.beans.PropertyEditor, oracle.bali.xml.model.metadata.ContextualPropertyEditor
Direct Known Subclasses:
SetIdLookupTypeLov, ViewApplicationLov

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


Nested Class Summary
protected  class AbstractSetIdLov.SetIdInformation
           
 
Field Summary
protected  oracle.bali.xml.model.metadata.PropertyEditorContext _propertyEditorContext
           
 
Fields inherited from class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
mInspectable, mObj
 
Constructor Summary
AbstractSetIdLov()
           
 
Method Summary
 void clearContext()
          Clear the PropertyEditorContext.
protected  boolean isEmpty(java.lang.Object object)
           
protected  AbstractSetIdLov.SetIdInformation retrieveSetIdInformationFromContext()
          Retrieve the View Application ID from the context PropertyEditorContext supplied to this editor.
 void setContext(oracle.bali.xml.model.metadata.PropertyEditorContext propertyEditorContext)
          Set the PropertyEditorContext.
 boolean supportsCustomEditor()
          Flag to indicate if a custom editor is provided.
 
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, setAsText
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue
 
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
 

Field Detail

_propertyEditorContext

protected oracle.bali.xml.model.metadata.PropertyEditorContext _propertyEditorContext
Constructor Detail

AbstractSetIdLov

public AbstractSetIdLov()
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

retrieveSetIdInformationFromContext

protected AbstractSetIdLov.SetIdInformation retrieveSetIdInformationFromContext()
Retrieve the View Application ID from the context PropertyEditorContext supplied to this editor.

Returns:
The View Application ID.

supportsCustomEditor

public boolean supportsCustomEditor()
Flag to indicate if a custom editor is provided.

Specified by:
supportsCustomEditor in interface java.beans.PropertyEditor
Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport
Returns:
boolean to indicate if a custom editor is provided.

isEmpty

protected boolean isEmpty(java.lang.Object object)

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.