Class symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEvent
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEvent
Object
   |
   +----EventObject
           |
           +----symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEvent
  -  public class DataBindingsChangeEvent
  
-  extends EventObject
  
Class which defines the event that is fired if the
 producer databind columns values are changed.
  -  Version:
  
 -  1.0 08/17/98
  
 -  Author:
  
 -  Puru Balakrishnan
 
  
  -  
	COL_CHANGED
   -    
 -  
	ROW_INITIALIZED
   -    
 -  
	ROW_INITIALIZING
   -  
 
  
  -  
	symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEvent(Object)
   -   Constructor
  
 -  
	symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEvent(Object, String, Object, int)
   -   Constructor
  
 -  
	symantec.itools.db.beans.brl.binding.event.DataBindingsChangeEvent(Object, String, Object, int, boolean)
   -   Constructor
 
  
  -  
	getBindName()
   -   Get the bind name for which value has changed
 
  
 -  
	getBindValue()
   -   Get the object value
 
  
 -  
	getChangeType()
   -   get the change type
 
  
 -  
	isAggregate()
   -   is the event used for aggregate calculation
 
  
 -  
	setAggregate(boolean)
   -   set the aggregate mode
 
  
 -  
	setBindName(String)
   -   Set the bind name for which the value has changed
 
  
 -  
	setBindValue(Object)
   -   Set the object value
 
  
 -  
	setChangeType(int)
   -   set the change type
 
 
  
COL_CHANGED
public static final int COL_CHANGED
ROW_INITIALIZED
public static final int ROW_INITIALIZED
ROW_INITIALIZING
public static final int ROW_INITIALIZING
  
DataBindingsChangeEvent
public DataBindingsChangeEvent(Object source)
  -  Constructor
  
 
 
DataBindingsChangeEvent
public DataBindingsChangeEvent(Object source,
                               String name,
                               Object value,
                               int type)
  -  Constructor
  
 
 
DataBindingsChangeEvent
public DataBindingsChangeEvent(Object source,
                               String name,
                               Object value,
                               int type,
                               boolean agg)
  -  Constructor
  
 
 
  
getBindName
public java.lang.String getBindName()
  -  Get the bind name for which value has changed
  
 
 
    -  Returns:
    
 -  the bind name for which value has changed
  
 
 
 
getBindValue
public java.lang.Object getBindValue()
  -  Get the object value
  
 
 
    -  Returns:
    
 -  the value of the object
  
 
 
 
getChangeType
public int getChangeType()
  -  get the change type
  
 
 
    -  Returns:
    
 -  the change type
  
 
 
 
isAggregate
public boolean isAggregate()
  -  is the event used for aggregate calculation
  
 
 
    -  Returns:
    
 -  true if in aggregate mode
  
 
 
 
setAggregate
public void setAggregate(boolean value)
  -  set the aggregate mode
  
 
 
    -  Parameters:
    
 -  value - the boolean whether in Aggreate mode
  
 
 
 
setBindName
public void setBindName(String name)
  -  Set the bind name for which the value has changed
  
 
 
    -  Parameters:
    
 -  name - the new String
  
 
 
 
setBindValue
public void setBindValue(Object val)
  -  Set the object value
  
 
 
    -  Parameters:
    
 -  val - the new Object
  
 
 
 
setChangeType
public void setChangeType(int type)
  -  set the change type
  
 
 
    -  Parameters:
    
 -  type - the new type
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index