|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The details of how a report element changed. It includes the type of change, the child elements inserted, and the child elements deleted.
Field Summary | |
static int |
ATTRIBUTE_CHANGE
Constant indicating an attribute's value changed. |
static int |
ATTRIBUTE_SET_CHANGE
Constant indicating the entire attribute set changed. |
static int |
CONTENT_CHANGE
Constant indicating the content changed. |
static int |
DELETION
Constant indicating a deletion. |
static int |
INSERTION
Constant indicating an insertion. |
static int |
STRUCTURE_CHANGE
Constant indicating a structural change. |
Method Summary | |
java.util.List |
getChildrenAdded()
Returns the elements that were inserted. |
java.util.List |
getChildrenRemoved()
Returns the elements that were deleted. |
int |
getType()
Returns the type of this change. |
Field Detail |
public static final int INSERTION
public static final int DELETION
public static final int STRUCTURE_CHANGE
public static final int CONTENT_CHANGE
public static final int ATTRIBUTE_CHANGE
public static final int ATTRIBUTE_SET_CHANGE
Method Detail |
public java.util.List getChildrenAdded()
public java.util.List getChildrenRemoved()
public int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |