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 LookupTypeGroupLov

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

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

This class creates an single LOV for Lookup Type and View Application Id parameters.

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
LookupTypeGroupLov()
          Defaul Constructor for Lookup Type Group.
 
Method Summary
 java.lang.String getAsText()
          Retrieve the text value 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.
 void setValue(java.lang.Object value)
          Set the value selected.
 boolean supportsCustomEditor()
          Flag to inidicate whether this supports a custom editor.
 
Methods inherited from class oracle.jbo.dt.jdevx.ui.xmlef.editors.StringPropertyEditor
clearContext, createUniqueKey, getAttribute, getAttribute, getAttributeDef, getAttributes, getContext, getJboObject, getKey, getNode, getOwnerNode, getXmlContext, saveObject, setContext
 
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

LookupTypeGroupLov

public LookupTypeGroupLov()
Defaul Constructor for Lookup Type Group.

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.

getAsText

public java.lang.String getAsText()
Retrieve the text value 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 value.

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.

setValue

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

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

setAsText

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

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.

supportsCustomEditor

public boolean supportsCustomEditor()
Flag to inidicate whether this supports a custom editor.

Specified by:
supportsCustomEditor in interface java.beans.PropertyEditor
Overrides:
supportsCustomEditor in class java.beans.PropertyEditorSupport
Returns:
boolean inidicating custom editor support

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.