Compiere 3.1

org.compiere.vos
Class WindowVO

java.lang.Object
  extended by org.compiere.vos.ResponseVO
      extended by org.compiere.vos.WindowVO
All Implemented Interfaces:
Serializable

public class WindowVO
extends ResponseVO

Model Window Value Object

Author:
dizhao
See Also:
Serialized Form

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

clientWindowType

public WindowVO.ClientWindowType clientWindowType

windowNO

public int windowNO
Window Number


name

public String name
Name


description

public String description
Desription


help

public String help
Help


windowType

public String windowType
Window Type


AD_Image_ID

public int AD_Image_ID
Image


AD_Color_ID

public int AD_Color_ID
Color


isReadWrite

public boolean isReadWrite
Read Write


winWidth

public int winWidth
Window Width


winHeight

public int winHeight
Window Height


isSOTrx

public boolean isSOTrx
Sales Order Trx


componentVOs

public ArrayList<ComponentVO> componentVOs
Tabs contains MTabVO elements


layout

public Box layout
Layout descriptor


AD_Table_ID

public int AD_Table_ID
Base Table


AD_Role_ID

public int AD_Role_ID

WINDOWTYPE_QUERY

public static final String WINDOWTYPE_QUERY
Qyery

See Also:
Constant Field Values

WINDOWTYPE_TRX

public static final String WINDOWTYPE_TRX
Transaction

See Also:
Constant Field Values

WINDOWTYPE_MMAINTAIN

public static final String WINDOWTYPE_MMAINTAIN
Maintenance

See Also:
Constant Field Values

AD_TABLE_ID

public static final String AD_TABLE_ID
See Also:
Constant Field Values

RECORD_ID

public static final String RECORD_ID
See Also:
Constant Field Values

TABLE_NAME

public static final String TABLE_NAME
See Also:
Constant Field Values

AD_TAB_ID

public static final String AD_TAB_ID
See Also:
Constant Field Values

QUERY_RESULT_ID

public static final String QUERY_RESULT_ID
See Also:
Constant Field Values

CUR_ROW

public static final String CUR_ROW
See Also:
Constant Field Values

WINDOW_NO

public static final String WINDOW_NO
See Also:
Constant Field Values
Constructor Detail

WindowVO

public WindowVO()
Method Detail

getFieldVO

public FieldVO getFieldVO(String colName)

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.