Package com.adbs.querybuilder
Class GridCellValueChangedEvent
java.lang.Object
java.util.EventObject
com.adbs.querybuilder.GridCellValueChangedEvent
- All Implemented Interfaces:
 Serializable
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintintFields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionGridCellValueChangedEvent(QueryBuilder queryBuilder, UnionSubQuery unionSubQuery, CriteriaList criteriaList, CriteriaItem criteriaItem, int column, int row, Object oldValue, Object newValue)  - 
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString 
- 
Field Details
- 
unionSubQuery
 - 
criteriaList
 - 
criteriaItem
 - 
column
public int column - 
row
public int row - 
oldValue
 - 
newValue
 
 - 
 - 
Constructor Details
- 
GridCellValueChangedEvent
public GridCellValueChangedEvent(QueryBuilder queryBuilder, UnionSubQuery unionSubQuery, CriteriaList criteriaList, CriteriaItem criteriaItem, int column, int row, Object oldValue, Object newValue)  
 -