| java.lang.Object it.businesslogic.ireport.undo.GroupEmentsOperation
GroupEmentsOperation | public class GroupEmentsOperation implements it.businesslogic.ireport.UndoOperation(Code) | | This class handle the Insert operation.
As all operations, the costructor take the JReportFrame (owner of the element)
The ReportElement is not cloned, this can be a problem if not all undo operations
are correctly logged and handled.
author: Giulio Toffoli |
getElements | public java.util.Vector getElements()(Code) | | Getter for property elements.
Value of property elements.To add an element, use the addElement method. Don't access directlyaddElement from the vector elements |
setAddedGroup | public void setAddedGroup(String addedGroup)(Code) | | |
setElements | public void setElements(java.util.Vector elements)(Code) | | Setter for property elements.
Parameters: elements - New value of property elements. |
|
|