|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.print.AReport
public class AReport
Application Report Launcher. Called from APanel; Queries available Reports for Table. If no report available, a new one is created and launched. If there is one report, it is launched. If there are more, the available reports are displayed and the selected is launched.
| Constructor Summary | |
|---|---|
AReport(int AD_Table_ID,
JComponent invoker,
Query query)
Constructor |
|
| Method Summary | |
|---|---|
void |
actionPerformed(ActionEvent e)
Action Listener |
static int |
getAD_Table_ID(String TableName)
Get AD_Table_ID for Table Name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AReport(int AD_Table_ID,
JComponent invoker,
Query query)
AD_Table_ID - tableinvoker - component to display popup (optional)query - query| Method Detail |
|---|
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenere - eventpublic static int getAD_Table_ID(String TableName)
TableName - table name
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||