Class symantec.itools.db.beans.binding.DataInput
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.beans.binding.DataInput
Object
|
+----symantec.itools.db.beans.binding.DataInput
- public class DataInput
- extends Object
- implements DataItem, MutableImmediateAccess, DataItemAddition
-
symantec.itools.db.beans.binding.DataInput()
- Constructor.
-
symantec.itools.db.beans.binding.DataInput(String, Dimension)
- Constructor.
-
addDataItemChangedListener(DataItemChangedListener)
- Adds DataItemChangedListener to internal list so that they could be sent
DataItemChangedEvents when the data item is changed.
-
cleanUp()
-
-
getName()
- Gets the Name of the Data Input
Format: "TableName
-
getPresentationString()
-
-
getStatusFlag()
-
-
getValueAsObject()
- Gets the value of the Data Input as a Object
-
getValueAsString()
- Gets the value of the Data Input as a String
-
notifyDataChanged()
-
-
removeDataItemChangedListener(DataItemChangedListener)
- Removes DataItemChangedListeners from an internal list The object will no longer
be sent DataItemChangedEvents when a bound property changes.
-
setName(String)
- Sets the Name of the Data Input
Format: "TableName
-
setStatusFlag(int)
- Initializes the Data Input
-
setValue(ImmediateAccess)
- Sets the value of the Data Input
DataInput
public DataInput()
- Constructor. An empty constructor
DataInput
public DataInput(String name,
Dimension size)
- Constructor. Constructs a data item from its name and its size
- Parameters:
- name - The name.
- size - The size.
addDataItemChangedListener
public synchronized void addDataItemChangedListener(DataItemChangedListener dcl)
- Adds DataItemChangedListener to internal list so that they could be sent
DataItemChangedEvents when the data item is changed.
- Parameters:
- dcl - An object implementing the DataItemChangedListener interface.
cleanUp
public void cleanUp()
getName
public java.lang.String getName()
- Gets the Name of the Data Input
Format: "TableName@column1,column2%numberOfRow"
- Returns:
- The name of the Data Input.
getPresentationString
public java.lang.String getPresentationString()
getStatusFlag
public int getStatusFlag()
getValueAsObject
public java.lang.Object getValueAsObject()
- Gets the value of the Data Input as a Object
- Returns:
- The value of the Data Input as a Object.
getValueAsString
public java.lang.String getValueAsString()
- Gets the value of the Data Input as a String
- Returns:
- The value of the Data Input as a String.
notifyDataChanged
public void notifyDataChanged()
removeDataItemChangedListener
public synchronized void removeDataItemChangedListener(DataItemChangedListener dcl)
- Removes DataItemChangedListeners from an internal list The object will no longer
be sent DataItemChangedEvents when a bound property changes.
- Parameters:
- dcl - The DataItemChangedListener to remove.
setName
public void setName(String name)
- Sets the Name of the Data Input
Format: "TableName@column1,column2%numberOfRow"
- Parameters:
- name - The name of the Data Input.
setStatusFlag
public void setStatusFlag(int i)
- Initializes the Data Input
- Parameters:
- d - The desired Dimension for a data input.
setValue
public void setValue(ImmediateAccess dIValue)
- Sets the value of the Data Input
- Parameters:
- newValue - An immediate access object necessary to change
the value of the data input.
All Packages Class Hierarchy This Package Previous Next Index