| java.lang.Object it.businesslogic.ireport.gui.event.ReportBandChangedEvent
ReportBandChangedEvent | public class ReportBandChangedEvent (Code) | | Save all info required by a ReportElementChangedEvent
Return the band changed/removed/added
author: Administrator |
Field Summary | |
final public static int | ADDED | final public static int | CHANGED | final public static int | REMOVED |
ADDED | final public static int ADDED(Code) | | An band was added
|
CHANGED | final public static int CHANGED(Code) | | The band was changed
|
REMOVED | final public static int REMOVED(Code) | | The band was removed
|
ReportBandChangedEvent | public ReportBandChangedEvent(JReportFrame jReportFrame, Band band, int type, Object source)(Code) | | Creates a new instance of ReportBandChangedEvent
|
getBand | public Band getBand()(Code) | | Getter for property band.
Value of property band. |
getType | public int getType()(Code) | | Getter for property type.
Type can assume 3 values:
REMOVED, ADDED, CHANGED
Value of property type. |
setBand | public void setBand(Band band)(Code) | | Setter for property selectedElements.
Parameters: selectedElements - New value of property selectedElements. |
setType | public void setType(int type)(Code) | | Setter for property type.
Parameters: type - New value of property type. |
|
|