Oracle Data-aware Controls Reference

oracle.dacf.dataset
Class ViewAccessorInfo

java.lang.Object
  extended byoracle.dacf.dataset.DacObject
      extended byoracle.dacf.dataset.ProducerObject
          extended byoracle.dacf.dataset.InfoObject
              extended byoracle.dacf.dataset.ColumnInfo
                  extended byoracle.dacf.dataset.AttributeInfo
                      extended byoracle.dacf.dataset.ViewAccessorInfo
All Implemented Interfaces:
java.lang.Cloneable

public class ViewAccessorInfo
extends AttributeInfo

Contains the metadata describing a ViewLink accessor column.

Version:
SDK

Field Summary
 
Fields inherited from class oracle.dacf.dataset.ColumnInfo
DEFAULT, ERR_PROD_CODE, UPDATEABLE_IF_NEW
 
Fields inherited from class oracle.dacf.dataset.InfoObject
_updateMode, LEVEL_APPLICATION, LEVEL_ATTRIBUTE, LEVEL_COLUMN, LEVEL_QUERY_VIEW, LEVEL_ROOT, LEVEL_ROW, LEVEL_ROWSET, LEVEL_SESSION, PROPERTIES_COLUMN_NAME, UPDATEABLE_FALSE, UPDATEABLE_MAX_VAL, UPDATEABLE_TRUE, UPDATEABLE_UNDEFINED
 
Fields inherited from class oracle.dacf.dataset.ProducerObject
_openLock
 
Fields inherited from class oracle.dacf.dataset.DacObject
EMPTY_PREFIX, INITIAL_CAPACITY, ITEMNAME_DELIMITER
 
Constructor Summary
ViewAccessorInfo()
          Contructs an InfoObject describing a ViewLink accessor column.
ViewAccessorInfo(int type)
          Contructs an InfoObject describing a ViewLink accessor column.
ViewAccessorInfo(java.lang.String name)
          Contructs an InfoObject describing a ViewLink accessor column.
 
Methods inherited from class oracle.dacf.dataset.AttributeInfo
clone, getDefaultValue, getLOV, getLOVForeignKeyName, getName, getRowSetInfo, internalValidation, isDisplayLOVOnNavigateIn, isQueryable, publishAttribute, publishAttribute, revokeAttribute, setDefaultValue, setDisplayLOVOnNavigateIn, setLOV, setLOVForeignKeyName, setName, setQueryable, validate
 
Methods inherited from class oracle.dacf.dataset.ColumnInfo
closeCheck, closeChildren, closeDataItems, closeProducerObject, createPropertyColumn, getAttributeDef, getColumnAlignment, getColumnIndex, getColumnName, getColumnWidth, getDataItem, getDisplayable, getDisplayed, getFormatString, getFormatter, getFormatterInfo, getImmediateAccess, getLabel, getSQLType, isDirty, isNullAllowed, isPrimaryKey, isSortingEnabled, isUpdateable, isUpdateableIfNew, isValid, openChildren, openDataItems, openProducerObject, setColumnAlignment, setColumnName, setColumnWidth, setDirty, setDisplayable, setDisplayed, setFormatString, setFormatter, setFormatterInfo, setLabel, setSortingEnabled, setUpdateableIfNew, setValid, setViewObject
 
Methods inherited from class oracle.dacf.dataset.InfoObject
addChangeListener, addValidationListener, areParentsValid, clearDirty, createChild, fireValidationEvent, forceValid, getChangeListeners, getLocale, getUpdateMode, getValidationListeners, isActive, processValidationEvent, removeChangeListener, removeValidationListener, setActive, setLocale, setUpdateable, toString, validate, validate
 
Methods inherited from class oracle.dacf.dataset.ProducerObject
addChild, addClonedDataItem, close, findDataItem, findProducerObject, findProducerObject, getClonedDataItems, getDataItemImpl, getDataProducer, getDataSourceName, getFullName, isAClonedDataItem, isOpen, open, publishDataItem, publishDataItem, removeChild, removeClonedDataItem, revokeDataItem, setClonedDataItems, setDataItem, setDataSourceName, setOpen
 
Methods inherited from class oracle.dacf.dataset.DacObject
addChild, findDescendant, genCloneName, getChild, getChildIndex, getChildren, getNumOfChildren, getParent, getPrefix, insertChildAt, removeChild, removeChildren, setChildren, setParent, setPrefix
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewAccessorInfo

public ViewAccessorInfo()
Contructs an InfoObject describing a ViewLink accessor column.


ViewAccessorInfo

public ViewAccessorInfo(int type)
Contructs an InfoObject describing a ViewLink accessor column.


ViewAccessorInfo

public ViewAccessorInfo(java.lang.String name)
Contructs an InfoObject describing a ViewLink accessor column.


Oracle Data-aware Controls Reference

 

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