public class ReportPrintJob extends ViewPrintJob implements Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
ReportPrintJob.Builder |
static class |
ReportPrintJob.ReportType |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
static Parcelable.Creator<ReportPrintJob> |
CREATOR |
ReportPrintJob.ReportType |
type |
imageFiles
FLAG_BILL, FLAG_CUSTOMER, FLAG_EXPEDITOR, FLAG_FORCE_SIGNATURE, FLAG_FORCE_TIP, FLAG_MERCHANT, FLAG_NO_SIGNATURE, FLAG_NO_TIP, FLAG_NONE, FLAG_REFUND, FLAG_REPRINT, FLAG_SALE, FLAG_UNLABELED_ITEMS, FLAG_USE_PRINT_GROUP, flags, printToAny
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Modifier | Constructor and Description |
---|---|
protected |
ReportPrintJob(Parcel in) |
protected |
ReportPrintJob(ReportPrintJob.Builder builder) |
protected |
ReportPrintJob(View view,
ReportPrintJob.ReportType type,
int flags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
writeToParcel(Parcel dest,
int flags) |
getPrinterCategory, print
cancel, describeContents, print
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
describeContents
public final ReportPrintJob.ReportType type
public static final Parcelable.Creator<ReportPrintJob> CREATOR
@Deprecated protected ReportPrintJob(View view, ReportPrintJob.ReportType type, int flags)
protected ReportPrintJob(ReportPrintJob.Builder builder)
protected ReportPrintJob(Parcel in)
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
writeToParcel
in class ViewPrintJob