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

E22562-01

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

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

public class ReferenceGroupLov
extends oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
implements oracle.bali.xml.model.metadata.ContextualPropertyEditor

List of Values (LOV) for the Reference Group attribute of Entity Objects.

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
ReferenceGroupLov()
          Default Constructor for Reference Group LOV.
 
Method Summary
 void clearContext()
           
 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 textValue)
          Set the text value of the value selected for this LOV.
 void setContext(oracle.bali.xml.model.metadata.PropertyEditorContext propertyEditorContext)
           
 void setValue(java.lang.Object value)
          Set the value selected for this LOV.
 boolean supportsCustomEditor()
          Flag to indicate if a custom editor is provided.
 
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

ReferenceGroupLov

public ReferenceGroupLov()
Default Constructor for Reference Group LOV. Fulfills Abstract Class contract by initialising _tableModel variable.

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 textValue)
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:
textValue - The text value.
Throws:
java.lang.IllegalArgumentException

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.

setContext

public void setContext(oracle.bali.xml.model.metadata.PropertyEditorContext propertyEditorContext)
Specified by:
setContext in interface oracle.bali.xml.model.metadata.ContextualPropertyEditor
Overrides:
setContext in class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor

clearContext

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

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.