Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.server.rules
Class CompareTypeEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byoracle.jbo.server.rules.BaseEnumEditor
          extended byoracle.jbo.server.rules.CompareTypeEditor

All Implemented Interfaces:
java.beans.PropertyEditor

public class CompareTypeEditor
extends BaseEnumEditor

An example validation property editor.

This class supports GUIs that provide for the selection of a relation operation.

Since:
Jdeveloper 3.0

Constructor Summary
CompareTypeEditor()

Method Summary
protected java.lang.String getEnumName()
java.lang.String[] getTags()
Constructs an array of value tags from the enumerated symbols.

Methods inherited from class oracle.jbo.server.rules.BaseEnumEditor
getAsText, getCustomEditor, getJavaInitializationString, isPaintable, paintValue, setAsText, setValue, supportsCustomEditor

Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getValue, removePropertyChangeListener

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

CompareTypeEditor

public CompareTypeEditor()

Method Detail

getEnumName

protected java.lang.String getEnumName()
Specified by:
getEnumName in class BaseEnumEditor

getTags

public java.lang.String[] getTags()
Constructs an array of value tags from the enumerated symbols.
Specified by:
getTags in interface java.beans.PropertyEditor
Specified by:
getTags in class BaseEnumEditor
Returns:
the array of value tags.

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.