|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.GridWorkbench
public class GridWorkbench
Window Workbench Model
| Field Summary | |
|---|---|
static int |
TYPE_FORM
Form |
static int |
TYPE_PROCESS
Process |
static int |
TYPE_TASK
Task |
static int |
TYPE_WINDOW
Window |
| Constructor Summary | |
|---|---|
GridWorkbench(Properties ctx)
Workbench Model Constructor |
|
GridWorkbench(Properties ctx,
int AD_Window_ID)
No Workbench - Just Frame for Window |
|
| Method Summary | |
|---|---|
void |
dispose()
Dispose |
void |
dispose(int index)
Dispose of Window |
int |
getAD_Color_ID()
Get AD_Color_ID |
int |
getAD_Color_ID(int index)
Get AD_Color_ID of Window |
int |
getAD_Column_ID()
Get Link AD_Column_ID |
int |
getAD_Image_ID()
Get AD_Image_ID |
int |
getAD_Workbench_ID()
Get Workbench |
String |
getDescription()
Get Description |
String |
getDescription(int index)
Get Description of Window |
String |
getHelp()
Get Help |
String |
getHelp(int index)
Get Help of Window |
Icon |
getIcon(int index)
Get Icon of Window |
Image |
getImage(int index)
Get Image Icon of Window |
GridWindow |
getMWindow(int index)
Get Window Model of Window |
String |
getName()
Get Name |
String |
getName(int index)
Get Name of Window |
int |
getPA_Goal_ID()
Get PA_Goal_ID |
MQuery |
getQuery()
Get Workbench Query. |
int |
getWindowCount()
Get Window Count |
int |
getWindowID(int index)
Get ID for Window |
int |
getWindowNo(int index)
Get WindowNo of Window |
Dimension |
getWindowSize()
Get Window Size |
int |
getWindowType(int index)
Get Window Type of Window |
boolean |
initWorkbench(int ad_Workbench_ID)
Init Workbench |
void |
setMWindow(int index,
GridWindow mw)
Set Window Model of Window |
void |
setWindowNo(int index,
int windowNo)
Set WindowNo of Window |
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE_WINDOW
public static final int TYPE_FORM
public static final int TYPE_PROCESS
public static final int TYPE_TASK
| Constructor Detail |
|---|
public GridWorkbench(Properties ctx)
ctx - context
public GridWorkbench(Properties ctx,
int AD_Window_ID)
ctx - contextAD_Window_ID - window| Method Detail |
|---|
public boolean initWorkbench(int ad_Workbench_ID)
ad_Workbench_ID - workbench
public String toString()
toString in class Objectpublic void dispose()
public MQuery getQuery()
public int getAD_Workbench_ID()
public String getName()
public String getDescription()
public String getHelp()
public int getAD_Column_ID()
public int getAD_Image_ID()
public int getAD_Color_ID()
public int getPA_Goal_ID()
public int getWindowCount()
public int getWindowType(int index)
index - index in workbench
public int getWindowID(int index)
index - index in workbench
public void setMWindow(int index,
GridWindow mw)
index - index in workbenchmw - model windowpublic GridWindow getMWindow(int index)
index - index in workbench
public String getName(int index)
index - index in workbench
public String getDescription(int index)
index - index in workbench
public String getHelp(int index)
index - index in workbench
public Icon getIcon(int index)
index - index in workbench
public Image getImage(int index)
index - index in workbench
public int getAD_Color_ID(int index)
index - index in workbench
public void setWindowNo(int index,
int windowNo)
index - index in workbenchwindowNo - window nopublic int getWindowNo(int index)
index - index in workbench
public void dispose(int index)
index - index in workbenchpublic Dimension getWindowSize()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||