Class BandedSubreportEditUndoEntry

  • All Implemented Interfaces:
    Serializable, UndoEntry

    public class BandedSubreportEditUndoEntry
    extends Object
    implements UndoEntry
    Handles insert, remove and replacement of elements. Insert: old is null, remove: new is null.
    Author:
    Thomas Morgner
    See Also:
    Serialized Form
    • Constructor Detail

      • BandedSubreportEditUndoEntry

        public BandedSubreportEditUndoEntry​(org.pentaho.reporting.engine.classic.core.util.InstanceID target,
                                            int position,
                                            org.pentaho.reporting.engine.classic.core.SubReport oldElement,
                                            org.pentaho.reporting.engine.classic.core.SubReport newElement)