|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.vos.ResponseVO
org.compiere.vos.WindowVO
public class WindowVO
Model Window Value Object
| Nested Class Summary | |
|---|---|
static class |
WindowVO.ClientWindowType
|
| Nested classes/interfaces inherited from class org.compiere.vos.ResponseVO |
|---|
ResponseVO.Message |
| Field Summary | |
|---|---|
int |
AD_Color_ID
Color |
int |
AD_Image_ID
Image |
int |
AD_Role_ID
|
static String |
AD_TAB_ID
|
int |
AD_Table_ID
Base Table |
static String |
AD_TABLE_ID
|
WindowVO.ClientWindowType |
clientWindowType
|
ArrayList<ComponentVO> |
componentVOs
Tabs contains MTabVO elements |
static String |
CUR_ROW
|
String |
description
Desription |
String |
help
Help |
boolean |
isReadWrite
Read Write |
boolean |
isSOTrx
Sales Order Trx |
Box |
layout
Layout descriptor |
String |
name
Name |
static String |
QUERY_RESULT_ID
|
static String |
RECORD_ID
|
static String |
TABLE_NAME
|
static String |
WINDOW_NO
|
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 |
| Fields inherited from class org.compiere.vos.ResponseVO |
|---|
commands, hasError, hasResults, hasWarning, messages, params, passThrough, targetWinCmd |
| Constructor Summary | |
|---|---|
WindowVO()
|
|
| Method Summary | |
|---|---|
FieldVO |
getFieldVO(String colName)
|
| Methods inherited from class org.compiere.vos.ResponseVO |
|---|
addError, addParam, addSuccess, addWarning, getMessages, getParam, getProcessID, hasError, hasResults, hasWarning, isPassThrough, isRefreshAll, setParams, setPassThrough, setProcessID, setRefreshAll, showResults, toDisplay, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public WindowVO.ClientWindowType clientWindowType
public int windowNO
public String name
public String description
public String help
public String windowType
public int AD_Image_ID
public int AD_Color_ID
public boolean isReadWrite
public int winWidth
public int winHeight
public boolean isSOTrx
public ArrayList<ComponentVO> componentVOs
public Box layout
public int AD_Table_ID
public int AD_Role_ID
public static final String WINDOWTYPE_QUERY
public static final String WINDOWTYPE_TRX
public static final String WINDOWTYPE_MMAINTAIN
public static final String AD_TABLE_ID
public static final String RECORD_ID
public static final String TABLE_NAME
public static final String AD_TAB_ID
public static final String QUERY_RESULT_ID
public static final String CUR_ROW
public static final String WINDOW_NO
| Constructor Detail |
|---|
public WindowVO()
| Method Detail |
|---|
public FieldVO getFieldVO(String colName)
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||