Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class LockingModeEditor

java.lang.Object
  extended byjava.beans.PropertyEditorSupport
      extended byoracle.dacf.dataset.LockingModeEditor
All Implemented Interfaces:
java.beans.PropertyEditor

public class LockingModeEditor
extends java.beans.PropertyEditorSupport

Internal: Applications should not use this class.

The LockingModeEditor class provides support for using the lock type properties LOCK_NONE, LOCK_OPTIMISTIC, and LOCK_PESSIMISTIC as tags.


Constructor Summary
LockingModeEditor()
          Internal: Applications should not use this class.
 
Method Summary
 java.lang.String[] getTags()
          Internal: Applications should not use this method.
 
Methods inherited from class java.beans.PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getValue, isPaintable, paintValue, removePropertyChangeListener, setAsText, setValue, supportsCustomEditor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockingModeEditor

public LockingModeEditor()
Internal: Applications should not use this class.

Default constructor.

Method Detail

getTags

public java.lang.String[] getTags()
Internal: Applications should not use this method.

If this property value is one of a set of known locking mode tagged values, then this method should return an array of the tags. If this property cannot be represented as a tagged value, the method returns null.

Returns:
the tag values for this property, or null if this property cannot be represented as a tagged value.

Oracle Data-aware Controls Reference

 

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