Class symantec.itools.db.beans.binding.NewValue
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.NewValue
Object
|
+----symantec.itools.db.beans.binding.NewValue
- public class NewValue
- extends Object
- implements ImmediateAccess
-
symantec.itools.db.beans.binding.NewValue(Object)
- Constructor, creates a newValue object from an Object.
-
addDataItemChangedListener(DataItemChangedListener)
-
-
getPresentationString()
-
-
getValueAsObject()
- returns the value of the newValue as a Object.
-
getValueAsString()
- returns the value of the newValue as a String.
-
removeDataItemChangedListener(DataItemChangedListener)
-
NewValue
public NewValue(Object value)
- Constructor, creates a newValue object from an Object. This object contains a new array of
objects.
- Parameters:
- value - the value of the newValue Object
addDataItemChangedListener
public synchronized void addDataItemChangedListener(DataItemChangedListener dcl)
getPresentationString
public java.lang.String getPresentationString()
getValueAsObject
public java.lang.Object getValueAsObject()
- returns the value of the newValue as a Object.
- Returns:
- the value of the Object
getValueAsString
public java.lang.String getValueAsString()
- returns the value of the newValue as a String.
- Returns:
- the value of the Object
removeDataItemChangedListener
public synchronized void removeDataItemChangedListener(DataItemChangedListener dcl)
All Packages Class Hierarchy This Package Previous Next Index