|
Compiere 3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MPrintFormat | |
|---|---|
| org.compiere.print | Provides for.... |
| org.compiere.print.layout | |
| Uses of MPrintFormat in org.compiere.print |
|---|
| Methods in org.compiere.print that return MPrintFormat | |
|---|---|
static MPrintFormat |
MPrintFormat.copy(Ctx ctx,
int from_AD_PrintFormat_ID,
int to_AD_PrintFormat_ID)
Copy existing Definition To Client |
static MPrintFormat |
MPrintFormat.copyToClient(Ctx ctx,
int AD_PrintFormat_ID,
int to_Client_ID)
Copy existing Definition To Client |
static MPrintFormat |
MPrintFormat.createFromReportView(Ctx ctx,
int AD_ReportView_ID,
String ReportName)
Create MPrintFormat for ReportView |
static MPrintFormat |
MPrintFormat.createFromTable(Ctx ctx,
int AD_Table_ID)
Create MPrintFormat for Table |
static MPrintFormat |
MPrintFormat.createFromTable(Ctx ctx,
int AD_Table_ID,
int AD_PrintFormat_ID)
Create MPrintFormat for Table |
static MPrintFormat |
MPrintFormat.get(Ctx ctx,
int AD_PrintFormat_ID,
boolean reload)
Get Format |
static MPrintFormat |
MPrintFormat.get(Ctx ctx,
int AD_ReportView_ID,
int AD_Table_ID)
Get (default) Printformat for Report View or Table |
MPrintFormat |
ReportEngine.getPrintFormat()
Get PrintFormat |
| Methods in org.compiere.print with parameters of type MPrintFormat | |
|---|---|
int |
PrintFormatUtil.addMissingColumns(MPrintFormat pf)
Add Missing Columns for Print Format |
static MPrintFormatItem |
MPrintFormatItem.createFromBViewColumn(MPrintFormat format,
int AD_Column_ID,
int AD_BView_ID,
int seqNo)
|
static MPrintFormatItem |
MPrintFormatItem.createFromColumn(MPrintFormat format,
int AD_Column_ID,
int seqNo)
Create Print Format Item from Column |
PrintData |
DataEngine.getPrintData(Ctx ctx,
MPrintFormat format,
Query query)
Load Data |
protected void |
ReportEngine.setPrintFormat(MPrintFormat pf)
Set PrintFormat. |
| Constructors in org.compiere.print with parameters of type MPrintFormat | |
|---|---|
ReportEngine(Ctx ctx,
MPrintFormat pf,
Query query,
PrintInfo info)
Constructor |
|
| Uses of MPrintFormat in org.compiere.print.layout |
|---|
| Methods in org.compiere.print.layout that return MPrintFormat | |
|---|---|
MPrintFormat |
LayoutEngine.getFormat()
Get Format Model |
| Methods in org.compiere.print.layout with parameters of type MPrintFormat | |
|---|---|
void |
LayoutEngine.setPrintFormat(MPrintFormat format,
boolean doLayout)
Set Print Format Optionally re-calculate layout |
| Constructors in org.compiere.print.layout with parameters of type MPrintFormat | |
|---|---|
LayoutEngine(MPrintFormat format,
PrintData data,
Query query)
Detail Constructor |
|
|
Compiere 3.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||