| java.lang.Object it.businesslogic.ireport.gui.event.ReportSubDatasetChangedEvent
ReportSubDatasetChangedEvent | public class ReportSubDatasetChangedEvent (Code) | | Save all info required by a ReportListenerElementsSelectionEvent
Return the vector of selected elements (taked by the JReportFrame...)
author: Administrator |
ADDED | final public static int ADDED(Code) | | Object added
|
CHANGED | final public static int CHANGED(Code) | | Object changed
|
OBJECT_FIELD | final public static int OBJECT_FIELD(Code) | | |
OBJECT_GROUP | final public static int OBJECT_GROUP(Code) | | |
OBJECT_PARAMETER | final public static int OBJECT_PARAMETER(Code) | | |
OBJECT_QUERY | final public static int OBJECT_QUERY(Code) | | |
OBJECT_SUBDATASET | final public static int OBJECT_SUBDATASET(Code) | | |
OBJECT_VARIABLE | final public static int OBJECT_VARIABLE(Code) | | |
REMOVED | final public static int REMOVED(Code) | | Object removed
|
ReportSubDatasetChangedEvent | public ReportSubDatasetChangedEvent(SubDataset subDataset, Object object, int action, int objectType)(Code) | | Creates a new instance of ReportListenerElementChangedEvent
|
ReportSubDatasetChangedEvent | public ReportSubDatasetChangedEvent(JReportFrame jReportFrame, Vector objects, int objectType)(Code) | | |
getAction | public int getAction()(Code) | | Getter for property Action.
Action can assume 3 values:
REMOVED, ADDED, CHANGED
What is removed is specified in the objectType attribute
Value of property type. |
getObjectType | public int getObjectType()(Code) | | |
setAction | public void setAction(int action)(Code) | | |
setObjectType | public void setObjectType(int objectType)(Code) | | |
|
|