|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.dataset.DacObject
oracle.dacf.dataset.ProducerObject
oracle.dacf.dataset.QueryCriteriaAttribute
QueryCriteriaAttribute
Field Summary |
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 | |
|
QueryCriteriaAttribute()
|
protected |
QueryCriteriaAttribute(java.lang.String name)
|
protected |
QueryCriteriaAttribute(java.lang.String n,
QueryCriteria p,
ProducerObject[] c)
|
Method Summary | |
protected void |
closeCheck()
Checks to see if close is permitted. |
protected void |
closeChildren()
A subclass specific method for disconnecting the child objects from their server objects counterparts. |
protected void |
closeDataItems()
A subclass specific method for disconnecting and revoking Dataitems Internal to the framework; should never be called by client classes |
protected void |
closeProducerObject()
A subclass specific method for disconnecting the client object from the appropriate server objects. |
protected java.lang.String |
genCloneName()
Used by the clone method to generate a name for the clone. |
protected oracle.jbo.AttributeDef |
getAttributeDef()
Returns the AttributeRef associated with this ColumnInfo's parent. |
int |
getColumnAlignment()
Returns column horizontal alignment used for display. |
int |
getColumnIndex()
Returns the index of the column within the underlying rowset. |
int |
getColumnWidth()
Returns the column width used for display. |
protected javax.infobus.DataItem |
getDataItem()
Returns this object's DataItem. |
java.lang.String |
getFormatString()
Gets the format string currently in use. |
Formatter |
getFormatter()
Gets the Formatter currently in use. |
FormatterInfo |
getFormatterInfo()
Returns the information necessary for formatting the Attribute value. |
java.lang.String |
getLabel()
Gets the label to use as the column title or prompt. |
int |
getSQLType()
Gets the java.sql.Types of this attribute. |
boolean |
isUpdateable()
|
protected void |
openChildren()
A subclass specific method for connecting the child objects to their server counterparts. |
protected void |
openDataItems()
A subclass specific method for connecting the Dataitems Internal to the framework; should never be called by client classes |
protected void |
openProducerObject()
A subclass specific method for connecting the client object from the appropriate server objects. |
void |
setColumnAlignment(int columnAlignment)
Specifies the column horizontal alignment. |
void |
setColumnWidth(int columnWidth)
Specifies the column width for display. |
void |
setFormatString(java.lang.String formatString)
Sets the formatter string to be used for formatting. |
void |
setFormatter(Formatter formatterToUse)
Sets the Formatter to be used. |
void |
setFormatterInfo(FormatterInfo formatterInfo)
Sets info necessary for formatting the Attribute value. |
void |
setLabel(java.lang.String label)
Sets the label to use as a column title or prompt. |
void |
setSQLType(int SQLType)
Sets the java.sql.Types of this attribute. |
Methods inherited from class oracle.dacf.dataset.ProducerObject |
addChild, addClonedDataItem, clone, close, findDataItem, findProducerObject, findProducerObject, getClonedDataItems, getDataItemImpl, getDataProducer, getDataSourceName, getFullName, isAClonedDataItem, isOpen, open, publishDataItem, publishDataItem, removeChild, removeClonedDataItem, revokeDataItem, setClonedDataItems, setDataItem, setDataSourceName, setName, setOpen |
Methods inherited from class oracle.dacf.dataset.DacObject |
addChild, findDescendant, getChild, getChildIndex, getChildren, getName, getNumOfChildren, getParent, getPrefix, insertChildAt, removeChild, removeChildren, setChildren, setParent, setPrefix |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueryCriteriaAttribute()
protected QueryCriteriaAttribute(java.lang.String name)
protected QueryCriteriaAttribute(java.lang.String n, QueryCriteria p, ProducerObject[] c)
Method Detail |
public boolean isUpdateable()
protected void openProducerObject()
ProducerObject
openProducerObject
in class ProducerObject
protected void openChildren()
ProducerObject
openChildren
in class ProducerObject
protected void openDataItems()
ProducerObject
openDataItems
in class ProducerObject
protected void closeCheck()
ProducerObject
Internal to the framework; should never be called by client classes
closeCheck
in class ProducerObject
protected void closeProducerObject()
ProducerObject
closeProducerObject
in class ProducerObject
protected void closeChildren()
ProducerObject
closeChildren
in class ProducerObject
protected void closeDataItems()
ProducerObject
closeDataItems
in class ProducerObject
protected javax.infobus.DataItem getDataItem()
ProducerObject
A side effect of getDataItem is that if the DataItem does not already exist, it will be created.
This method in all cases will be overridden to handle the particulars of creating the specific type of DataItem associated with each subclass.
getDataItem
in class ProducerObject
public int getColumnIndex()
This method should not be called until after the RowSet has been opened. If it is called before the rowset has been opened, it will return -1.
public void setSQLType(int SQLType)
SQLType
- the data type of the attribute.Types
public int getSQLType()
Types
public void setColumnWidth(int columnWidth)
public int getColumnWidth()
public void setColumnAlignment(int columnAlignment)
public int getColumnAlignment()
public void setFormatter(Formatter formatterToUse)
formatterToUse
- a formatter object.public Formatter getFormatter()
public void setFormatString(java.lang.String formatString)
formatString
- format string to use.public java.lang.String getFormatString()
public void setFormatterInfo(FormatterInfo formatterInfo)
Bean Property editors use this method to set Formatter and the Format string.
public FormatterInfo getFormatterInfo()
Bean property editors use this method to edit the Formatter property.
public void setLabel(java.lang.String label)
label
- the column label to use.public java.lang.String getLabel()
protected java.lang.String genCloneName()
genCloneName
in class DacObject
protected oracle.jbo.AttributeDef getAttributeDef()
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.