Uses of Class
net.sf.jasperreports.engine.type.DatasetResetTypeEnum
-
Packages that use DatasetResetTypeEnum Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.type Containsenumtypes used by the library's main classes.net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. -
-
Uses of DatasetResetTypeEnum in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return DatasetResetTypeEnum Modifier and Type Method Description DatasetResetTypeEnumJRElementDataset. getDatasetResetType()Gets the reset type. -
Uses of DatasetResetTypeEnum in net.sf.jasperreports.engine.base
Fields in net.sf.jasperreports.engine.base declared as DatasetResetTypeEnum Modifier and Type Field Description protected DatasetResetTypeEnumJRBaseElementDataset. datasetResetTypeMethods in net.sf.jasperreports.engine.base that return DatasetResetTypeEnum Modifier and Type Method Description DatasetResetTypeEnumJRBaseElementDataset. getDatasetResetType() -
Uses of DatasetResetTypeEnum in net.sf.jasperreports.engine.design
Methods in net.sf.jasperreports.engine.design with parameters of type DatasetResetTypeEnum Modifier and Type Method Description voidJRDesignElementDataset. setResetType(DatasetResetTypeEnum datasetResetTypeValue) -
Uses of DatasetResetTypeEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return DatasetResetTypeEnum Modifier and Type Method Description DatasetResetTypeEnumJRFillElementDataset. getDatasetResetType() -
Uses of DatasetResetTypeEnum in net.sf.jasperreports.engine.type
Methods in net.sf.jasperreports.engine.type that return DatasetResetTypeEnum Modifier and Type Method Description static DatasetResetTypeEnumDatasetResetTypeEnum. getByName(java.lang.String name)static DatasetResetTypeEnumDatasetResetTypeEnum. getByValue(byte value)static DatasetResetTypeEnumDatasetResetTypeEnum. getByValue(java.lang.Byte value)Deprecated.Used only by deprecated serialized fields.static DatasetResetTypeEnumDatasetResetTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DatasetResetTypeEnum[]DatasetResetTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DatasetResetTypeEnum in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type DatasetResetTypeEnum Modifier and Type Method Description voidJRXmlWriter. writeElementDataset(JRElementDataset dataset, DatasetResetTypeEnum defaultResetType, boolean skipIfEmpty)Writes the JRXML representation of anelement dataset.
-