|
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.DataItemImpl
oracle.dacf.dataset.QueryCriteriaValue
Field Summary |
Fields inherited from class oracle.dacf.dataset.DacObject |
EMPTY_PREFIX, INITIAL_CAPACITY, ITEMNAME_DELIMITER |
Constructor Summary | |
QueryCriteriaValue()
|
|
QueryCriteriaValue(java.lang.String name,
oracle.dacf.dataset.QueryCriteriaStore store,
javax.infobus.InfoBusEventListener source,
ProducerObject producer,
DacObject parent)
|
Method Summary | |
void |
attributeChanged(java.lang.String name,
int rowIndex,
java.lang.Object oldValue)
|
java.lang.Object |
clone()
Creates a copy of the data item. |
oracle.dacf.dataset.QueryCriteriaStore |
getCriteriaStore()
Returns the QueryCriteriaStore for the QueryCriteriaValue |
java.lang.String |
getPresentationString(java.util.Locale locale)
Returns the value of this item, as a string to be displayed for a given locale. |
java.lang.Object |
getProperty(java.lang.String propertyName)
Returns a property of the data item. |
java.lang.Object |
getValueAsObject()
Returns the value of this item, as an object. |
java.lang.String |
getValueAsString()
Returns the value of this item, as a string. |
void |
navigated(int old,
int nu)
|
void |
rowsAdded(int rowIndex,
int count)
|
void |
rowsChanged(int rowIndex,
int count)
|
void |
rowsDeleted(int rowIndex,
int count)
|
protected void |
setCriteriaStore(oracle.dacf.dataset.QueryCriteriaStore store)
Sets the QueryCriteriaStore for the QueryCriteriaValue |
void |
setValue(java.lang.Object newValue)
Sets the value of this item. |
Methods inherited from class oracle.dacf.dataset.DataItemImpl |
addDataItemChangeListener, doPostRollback, doPreRollback, findDataItem, fireItemsAvailable, fireItemsAvailable, fireItemsRevoked, getDataItemChangeSupport, getProducerObject, getSource, isPublished, postRollback, preRollback, publish, publish, release, removeDataItemChangeListener, revoke, setProducerObject, setSource, shutdown, toString, validateItem |
Methods inherited from class oracle.dacf.dataset.DacObject |
addChild, findDescendant, genCloneName, getChild, getChildIndex, getChildren, getName, getNumOfChildren, getParent, getPrefix, insertChildAt, removeChild, removeChildren, setChildren, setName, setParent, setPrefix |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public QueryCriteriaValue()
public QueryCriteriaValue(java.lang.String name, oracle.dacf.dataset.QueryCriteriaStore store, javax.infobus.InfoBusEventListener source, ProducerObject producer, DacObject parent)
Method Detail |
public java.lang.Object clone()
clone
in class DataItemImpl
protected void setCriteriaStore(oracle.dacf.dataset.QueryCriteriaStore store)
store
- the QueryCriteriaStore for the QueryCriteriaValuegetCriteriaStore()
public oracle.dacf.dataset.QueryCriteriaStore getCriteriaStore()
setCriteriaStore(QueryCriteriaStore store)
public void attributeChanged(java.lang.String name, int rowIndex, java.lang.Object oldValue)
attributeChanged
in interface oracle.dacf.dataset.QueryCriteriaStoreListener
public void rowsAdded(int rowIndex, int count)
rowsAdded
in interface oracle.dacf.dataset.QueryCriteriaStoreListener
public void rowsDeleted(int rowIndex, int count)
rowsDeleted
in interface oracle.dacf.dataset.QueryCriteriaStoreListener
public void rowsChanged(int rowIndex, int count)
rowsChanged
in interface oracle.dacf.dataset.QueryCriteriaStoreListener
public void navigated(int old, int nu)
navigated
in interface oracle.dacf.dataset.QueryCriteriaStoreListener
public java.lang.Object getProperty(java.lang.String propertyName)
DataItemProperties defines the properties supported.
getProperty
in interface javax.infobus.DataItem
getProperty
in class DataItemImpl
propertyName
- The name of the property.
public java.lang.Object getValueAsObject()
getValueAsObject
in interface javax.infobus.ImmediateAccess
public java.lang.String getValueAsString()
getValueAsString
in interface javax.infobus.ImmediateAccess
public java.lang.String getPresentationString(java.util.Locale locale)
getPresentationString
in interface javax.infobus.ImmediateAccess
locale
- The locale to display the value in.
public void setValue(java.lang.Object newValue) throws javax.infobus.InvalidDataException
setValue
in interface javax.infobus.ImmediateAccess
newValue
- The new value for the item; should implement the
ImmediateAccess data item interface.
javax.infobus.InvalidDataException
- If the new value was invalid.
|
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.