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

E22562-03

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

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
              extended by oracle.apps.fnd.applcore.dt.setid.piLayout.editor.SetIdLookupTypeLov
All Implemented Interfaces:
java.beans.PropertyEditor, oracle.bali.xml.model.metadata.ContextualPropertyEditor

public class SetIdLookupTypeLov
extends AbstractSetIdLov

List of Values (LOV) for the Set Id Lookup Type attribute of Entity Objects.

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

Nested Class Summary
 
Nested classes/interfaces inherited from class oracle.apps.fnd.applcore.dt.setid.piLayout.editor.AbstractSetIdLov
AbstractSetIdLov.SetIdInformation
 
Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.dt.setid.piLayout.editor.AbstractSetIdLov
_propertyEditorContext
 
Fields inherited from class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
mInspectable, mObj
 
Constructor Summary
SetIdLookupTypeLov()
          Default Constructor for SetLookupTypeLov.
 
Method Summary
 java.lang.String getAsText()
          Retrieve the text version of the Value selected.
 java.awt.Component getCustomEditor()
          Retrieve the custom editor component.
 java.lang.Object getValue()
          Retrieve the value selected.
 void setAsText(java.lang.String string)
          Set the text value of the value selected for this LOV.
 void setValue(java.lang.Object value)
          Set the value selected for this LOV.
 
Methods inherited from class oracle.apps.fnd.applcore.dt.setid.piLayout.editor.AbstractSetIdLov
clearContext, isEmpty, retrieveSetIdInformationFromContext, setContext, supportsCustomEditor
 
Methods inherited from class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
createUniqueKey, getAttribute, getAttribute, getAttributeDef, getAttributes, getContext, getJboObject, getKey, getNode, getOwnerNode, getXmlContext, saveObject
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource
 
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, getJavaInitializationString, getTags, isPaintable, paintValue, removePropertyChangeListener
 

Constructor Detail

SetIdLookupTypeLov

public SetIdLookupTypeLov()
Default Constructor for SetLookupTypeLov.

Method Detail

getCustomEditor

public java.awt.Component getCustomEditor()
Retrieve the custom editor component.

Specified by:
getCustomEditor in interface java.beans.PropertyEditor
Overrides:
getCustomEditor in class java.beans.PropertyEditorSupport
Returns:
the editor component.

getValue

public java.lang.Object getValue()
Retrieve the value selected.

Specified by:
getValue in interface java.beans.PropertyEditor
Overrides:
getValue in class java.beans.PropertyEditorSupport
Returns:
the value selected.

getAsText

public java.lang.String getAsText()
Retrieve the text version of the Value selected.

Specified by:
getAsText in interface java.beans.PropertyEditor
Overrides:
getAsText in class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
Returns:
the text version of the Value selected.

setValue

public void setValue(java.lang.Object value)
Set the value selected for this LOV.

Specified by:
setValue in interface java.beans.PropertyEditor
Overrides:
setValue in class java.beans.PropertyEditorSupport
Parameters:
value - The value selected.

setAsText

public void setAsText(java.lang.String string)
Set the text value of the value selected for this LOV.

Specified by:
setAsText in interface java.beans.PropertyEditor
Overrides:
setAsText in class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
Parameters:
string - The text value
Throws:
java.lang.IllegalArgumentException

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.