Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.dt.common.piLayout
Class ParametersListLOV

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

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

List of Values (LOV) for name=value;namvale pairs used in PILayouts (specifically in VO PI).


Field Summary
 
Fields inherited from class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
mInspectable, mObj
 
Constructor Summary
ParametersListLOV()
          Default Constructor.
 
Method Summary
 void clearContext()
          Clear the PropertyEditorContext.
 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.
protected  boolean isEmpty(java.lang.Object object)
           
 void setAsText(java.lang.String string)
          Set the text value of the value selected for this LOV.
 void setContext(oracle.bali.xml.model.metadata.PropertyEditorContext propertyEditorContext)
          Set the 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

ParametersListLOV

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

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)

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 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.