|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.GridWindowVO
public class GridWindowVO
Model Window Value Object
| Field Summary | |
|---|---|
int |
AD_Color_ID
Color |
int |
AD_Image_ID
Image |
int |
AD_Table_ID
Base Table |
int |
AD_Window_ID
Window |
Ctx |
ctx
Properties |
String |
Description
Description |
String |
Help
Help |
String |
IsReadWrite
Read Write |
boolean |
IsSOTrx
Sales Order Trx |
String |
Name
Name |
ArrayList<GridTabVO> |
Tabs
Tabs contains MTabVO elements |
int |
WindowNo
Window Number |
String |
WindowType
Window Type |
static String |
WINDOWTYPE_MMAINTAIN
Maintenance |
static String |
WINDOWTYPE_QUERY
Qyery |
static String |
WINDOWTYPE_TRX
Transaction |
int |
WinHeight
Window Height |
int |
WinWidth
Window Width |
| Method Summary | |
|---|---|
GridWindowVO |
clone(int windowNo)
Clone |
static GridWindowVO |
create(Ctx ctx,
int WindowNo,
int AD_Window_ID)
Create Window Value Object |
static GridWindowVO |
create(Ctx ctx,
int WindowNo,
int AD_Window_ID,
int AD_Menu_ID)
Create Window Value Object |
void |
setCtx(Ctx newCtx)
Set Context including contained elements |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Ctx ctx
public int WindowNo
public int AD_Window_ID
public String Name
public String Description
public String Help
public String WindowType
public int AD_Image_ID
public int AD_Color_ID
public String IsReadWrite
public int WinWidth
public int WinHeight
public boolean IsSOTrx
public ArrayList<GridTabVO> Tabs
public int AD_Table_ID
public static final String WINDOWTYPE_QUERY
public static final String WINDOWTYPE_TRX
public static final String WINDOWTYPE_MMAINTAIN
| Method Detail |
|---|
public static GridWindowVO create(Ctx ctx,
int WindowNo,
int AD_Window_ID)
ctx - contextWindowNo - window no for ctxAD_Window_ID - window id
public static GridWindowVO create(Ctx ctx,
int WindowNo,
int AD_Window_ID,
int AD_Menu_ID)
ctx - contextWindowNo - window no for ctxAD_Window_ID - window idAD_Menu_ID - menu id
public void setCtx(Ctx newCtx)
newCtx - contextpublic GridWindowVO clone(int windowNo)
windowNo - no
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||