Package com.adbs.querybuilder
Class GridCellValueChangingEvent
java.lang.Object
java.util.EventObject
com.adbs.querybuilder.GridCellValueChangingEvent
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanintintFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionGridCellValueChangingEvent(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
- 
abortpublic boolean abort
 
- 
- 
Constructor Details- 
GridCellValueChangingEventpublic GridCellValueChangingEvent(QueryBuilder queryBuilder, UnionSubQuery unionSubQuery, CriteriaList criteriaList, CriteriaItem criteriaItem, int column, int row, Object oldValue, Object newValue) 
 
-