Package com.adbs.querybuilder
Class GridCellValueChangedEvent
java.lang.Object
java.util.EventObject
com.adbs.querybuilder.GridCellValueChangedEvent
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionintintFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionGridCellValueChangedEvent(QueryBuilder queryBuilder, UnionSubQuery unionSubQuery, CriteriaList criteriaList, CriteriaItem criteriaItem, int column, int row, Object oldValue, Object newValue) 
- 
Method SummaryMethods inherited from class java.util.EventObjectgetSource, toString
- 
Field Details- 
unionSubQuery
- 
criteriaList
- 
criteriaItem
- 
columnpublic int column
- 
rowpublic int row
- 
oldValue
- 
newValue
 
- 
- 
Constructor Details- 
GridCellValueChangedEventpublic GridCellValueChangedEvent(QueryBuilder queryBuilder, UnionSubQuery unionSubQuery, CriteriaList criteriaList, CriteriaItem criteriaItem, int column, int row, Object oldValue, Object newValue) 
 
-