|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.dataset.DacObject
oracle.dacf.dataset.DataItemImpl
oracle.dacf.dataset.SingleValueImpl
SingleValueImpl
Field Summary |
Fields inherited from class oracle.dacf.dataset.DacObject |
EMPTY_PREFIX, INITIAL_CAPACITY, ITEMNAME_DELIMITER |
Constructor Summary | |
SingleValueImpl()
|
|
SingleValueImpl(java.lang.Object val)
|
Method Summary | |
java.lang.Object |
clone()
Copies the data item. |
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 |
getValueAsObject()
Returns the value of this item, as an object. |
java.lang.String |
getValueAsString()
Returns the value of this item, as a string. |
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, getProperty, 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 SingleValueImpl()
#()
,
public SingleValueImpl(java.lang.Object val)
Method Detail |
public java.lang.Object clone()
DataItemImpl
clone
in class DataItemImpl
public java.lang.String getValueAsString()
getValueAsString
in interface javax.infobus.ImmediateAccess
public java.lang.Object getValueAsObject()
getValueAsObject
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 All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.