Compiere 3.1

Serialized Form


Package compiere.model

Class compiere.model.MyModelExample extends PO implements Serializable

serialVersionUID: 1L


Package org.compiere

Class org.compiere.Base extends Object implements Serializable


Package org.compiere.acct

Class org.compiere.acct.AcctViewer extends CFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

m_data

AcctViewerData m_data
State Info


m_iFind

ImageIcon m_iFind
Image Icon


mainPanel

CPanel mainPanel

tabbedPane

CTabbedPane tabbedPane

query

CPanel query

mainLayout

BorderLayout mainLayout

result

CScrollPane result

table

ResultTable table

southPanel

CPanel southPanel

bQuery

CButton bQuery

bPrint

CButton bPrint

bCancel

CButton bCancel

statusLine

CLabel statusLine

southLayout

BorderLayout southLayout

queryLayout

BorderLayout queryLayout

selectionPanel

CPanel selectionPanel

displayPanel

CPanel displayPanel

displayBorder

TitledBorder displayBorder

selectionBorder

TitledBorder selectionBorder

displayLayout

GridBagLayout displayLayout

displayQty

CCheckBox displayQty

displaySourceAmt

CCheckBox displaySourceAmt

displayDocumentInfo

CCheckBox displayDocumentInfo

lSort

CLabel lSort

sortBy

CComboBox[] sortBy

group

CCheckBox[] group

lGroup

CLabel lGroup

selectionLayout

GridBagLayout selectionLayout

selAcctSchema

CComboBox selAcctSchema

selPostingType

CComboBox selPostingType

selDocument

CCheckBox selDocument

selTable

CComboBox selTable

selRecord

CButton selRecord

lOrg

CLabel lOrg

selOrg

CComboBox selOrg

lAcct

CLabel lAcct

selAcct

CButton selAcct

lDate

CLabel lDate

lacctSchema

CLabel lacctSchema

lpostingType

CLabel lpostingType

selDateFrom

VDate selDateFrom

selDateTo

VDate selDateTo

lsel1

CLabel lsel1

lsel2

CLabel lsel2

lsel3

CLabel lsel3

lsel4

CLabel lsel4

lsel5

CLabel lsel5

lsel6

CLabel lsel6

lsel7

CLabel lsel7

lsel8

CLabel lsel8

sel1

CButton sel1

sel2

CButton sel2

sel3

CButton sel3

sel4

CButton sel4

sel5

CButton sel5

sel6

CButton sel6

sel7

CButton sel7

sel8

CButton sel8

bRePost

CButton bRePost

forcePost

CCheckBox forcePost

Class org.compiere.acct.FactLine extends X_Fact_Acct implements Serializable

serialVersionUID: 1L

Serialized Fields

m_acct

MAccount m_acct
Account


m_acctSchema

MAcctSchema m_acctSchema
Accounting Schema


m_doc

Doc m_doc
Document Header


m_docLine

DocLine m_docLine
Document Line


Package org.compiere.apps

Class org.compiere.apps.AApplet extends Applet implements Serializable

serialVersionUID: 1L

Class org.compiere.apps.AboutBox extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

panel

CPanel panel

mainPanel

CPanel mainPanel

imageControl

JLabel imageControl

labelHeading

JLabel labelHeading

labelVersion

JLabel labelVersion

labelCopyright

JLabel labelCopyright

labelDescription

JLabel labelDescription

panelLayout

BorderLayout panelLayout

mainLayout

BorderLayout mainLayout

northPanel

CPanel northPanel

headerPanel

CPanel headerPanel

headerLayout

GridLayout headerLayout

infoArea

CTextArea infoArea

northLayout

BorderLayout northLayout

confirmPanel

ConfirmPanel confirmPanel

Class org.compiere.apps.AChat extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_chat

MChat m_chat
Attachment


mainPanel

CPanel mainPanel

historyText

CTextPane historyText

newText

CTextArea newText

confirmPanel

ConfirmPanel confirmPanel

Class org.compiere.apps.ADialogDialog extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_returnCode

int m_returnCode
Answer


menuBar

JMenuBar menuBar

mFile

JMenu mFile

mEMail

CMenuItem mEMail

mPrintScreen

CMenuItem mPrintScreen

mScreenShot

CMenuItem mScreenShot

mEnd

CMenuItem mEnd

mPreference

CMenuItem mPreference

confirmPanel

ConfirmPanel confirmPanel

westPanel

CPanel westPanel

iconLabel

CLabel iconLabel

westLayout

GridBagLayout westLayout

info

CTextPane info

infoLayout

GridBagLayout infoLayout

infoPanel

CPanel infoPanel

Class org.compiere.apps.AFocusTraversalPolicy extends LayoutFocusTraversalPolicy implements Serializable

serialVersionUID: 1L

Serialized Fields

m_default

boolean m_default

Class org.compiere.apps.AGlassPane extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_message

String m_message
The Message


m_timer

Timer m_timer
Timer


m_timervalue

int m_timervalue
Value of timer


m_timermax

int m_timermax

Class org.compiere.apps.ALogin extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mainPanel

CPanel mainPanel

loginTabPane

CTabbedPane loginTabPane

connectionPanel

CPanel connectionPanel

hostLabel

CLabel hostLabel

hostField

CConnectionEditor hostField

userLabel

CLabel userLabel

userTextField

CTextField userTextField

passwordLabel

CLabel passwordLabel

passwordField

CPassword passwordField

defaultPanel

CPanel defaultPanel

clientLabel

CLabel clientLabel

orgLabel

CLabel orgLabel

dateLabel

CLabel dateLabel

dateField

VDate dateField

orgCombo

VComboBox orgCombo

clientCombo

VComboBox clientCombo

warehouseLabel

CLabel warehouseLabel

warehouseCombo

VComboBox warehouseCombo

printerLabel

CLabel printerLabel

printerField

CPrinter printerField

roleLabel

CLabel roleLabel

roleCombo

VComboBox roleCombo

copy0Label

CLabel copy0Label

titleLabel

CLabel titleLabel

versionLabel

CLabel versionLabel

copy1Label

CLabel copy1Label

connectionLayout

GridBagLayout connectionLayout

defaultPanelLayout

GridBagLayout defaultPanelLayout

languageLabel

CLabel languageLabel

languageCombo

VComboBox languageCombo

compileDate

CLabel compileDate

southPanel

CPanel southPanel

southLayout

BorderLayout southLayout

statusBar

StatusBar statusBar

confirmPanel

ConfirmPanel confirmPanel

onlineHelp

OnlineHelp onlineHelp

helpPanel

CPanel helpPanel

helpScollPane

JScrollPane helpScollPane

helpLayout

BorderLayout helpLayout

m_cc

CConnection m_cc
Server Connection


m_user

String m_user
Application User


m_pwd

String m_pwd
Application Password


m_comboActive

boolean m_comboActive
Combo Active


m_okPressed

boolean m_okPressed
Combo Active


m_connectionOK

boolean m_connectionOK
Connection OK


m_WindowNo

int m_WindowNo
Window No


m_ctx

Ctx m_ctx
Context


m_login

Login m_login

txt_NotConnected

String txt_NotConnected
Language issues


txt_NoDatabase

String txt_NoDatabase
Language issues


txt_UserPwdError

String txt_UserPwdError
Language issues


txt_RoleError

String txt_RoleError
Language issues


txt_LoggedIn

String txt_LoggedIn
Language issues

Class org.compiere.apps.ALoginTest extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_host

String m_host

m_port

String m_port

m_dbName

String m_dbName

m_uid

String m_uid

m_pwd

String m_pwd

m_worker

Thread m_worker

mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

southPanel

CPanel southPanel

bOK

JButton bOK

infoPane

JScrollPane infoPane

info

JTextArea info

southLayout

FlowLayout southLayout

Class org.compiere.apps.AMenu extends CFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

oneWeek

int oneWeek

m_WindowNo

int m_WindowNo

m_ctx

Ctx m_ctx

m_startingItem

boolean m_startingItem

m_AD_User_ID

int m_AD_User_ID
The User


m_AD_Role_ID

int m_AD_Role_ID
The Role


m_tabMenu

int m_tabMenu
Center Tabbed Pane index: Menu


m_tabActivities

int m_tabActivities
Center Tabbed Pane index: Activities


m_tabWorkflow

int m_tabWorkflow
Center Tabbed Pane index: Workflow


m_request_Menu_ID

int m_request_Menu_ID

m_note_Menu_ID

int m_note_Menu_ID

mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

centerPane

CTabbedPane centerPane

southPanel

CPanel southPanel

southLayout

BorderLayout southLayout

menuBar

JMenuBar menuBar

progressBar

JProgressBar progressBar

infoPanel

CPanel infoPanel

bNotes

CButton bNotes

bRequests

CButton bRequests

infoLayout

GridLayout infoLayout

memoryBar

JProgressBar memoryBar

paPanel

PAPanel paPanel

treePanel

VTreePanel treePanel

wfActivity

WFActivity wfActivity

wfPanel

WFPanel wfPanel

Class org.compiere.apps.APanel extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mainLayout

BorderLayout mainLayout
The Layout.


tabPanel

VTabbedPane tabPanel

statusBar

StatusBar statusBar

northPanel

CPanel northPanel

toolBar

JToolBar toolBar

menuBar

JMenuBar menuBar

northLayout

FlowLayout northLayout

aPrevious

AppsAction aPrevious

aNext

AppsAction aNext

aParent

AppsAction aParent

aDetail

AppsAction aDetail

aFirst

AppsAction aFirst

aLast

AppsAction aLast

aNew

AppsAction aNew

aCopy

AppsAction aCopy

aDelete

AppsAction aDelete

aIgnore

AppsAction aIgnore

aPrint

AppsAction aPrint

aRefresh

AppsAction aRefresh

aAttachment

AppsAction aAttachment

aChat

AppsAction aChat

aMulti

AppsAction aMulti

aFind

AppsAction aFind

aWorkflow

AppsAction aWorkflow

aZoomAcross

AppsAction aZoomAcross

aRequest

AppsAction aRequest

aUserDef

AppsAction aUserDef

aArchive

AppsAction aArchive

aSave

AppsAction aSave
Save Button


aLock

AppsAction aLock
Private Lock Button


aReport

AppsAction aReport

aEnd

AppsAction aEnd

aHelp

AppsAction aHelp

aExit

AppsAction aExit

m_ctx

Ctx m_ctx
The Context


m_mWorkbench

GridWorkbench m_mWorkbench
Workbench Model


m_curTab

GridTab m_curTab
Current MTab


m_curGC

GridController m_curGC
Current GridController


m_curWinTab

CTabbedPane m_curWinTab
Current Window Panel


m_curWindowNo

int m_curWindowNo
Current Window No


m_curTabIndex

int m_curTabIndex
Current Window Panel Index


m_curAPanelTab

APanelTab m_curAPanelTab
Current Tab Order


m_disposing

boolean m_disposing
Dispose active


m_errorDisplayed

boolean m_errorDisplayed
Save Error Message indicator


m_isLocked

boolean m_isLocked
Process Info


m_isPersonalLock

boolean m_isPersonalLock
Show Personal Lock


m_lastModifiers

int m_lastModifiers
Last Modifier of Action Event

Class org.compiere.apps.AppsAction extends AbstractAction implements Serializable

serialVersionUID: 1L

Serialized Fields

m_button

AbstractButton m_button
CButton or CToggelButton


m_menu

JMenuItem m_menu
Menu


m_action

String m_action

m_accelerator

KeyStroke m_accelerator

m_smallPressed

Icon m_smallPressed

m_delegate

ActionListener m_delegate

m_toggle

boolean m_toggle

m_pressed

boolean m_pressed

Class org.compiere.apps.AStart extends JApplet implements Serializable

serialVersionUID: 1L

Serialized Fields

isStandalone

boolean isStandalone

Class org.compiere.apps.ATask extends CFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

m_task

Task m_task

confirmPanel

ConfirmPanel confirmPanel

infoScrollPane

JScrollPane infoScrollPane

info

JTextArea info

Class org.compiere.apps.Attachment extends CDialog implements Serializable

serialVersionUID: -3953931012692233858L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_attachment

MAttachment m_attachment
Attachment


m_change

boolean m_change
Change


mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

text

CTextArea text

bOpen

CButton bOpen

bSave

CButton bSave

northPanel

CPanel northPanel

bLoad

CButton bLoad

bURI

CButton bURI

northLayout

BorderLayout northLayout

confirmPanel

ConfirmPanel confirmPanel

toolBar

CPanel toolBar

bDelete

CButton bDelete

bDeleteAll

CButton bDeleteAll

cbContent

CComboBox cbContent

centerPane

JSplitPane centerPane

graphPanel

CPanel graphPanel

gifPanel

org.compiere.apps.Attachment.GImage gifPanel

gifScroll

JScrollPane gifScroll

pdfViewer

com.qoppa.pdfViewer.PDFViewerBean pdfViewer

info

CTextArea info

Class org.compiere.apps.AUserDefDialog extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_AD_Window_ID

int m_AD_Window_ID
Window


m_AD_Client_ID

int m_AD_Client_ID

m_role

MRole m_role

m_size

Dimension m_size

m_userDefs

MUserDefWin[] m_userDefs
Existing


mainPanel

CPanel mainPanel

selectPanel

CPanel selectPanel

fUpdateExisting

CCheckBox fUpdateExisting

fValues

CComboBox fValues

lPrefix

CLabel lPrefix

fPrefix

CTextField fPrefix

lLevel

CLabel lLevel

fLevel

CComboBox fLevel

fSaveSize

CCheckBox fSaveSize

confirmPanel

ConfirmPanel confirmPanel

m_levels

String[] m_levels

Class org.compiere.apps.AWindow extends CFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

m_glassPane

AGlassPane m_glassPane
The GlassPane


m_APanel

APanel m_APanel
Application Window

Class org.compiere.apps.ConfirmPanel extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_addlButtons

CPanel m_addlButtons
Additional Buttons Panel


bOK

CButton bOK

bCancel

CButton bCancel

bRefresh

CButton bRefresh

bReset

CButton bReset

bCustomize

CButton bCustomize

bHistory

CButton bHistory

bZoom

CButton bZoom

Class org.compiere.apps.DataMigrationEditor extends CDialog implements Serializable

serialVersionUID: 1538301472101621246L

Serialized Fields

m_ok

boolean m_ok

m_AD_Client_ID

int m_AD_Client_ID

m_AD_Table_ID

int m_AD_Table_ID

m_Record_ID

int m_Record_ID

mainPanel

CPanel mainPanel

info

CTextArea info

migrationSel

CComboBox migrationSel

cPanel

ConfirmPanel cPanel

Class org.compiere.apps.EMailDialog extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_client

MClient m_client
Client


m_from

MUser m_from
Sender


m_user

MUser m_user
Primary Recipient


m_to

String m_to

m_subject

String m_subject

m_message

String m_message

m_attachFile

File m_attachFile
File to be optionally attached


mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

headerPanel

CPanel headerPanel

headerLayout

GridBagLayout headerLayout

fFrom

CTextField fFrom

fTo

CTextField fTo

fUser

VLookup fUser

fSubject

CTextField fSubject

lFrom

CLabel lFrom

lTo

CLabel lTo

lSubject

CLabel lSubject

lAttachment

CLabel lAttachment

fAttachment

CTextField fAttachment

fMessage

CTextArea fMessage

confirmPanel

ConfirmPanel confirmPanel

statusBar

StatusBar statusBar

Class org.compiere.apps.Help extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

info

OnlineHelp info

infoPane

JScrollPane infoPane

confirmPanel

ConfirmPanel confirmPanel

Class org.compiere.apps.OnlineHelp extends JEditorPane implements Serializable

serialVersionUID: 1L

Class org.compiere.apps.Preference extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_preference

MUserPreference m_preference
User Preference


panel

CPanel panel

panelLayout

BorderLayout panelLayout

tabPane

CTabbedPane tabPane

customizePane

CPanel customizePane

contextPane

CPanel contextPane

customizeLayout

GridBagLayout customizeLayout

autoCommit

CCheckBox autoCommit

autoNew

CCheckBox autoNew

printPreview

CCheckBox printPreview

southPanel

CPanel southPanel

southLayout

BorderLayout southLayout

icontextLayout

BorderLayout icontextLayout

infoList

JList infoList

contextListScrollPane

JScrollPane contextListScrollPane

contextSouthPanel

CPanel contextSouthPanel

contextHeader

CTextArea contextHeader

contextDetail

CTextArea contextDetail

infoArea

CTextArea infoArea

contextSouthLayout

BorderLayout contextSouthLayout

statusBar

StatusBar statusBar

confirm

ConfirmPanel confirm

traceLevel

CComboBox traceLevel

traceLabel

CLabel traceLabel

traceFile

CCheckBox traceFile

autoLogin

CCheckBox autoLogin

compiereSys

CCheckBox compiereSys

storePassword

CCheckBox storePassword

showTrl

CCheckBox showTrl

showAcct

CCheckBox showAcct

showAdvanced

CCheckBox showAdvanced

cacheWindow

CCheckBox cacheWindow

uiTheme

CButton uiTheme

lPrinter

CLabel lPrinter

fPrinter

CPrinter fPrinter

lDate

CLabel lDate

fDate

VDate fDate

connectionProfile

CComboBox connectionProfile

connectionProfileLabel

CLabel connectionProfileLabel

errorPane

CPanel errorPane

errorLayout

BorderLayout errorLayout

errorScrollPane

JScrollPane errorScrollPane

errorTable

MiniTable errorTable

errorPanel

CPanel errorPanel

bErrorsOnly

CToggleButton bErrorsOnly

bErrorReset

CButton bErrorReset

bErrorEMail

CButton bErrorEMail

bErrorSave

CButton bErrorSave

bRoleInfo

CButton bRoleInfo

Class org.compiere.apps.ProcessDialog extends CFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

m_AD_Process_ID

int m_AD_Process_ID

m_WindowNo

int m_WindowNo

m_Name

String m_Name

m_IsReport

boolean m_IsReport

m_ids

int[] m_ids

m_isLocked

boolean m_isLocked

m_messageText

StringBuffer m_messageText

dialog

CPanel dialog

mainLayout

BorderLayout mainLayout

southPanel

CPanel southPanel

bOK

CButton bOK

southLayout

FlowLayout southLayout

message

JEditorPane message

messagePane

JScrollPane messagePane

bPrint

CButton bPrint

Class org.compiere.apps.ProcessParameter extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_frame

Frame m_frame

m_WindowNo

int m_WindowNo

m_processInfo

ProcessInfo m_processInfo

m_isOK

boolean m_isOK

gbc

GridBagConstraints gbc

nullInset

Insets nullInset

labelInset

Insets labelInset

fieldInset

Insets fieldInset

fieldInsetRight

Insets fieldInsetRight

m_line

int m_line

m_trx

Trx m_trx

m_parent

ASyncProcess m_parent

m_vEditors

ArrayList<E> m_vEditors

m_vEditors2

ArrayList<E> m_vEditors2

m_mFields

ArrayList<E> m_mFields

m_mFields2

ArrayList<E> m_mFields2

mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

centerPanel

CPanel centerPanel

centerLayout

GridBagLayout centerLayout

confirmPanel

ConfirmPanel confirmPanel

Class org.compiere.apps.RecordInfo extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mainPanel

CPanel mainPanel

scrollPane

CScrollPane scrollPane

table

VTable table

confirmPanel

ConfirmPanel confirmPanel

log

CLogger log
Logger


m_data

Vector<E> m_data
The Data


m_info

StringBuffer m_info
Info


m_dateTimeFormat

SimpleDateFormat m_dateTimeFormat
Date Time Format


m_dateFormat

SimpleDateFormat m_dateFormat
Date Format


m_numberFormat

DecimalFormat m_numberFormat
Number Format


m_amtFormat

DecimalFormat m_amtFormat
Amount Format


m_intFormat

DecimalFormat m_intFormat
Number Format

Class org.compiere.apps.ScriptEditor extends CFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

m_script

Scriptlet m_script
The Script


m_WindowNo

int m_WindowNo
WindowNo


m_origScript

String m_origScript
Original Script


mainPanel

CPanel mainPanel

borderLayout1

BorderLayout borderLayout1

editorPane

JScrollPane editorPane

editor

JTextArea editor

variablesPane

JScrollPane variablesPane

variables

JTextPane variables

titledBorder1

TitledBorder titledBorder1

titledBorder2

TitledBorder titledBorder2

northPanel

CPanel northPanel

southPanel

CPanel southPanel

southLayout

BorderLayout southLayout

okPanel

CPanel okPanel

bOK

JButton bOK

bCancel

JButton bCancel

resultPanel

CPanel resultPanel

bProcess

JButton bProcess

lResult

JLabel lResult

fResult

JTextField fResult

resultVariablePanel

CPanel resultVariablePanel

northLayout

BorderLayout northLayout

lResultVariable

JLabel lResultVariable

fResultVariable

JTextField fResultVariable

helpPanel

CPanel helpPanel

bHelp

JButton bHelp

resultVariableLayout

GridBagLayout resultVariableLayout

okLayout

FlowLayout okLayout

resultLayout

GridBagLayout resultLayout

centerPane

JSplitPane centerPane

Class org.compiere.apps.StatusBar extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

statusLine

JLabel statusLine

statusDB

JLabel statusDB

combo

CComboBox combo

infoLine

JLabel infoLine

mt_error

boolean mt_error

mt_text

String mt_text

m_text

String m_text

m_dse

DataStatusEvent m_dse

Class org.compiere.apps.Waiting extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_timervalue

int m_timervalue

m_timer

Timer m_timer

bDoNotWait

CButton bDoNotWait

infoLabel

CLabel infoLabel

mainPanel

CPanel mainPanel

progressBar

JProgressBar progressBar

Package org.compiere.apps.form

Class org.compiere.apps.form.ArchiveViewer extends CTabbedPane implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_archives

MArchive[] m_archives
The Archives


m_index

int m_index
Archive Index


m_AD_Table_ID

int m_AD_Table_ID
Table direct


m_Record_ID

int m_Record_ID
Record direct


queryPanel

CPanel queryPanel

reportField

CCheckBox reportField

processLabel

CLabel processLabel

processField

CComboBox processField

tableLabel

CLabel tableLabel

tableField

CComboBox tableField

bPartnerLabel

CLabel bPartnerLabel

bPartnerField

VLookup bPartnerField

nameQLabel

CLabel nameQLabel

nameQField

CTextField nameQField

descriptionQLabel

CLabel descriptionQLabel

descriptionQField

CTextField descriptionQField

helpQLabel

CLabel helpQLabel

helpQField

CTextField helpQField

createdByQLabel

CLabel createdByQLabel

createdByQField

CComboBox createdByQField

createdQLabel

CLabel createdQLabel

createdQFrom

VDate createdQFrom

createdQTo

VDate createdQTo

viewPanel

CPanel viewPanel

pdfViewer

com.qoppa.pdfViewer.PDFViewerBean pdfViewer

viewEnterPanel

CPanel viewEnterPanel

bBack

CButton bBack

bNext

CButton bNext

positionInfo

CLabel positionInfo

createdByLabel

CLabel createdByLabel

createdByField

CTextField createdByField

createdField

VDate createdField

nameLabel

CLabel nameLabel

nameField

VString nameField

descriptionLabel

CLabel descriptionLabel

descriptionField

VText descriptionField

helpLabel

CLabel helpLabel

helpField

VText helpField

updateArchive

CButton updateArchive

confirmPanel

ConfirmPanel confirmPanel

Class org.compiere.apps.form.FormFrame extends CFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
WindowNo


m_glassPane

AGlassPane m_glassPane
The GlassPane


m_Description

String m_Description
Description


m_Help

String m_Help
Help


menuBar

JMenuBar menuBar
Menu Bar


m_panel

FormPanel m_panel
The Panel to be displayed


m_maximize

boolean m_maximize
Maximize Window

Class org.compiere.apps.form.VAllocation extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_calculating

boolean m_calculating

m_C_Currency_ID

int m_C_Currency_ID

m_C_BPartner_ID

int m_C_BPartner_ID

m_noInvoices

int m_noInvoices

m_noPayments

int m_noPayments

i_payment

int i_payment

i_open

int i_open

i_discount

int i_discount

i_writeOff

int i_writeOff

i_applied

int i_applied

mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

parameterPanel

CPanel parameterPanel

allocationPanel

CPanel allocationPanel

parameterLayout

GridBagLayout parameterLayout

bpartnerLabel

JLabel bpartnerLabel

bpartnerSearch

VLookup bpartnerSearch

invoiceTable

MiniTable invoiceTable

paymentTable

MiniTable paymentTable

infoPanel

JSplitPane infoPanel

paymentPanel

CPanel paymentPanel

invoicePanel

CPanel invoicePanel

paymentLabel

JLabel paymentLabel

invoiceLabel

JLabel invoiceLabel

paymentLayout

BorderLayout paymentLayout

invoiceLayout

BorderLayout invoiceLayout

paymentInfo

JLabel paymentInfo

invoiceInfo

JLabel invoiceInfo

paymentScrollPane

JScrollPane paymentScrollPane

invoiceScrollPane

JScrollPane invoiceScrollPane

allocationLayout

GridBagLayout allocationLayout

differenceLabel

JLabel differenceLabel

differenceField

CTextField differenceField

allocateButton

JButton allocateButton

currencyLabel

JLabel currencyLabel

currencyPick

VLookup currencyPick

multiCurrency

JCheckBox multiCurrency

allocCurrencyLabel

JLabel allocCurrencyLabel

statusBar

StatusBar statusBar

dateLabel

JLabel dateLabel

dateField

VDate dateField

autoWriteOff

JCheckBox autoWriteOff

Class org.compiere.apps.form.VAttributeGrid extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_frame

FormFrame m_frame
FormFrame


m_attributes

MAttribute[] m_attributes
Product Attributes


m_setting

boolean m_setting
Setting Grid


m_M_PriceList_Version_ID

int m_M_PriceList_Version_ID
Price List Version


m_price

DecimalFormat m_price

m_M_Warehouse_ID

int m_M_Warehouse_ID
Warehouse


m_qty

DecimalFormat m_qty

tabbedPane

CTabbedPane tabbedPane
UI


selectPanel

CPanel selectPanel

attributeLabel1

CLabel attributeLabel1

attributeCombo1

CComboBox attributeCombo1

attributeLabel2

CLabel attributeLabel2

attributeCombo2

CComboBox attributeCombo2

labelPriceList

CLabel labelPriceList

pickPriceList

VComboBox pickPriceList

labelWarehouse

CLabel labelWarehouse

pickWarehouse

VComboBox pickWarehouse

confirmPanel

ConfirmPanel confirmPanel

gridPanel

CPanel gridPanel

modePanel

CPanel modePanel

modeLabel

CLabel modeLabel

modeCombo

CComboBox modeCombo

Class org.compiere.apps.form.VBOMDrop extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_product

MProduct m_product
Product to create BOMs from


m_qty

BigDecimal m_qty
BOM Qty


m_bomLine

int m_bomLine
Line Counter


m_selectionList

ArrayList<E> m_selectionList
List of all selectors


m_qtyList

ArrayList<E> m_qtyList
List of all quantities


m_productList

ArrayList<E> m_productList
List of all products


m_buttonGroups

HashMap<K,V> m_buttonGroups
Alternative Group Lists


confirmPanel

ConfirmPanel confirmPanel

selectionPanel

CPanel selectionPanel

productField

CComboBox productField

productQty

VNumber productQty

orderField

CComboBox orderField

invoiceField

CComboBox invoiceField

projectField

CComboBox projectField

Class org.compiere.apps.form.VCharge extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_C_Element_ID

int m_C_Element_ID
Account Element


m_C_AcctSchema_ID

int m_C_AcctSchema_ID
AccountSchema


m_C_TaxCategory_ID

int m_C_TaxCategory_ID
Default Charge Tax Category


m_AD_Client_ID

int m_AD_Client_ID

m_AD_Org_ID

int m_AD_Org_ID

mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

newPanel

CPanel newPanel

newBorder

TitledBorder newBorder

newLayout

GridBagLayout newLayout

valueLabel

JLabel valueLabel

valueField

JTextField valueField

isExpense

JCheckBox isExpense

nameLabel

JLabel nameLabel

nameField

JTextField nameField

newButton

JButton newButton

accountPanel

CPanel accountPanel

accountBorder

TitledBorder accountBorder

accountLayout

BorderLayout accountLayout

accountOKPanel

CPanel accountOKPanel

accountButton

JButton accountButton

accountOKLayout

FlowLayout accountOKLayout

dataPane

JScrollPane dataPane

dataTable

MiniTable dataTable

confirmPanel

ConfirmPanel confirmPanel

Class org.compiere.apps.form.VFileImport extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_data

ArrayList<E> m_data

m_format

ImpFormat m_format

m_labels

JLabel[] m_labels

m_fields

JTextField[] m_fields

m_record

int m_record

northPanel

CPanel northPanel

bFile

JButton bFile

pickFormat

JComboBox pickFormat

centerPanel

CPanel centerPanel

centerLayout

BorderLayout centerLayout

rawDataPane

JScrollPane rawDataPane

rawData

JTextArea rawData

previewPane

JScrollPane previewPane

previewPanel

CPanel previewPanel

confirmPanel

ConfirmPanel confirmPanel

info

JLabel info

labelFormat

JLabel labelFormat

previewLayout

GridBagLayout previewLayout

bNext

JButton bNext

bPrevious

JButton bPrevious

record

JLabel record

Class org.compiere.apps.form.VInOutGen extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_selectionActive

boolean m_selectionActive

m_whereClause

String m_whereClause

m_M_Warehouse_ID

Object m_M_Warehouse_ID

m_C_BPartner_ID

Object m_C_BPartner_ID

tabbedPane

CTabbedPane tabbedPane

selPanel

CPanel selPanel

selNorthPanel

CPanel selNorthPanel

selPanelLayout

BorderLayout selPanelLayout

lWarehouse

CLabel lWarehouse

fWarehouse

VLookup fWarehouse

lBPartner

CLabel lBPartner

fBPartner

VLookup fBPartner

northPanelLayout

FlowLayout northPanelLayout

confirmPanelSel

ConfirmPanel confirmPanelSel

confirmPanelGen

ConfirmPanel confirmPanelGen

statusBar

StatusBar statusBar

genPanel

CPanel genPanel

genLayout

BorderLayout genLayout

info

CTextPane info

scrollPane

JScrollPane scrollPane

miniTable

MiniTable miniTable

Class org.compiere.apps.form.VInvoiceGen extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_selectionActive

boolean m_selectionActive

m_whereClause

String m_whereClause

m_AD_Org_ID

Object m_AD_Org_ID

m_C_BPartner_ID

Object m_C_BPartner_ID

tabbedPane

CTabbedPane tabbedPane

selPanel

CPanel selPanel

selNorthPanel

CPanel selNorthPanel

selPanelLayout

BorderLayout selPanelLayout

lOrg

CLabel lOrg

fOrg

VLookup fOrg

lBPartner

CLabel lBPartner

fBPartner

VLookup fBPartner

northPanelLayout

FlowLayout northPanelLayout

confirmPanelSel

ConfirmPanel confirmPanelSel

confirmPanelGen

ConfirmPanel confirmPanelGen

statusBar

StatusBar statusBar

genPanel

CPanel genPanel

genLayout

BorderLayout genLayout

info

CTextPane info

scrollPane

JScrollPane scrollPane

miniTable

MiniTable miniTable

Class org.compiere.apps.form.VMatch extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_AD_Client_ID

int m_AD_Client_ID

m_AD_Org_ID

int m_AD_Org_ID

m_by

int m_by

m_matchOptions

String[] m_matchOptions
Match Options


m_matchMode

String[] m_matchMode
Match Mode


m_sql

StringBuffer m_sql

m_dateColumn

String m_dateColumn

m_qtyColumn

String m_qtyColumn

m_groupBy

String m_groupBy

m_xMatched

BigDecimal m_xMatched

m_xMatchedTo

BigDecimal m_xMatchedTo

mainPanel

CPanel mainPanel

statusBar

StatusBar statusBar

mainLayout

BorderLayout mainLayout

northPanel

CPanel northPanel

northLayout

GridBagLayout northLayout

matchFromLabel

CLabel matchFromLabel

matchFrom

CComboBox matchFrom

matchToLabel

CLabel matchToLabel

matchTo

CComboBox matchTo

matchModeLabel

CLabel matchModeLabel

matchMode

CComboBox matchMode

onlyVendor

VLookup onlyVendor

onlyProduct

VLookup onlyProduct

onlyVendorLabel

CLabel onlyVendorLabel

onlyProductLabel

CLabel onlyProductLabel

dateFromLabel

CLabel dateFromLabel

dateToLabel

CLabel dateToLabel

dateFrom

VDate dateFrom

dateTo

VDate dateTo

bSearch

CButton bSearch

southPanel

CPanel southPanel

southLayout

GridBagLayout southLayout

xMatchedLabel

CLabel xMatchedLabel

xMatchedToLabel

CLabel xMatchedToLabel

differenceLabel

CLabel differenceLabel

xMatched

VNumber xMatched

xMatchedTo

VNumber xMatchedTo

difference

VNumber difference

bProcess

CButton bProcess

centerPanel

CPanel centerPanel

centerLayout

BorderLayout centerLayout

xMatchedScrollPane

JScrollPane xMatchedScrollPane

xMatchedBorder

TitledBorder xMatchedBorder

xMatchedTable

MiniTable xMatchedTable

xMatchedToScrollPane

JScrollPane xMatchedToScrollPane

xMatchedToBorder

TitledBorder xMatchedToBorder

xMatchedToTable

MiniTable xMatchedToTable

xPanel

CPanel xPanel

sameProduct

JCheckBox sameProduct

sameBPartner

JCheckBox sameBPartner

sameQty

JCheckBox sameQty

xLayout

FlowLayout xLayout

isReturnTrxLabel

CLabel isReturnTrxLabel

isReturnTrx

JCheckBox isReturnTrx

Class org.compiere.apps.form.VPayPrint extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_C_BankAccount_ID

int m_C_BankAccount_ID
Used Bank Account


m_checks

MPaySelectionCheck[] m_checks
Payment Information


m_batch

MPaymentBatch m_batch
Payment Batch


centerPanel

CPanel centerPanel

southPanel

CPanel southPanel

southLayout

FlowLayout southLayout

centerLayout

GridBagLayout centerLayout

bPrint

JButton bPrint

bExport

JButton bExport

bCancel

JButton bCancel

bProcess

JButton bProcess

lPaySelect

CLabel lPaySelect

fPaySelect

CComboBox fPaySelect

lBank

CLabel lBank

fBank

CLabel fBank

lPaymentRule

CLabel lPaymentRule

fPaymentRule

CComboBox fPaymentRule

lDocumentNo

CLabel lDocumentNo

fDocumentNo

VNumber fDocumentNo

lNoPayments

CLabel lNoPayments

fNoPayments

CLabel fNoPayments

lBalance

CLabel lBalance

fBalance

VNumber fBalance

lCurrency

CLabel lCurrency

fCurrency

CLabel fCurrency

Class org.compiere.apps.form.VPaySelect extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_format

DecimalFormat m_format
Format


m_bankBalance

BigDecimal m_bankBalance
Bank Balance


m_sql

String m_sql
SQL for Query


m_noSelected

int m_noSelected
Number of selected rows


m_AD_Client_ID

int m_AD_Client_ID
Client ID


m_isLocked

boolean m_isLocked

m_ps

MPaySelection m_ps
Payment Selection


mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

parameterPanel

CPanel parameterPanel

labelBankAccount

CLabel labelBankAccount

fieldBankAccount

VComboBox fieldBankAccount

parameterLayout

GridBagLayout parameterLayout

labelBankBalance

CLabel labelBankBalance

labelCurrency

CLabel labelCurrency

labelBalance

CLabel labelBalance

onlyDue

VCheckBox onlyDue

labelBPartner

CLabel labelBPartner

fieldBPartner

VComboBox fieldBPartner

dataStatus

JLabel dataStatus

dataPane

JScrollPane dataPane

miniTable

MiniTable miniTable

commandPanel

CPanel commandPanel

bCancel

JButton bCancel

bGenerate

JButton bGenerate

commandLayout

FlowLayout commandLayout

bRefresh

JButton bRefresh

labelPayDate

CLabel labelPayDate

fieldPayDate

VDate fieldPayDate

labelPaymentRule

CLabel labelPaymentRule

fieldPaymentRule

VComboBox fieldPaymentRule

Class org.compiere.apps.form.VSetup extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_file

File m_file

centerPane

JScrollPane centerPane

confirmPanel

ConfirmPanel confirmPanel

centerPanel

CPanel centerPanel

centerLayout

GridBagLayout centerLayout

lClientName

JLabel lClientName

fClientName

JTextField fClientName

lOrgName

JLabel lOrgName

fOrgName

JTextField fOrgName

lCurrency

JLabel lCurrency

fCurrency

JComboBox fCurrency

lUserClient

JLabel lUserClient

fUserClient

JTextField fUserClient

lUserOrg

JLabel lUserOrg

fUserOrg

JTextField fUserOrg

fProject

JCheckBox fProject

fProduct

JCheckBox fProduct

fBPartner

JCheckBox fBPartner

lAccountSeg

JLabel lAccountSeg

fMCampaign

JCheckBox fMCampaign

fSRegion

JCheckBox fSRegion

buttonLoadAcct

JButton buttonLoadAcct

lCountry

JLabel lCountry

lCity

JLabel lCity

fCountry

JComboBox fCountry

fCity

JTextField fCity

lRegion

JLabel lRegion

fRegion

JComboBox fRegion

Class org.compiere.apps.form.VSQLProcess extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_frame

FormFrame m_frame
FormFrame


mainLayout

BorderLayout mainLayout

northPanel

CPanel northPanel

sqlLabel

CLabel sqlLabel

sqlField

VText sqlField

centerPanel

CPanel centerPanel

centerLayout

BorderLayout centerLayout

northLayout

BorderLayout northLayout

resultField

CTextArea resultField

sqlButton

CButton sqlButton

Class org.compiere.apps.form.VTreeMaintenance extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_tree

MTree m_tree
Active Tree


mainLayout

BorderLayout mainLayout

northPanel

CPanel northPanel

northLayout

FlowLayout northLayout

treeLabel

CLabel treeLabel

treeField

CComboBox treeField

bAddAll

CButton bAddAll

bAdd

CButton bAdd

bDelete

CButton bDelete

bDeleteAll

CButton bDeleteAll

cbAllNodes

CCheckBox cbAllNodes

treeInfo

CLabel treeInfo

splitPane

JSplitPane splitPane

centerTree

VTreePanel centerTree

centerList

JList centerList

Class org.compiere.apps.form.VTrxMaterial extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_gridController

GridController m_gridController
GridController


m_mWindow

GridWindow m_mWindow
MWindow


m_mTab

GridTab m_mTab
MTab pointer


m_staticQuery

Query m_staticQuery

mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

parameterPanel

CPanel parameterPanel

orgLabel

JLabel orgLabel

orgField

VLookup orgField

locatorLabel

JLabel locatorLabel

locatorField

VLocator locatorField

productLabel

JLabel productLabel

productField

VLookup productField

dateFLabel

JLabel dateFLabel

dateFField

VDate dateFField

dateTLabel

JLabel dateTLabel

dateTField

VDate dateTField

mtypeLabel

JLabel mtypeLabel

mtypeField

VLookup mtypeField

parameterLayout

GridBagLayout parameterLayout

southPanel

CPanel southPanel

southLayout

BorderLayout southLayout

confirmPanel

ConfirmPanel confirmPanel

statusBar

StatusBar statusBar

Package org.compiere.apps.graph

Class org.compiere.apps.graph.BarGraph extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_goal

MGoal m_goal
The Goal


m_size

Dimension m_size
Graph Size


m_point0_0

Point m_point0_0
Zero/Zero Coordibate point


m_layout

BarGraphLayout m_layout
Layout


m_X_AxisLabel

String m_X_AxisLabel
X Axis Label


m_Y_AxisLabel

String m_Y_AxisLabel
Y Axis Label


m_Y_TargetLabel

String m_Y_TargetLabel
Y Axis Target Line Label

Class org.compiere.apps.graph.BarGraphColumn extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

m_achievement

MAchievement m_achievement
Optional Achievement


m_mc

MMeasureCalc m_mc
Measure Calc


m_goal

MGoal m_goal
Goal


m_rt

MRequestType m_rt

m_pt

MProjectType m_pt

m_id

int m_id

m_measureDisplay

String m_measureDisplay
Display


m_date

Timestamp m_date

m_label

String m_label
Column Label


m_value

double m_value
Column Data Value


m_labelValue

String m_labelValue
Column Label Value


m_targetValue

double m_targetValue
Column Data Target Value


m_width

double m_width
Column Width in pixles


m_height

double m_height
Column Height in pixles

Class org.compiere.apps.graph.PAPanel extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_goals

MGoal[] m_goals
Goals

Class org.compiere.apps.graph.PerformanceDetail extends CFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

barPanel

BarGraph barPanel

confirmPanel

ConfirmPanel confirmPanel

Class org.compiere.apps.graph.PerformanceIndicator extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

m_composite

Composite m_composite

m_tempArea

Area m_tempArea
The m_tempArea.


m_paintRect

Rectangle m_paintRect
The rectangle for painting.


m_tempRect

Rectangle m_tempRect
The rectangle for painting.


m_bottomRight

Point m_bottomRight
The rectangle for painting.


m_gradientPaint

GradientPaint m_gradientPaint
The gradientPaint.


m_gradientPaintInner

GradientPaint m_gradientPaintInner
The gradientPaint.


m_gradientPaintInnerPercent

GradientPaint m_gradientPaintInnerPercent
The gradientPaint.


m_gradientPaintPercentInner

GradientPaint m_gradientPaintPercentInner
The gradientPaint.


m_innerGradientPaintInnerDome

GradientPaint m_innerGradientPaintInnerDome
The gradientPaint.


m_innerGradientDelineator

GradientPaint m_innerGradientDelineator
The gradientPaint.


m_goal

MGoal m_goal
The goal.


m_colors

TreeMap<K,V> m_colors

popupMenu

JPopupMenu popupMenu
The popupMenu.


mRefresh

CMenuItem mRefresh
The mRefresh.

Class org.compiere.apps.graph.ViewPI extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_frame

FormFrame m_frame
FormFrame


confirmPanel

ConfirmPanel confirmPanel
Confirmation Panel


Package org.compiere.apps.info

Class org.compiere.apps.info.InfoDialog extends CDialog implements Serializable

serialVersionUID: 1L


Package org.compiere.apps.search

Class org.compiere.apps.search.AdvancedRow extends Vector<ValueNamePair> implements Serializable

serialVersionUID: 1L

Class org.compiere.apps.search.Find extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_targetWindowNo

int m_targetWindowNo
Target Window No


m_ctx

Ctx m_ctx
Context


m_AD_Tab_ID

int m_AD_Tab_ID
The Tab


m_AD_Table_ID

int m_AD_Table_ID
Table ID


m_tableName

String m_tableName
Table Name


m_whereExtended

String m_whereExtended
Where


m_findFields

GridField[] m_findFields
Search Fields


m_buttonFields

ArrayList<E> m_buttonFields
Button Fields


m_query

Query m_query
Resulting query


m_days

int m_days
History Days (0=all)


m_created

boolean m_created
History Created Flag


m_total

int m_total
Number of records


m_pstmt

PreparedStatement m_pstmt

hasValue

boolean hasValue

hasDocNo

boolean hasDocNo

hasName

boolean hasName

hasDescription

boolean hasDescription

m_sLine

int m_sLine
Line in Simple Content


m_sEditors

ArrayList<E> m_sEditors
List of VEditors


m_targetFields

Hashtable<K,V> m_targetFields
Target Fields with AD_Column_ID as key


tabbedPane

CTabbedPane tabbedPane

southPanel

CPanel southPanel

southLayout

BorderLayout southLayout

statusBar

StatusBar statusBar

confirmPanelS

ConfirmPanel confirmPanelS

scontentPanel

CPanel scontentPanel

simplePanel

CPanel simplePanel

valueLabel

CLabel valueLabel

nameLabel

CLabel nameLabel

descriptionLabel

CLabel descriptionLabel

valueField

CTextField valueField

nameField

CTextField nameField

descriptionField

CTextField descriptionField

docNoLabel

CLabel docNoLabel

docNoField

CTextField docNoField

historyPanel

CPanel historyPanel

bShowAll

CButton bShowAll

bShowMonth

CButton bShowMonth

bShowWeek

CButton bShowWeek

bShowDay

CButton bShowDay

bShowYear

CButton bShowYear

cbCreated

CCheckBox cbCreated

comboQueriesS

CComboBox comboQueriesS

advancedPanel

CPanel advancedPanel

confirmPanelA

ConfirmPanel confirmPanelA

advancedSavedQueries

CPanel advancedSavedQueries

comboQueriesA

CComboBox comboQueriesA

bDeleteQuery

CButton bDeleteQuery

advancedScrollPane

JScrollPane advancedScrollPane

advancedTable

CTable advancedTable

advancedData

Vector<E> advancedData

advancedEntry

CPanel advancedEntry

columns

CComboBox columns

operators

CComboBox operators

valueEditor

FindValueEditor valueEditor

valueEditor2

FindValueEditor valueEditor2

bDeleteRow

CButton bDeleteRow

bSaveRow

CButton bSaveRow

savedQueryName

CTextField savedQueryName

Class org.compiere.apps.search.FindValueEditor extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

m_editor

VEditor m_editor
Editor

Class org.compiere.apps.search.Info extends CDialog implements Serializable

Serialized Fields

p_WindowNo

int p_WindowNo
Master (owning) Window


p_tableName

String p_tableName
Table Name


p_keyColumn

String p_keyColumn
Key Column Name


p_multiSelection

boolean p_multiSelection
Enable more than one selection


p_whereClause

String p_whereClause
Initial WHERE Clause


p_table

MiniTable p_table
Table


m_keyColumnIndex

int m_keyColumnIndex
Model Index of Key Column


m_ok

boolean m_ok
OK pressed


m_cancel

boolean m_cancel
Cancel pressed - need to differentiate between OK - Cancel - Exit


m_results

ArrayList<E> m_results
Result IDs


p_layout

Info_Column[] p_layout
Layout of Grid


m_sqlMain

String m_sqlMain
Main SQL Statement


m_sqlCount

String m_sqlCount
Count SQL Statement


m_sqlOrder

String m_sqlOrder
Order By Clause


p_loadedOK

boolean p_loadedOK
Loading success indicator


m_SO_Window_ID

int m_SO_Window_ID
SO Zoom Window


m_PO_Window_ID

int m_PO_Window_ID
PO Zoom Window


m_worker

org.compiere.apps.search.Info.Worker m_worker
Worker


log

CLogger log
Logger


southPanel

CPanel southPanel
Static Layout


southLayout

BorderLayout southLayout

confirmPanel

ConfirmPanel confirmPanel

statusBar

StatusBar statusBar

parameterPanel

CPanel parameterPanel

scrollPane

JScrollPane scrollPane

popup

JPopupMenu popup

calcMenu

CMenuItem calcMenu

Class org.compiere.apps.search.InfoAsset extends Info implements Serializable

serialVersionUID: 1L

Serialized Fields

labelValue

CLabel labelValue

fieldValue

CTextField fieldValue

labelName

CLabel labelName

fieldName

CTextField fieldName

lBPartner_ID

CLabel lBPartner_ID

fBPartner_ID

VLookup fBPartner_ID

lProduct_ID

CLabel lProduct_ID

fProduct_ID

VLookup fProduct_ID

Class org.compiere.apps.search.InfoAssignment extends Info implements Serializable

serialVersionUID: 1L

Serialized Fields

labelResourceType

CLabel labelResourceType

fieldResourceType

VLookup fieldResourceType

labelResource

CLabel labelResource

fieldResource

VLookup fieldResource

labelFrom

CLabel labelFrom

fieldFrom

VDate fieldFrom

labelTo

CLabel labelTo

fieldTo

VDate fieldTo

bNew

CButton bNew

Class org.compiere.apps.search.InfoBPartner extends Info implements Serializable

serialVersionUID: 1L

Serialized Fields

m_isSOTrx

boolean m_isSOTrx
SalesOrder Trx


m_AD_User_ID_index

int m_AD_User_ID_index

m_C_BPartner_Location_ID_index

int m_C_BPartner_Location_ID_index

labelValue

CLabel labelValue

fieldValue

CTextField fieldValue

labelName

CLabel labelName

fieldName

CTextField fieldName

labelContact

CLabel labelContact

fieldContact

CTextField fieldContact

labelEMail

CLabel labelEMail

fieldEMail

CTextField fieldEMail

labelPostal

CLabel labelPostal

fieldPostal

CTextField fieldPostal

labelPhone

CLabel labelPhone

fieldPhone

CTextField fieldPhone

checkAND

VCheckBox checkAND

checkCustomer

VCheckBox checkCustomer

Class org.compiere.apps.search.InfoCashLine extends Info implements Serializable

serialVersionUID: 1L

Serialized Fields

lName

CLabel lName

fName

CTextField fName

lCashBook_ID

CLabel lCashBook_ID

fCashBook_ID

VLookup fCashBook_ID

lInvoice_ID

CLabel lInvoice_ID

fInvoice_ID

VLookup fInvoice_ID

lBankAccount_ID

CLabel lBankAccount_ID

fBankAccount_ID

VLookup fBankAccount_ID

cbAbsolute

CCheckBox cbAbsolute

lDateFrom

CLabel lDateFrom

fDateFrom

VDate fDateFrom

lDateTo

CLabel lDateTo

fDateTo

VDate fDateTo

lAmtFrom

CLabel lAmtFrom

fAmtFrom

VNumber fAmtFrom

lAmtTo

CLabel lAmtTo

fAmtTo

VNumber fAmtTo

Class org.compiere.apps.search.InfoGeneral extends Info implements Serializable

serialVersionUID: 1L

Serialized Fields

m_generalLayout

Info_Column[] m_generalLayout
String Array of Column Info


m_queryColumns

ArrayList<E> m_queryColumns
list of query columns


label1

CLabel label1

textField1

CTextField textField1

label2

CLabel label2

textField2

CTextField textField2

label3

CLabel label3

textField3

CTextField textField3

label4

CLabel label4

textField4

CTextField textField4

label5

CLabel label5

textField5

CTextField textField5

label6

CLabel label6

textField6

CTextField textField6

label7

CLabel label7

textField7

CTextField textField7

Class org.compiere.apps.search.InfoInOut extends Info implements Serializable

serialVersionUID: 1L

Serialized Fields

lDocumentNo

CLabel lDocumentNo

fDocumentNo

CTextField fDocumentNo

lDescription

CLabel lDescription

fDescription

CTextField fDescription

lPOReference

CLabel lPOReference

fPOReference

CTextField fPOReference

lBPartner_ID

CLabel lBPartner_ID

fBPartner_ID

VLookup fBPartner_ID

lDateFrom

CLabel lDateFrom

fDateFrom

VDate fDateFrom

lDateTo

CLabel lDateTo

fDateTo

VDate fDateTo

fIsSOTrx

VCheckBox fIsSOTrx

Class org.compiere.apps.search.InfoInvoice extends Info implements Serializable

serialVersionUID: 1L

Serialized Fields

lDocumentNo

CLabel lDocumentNo

fDocumentNo

CTextField fDocumentNo

lDescription

CLabel lDescription

fDescription

CTextField fDescription

lBPartner_ID

CLabel lBPartner_ID

fBPartner_ID

VLookup fBPartner_ID

lOrder_ID

CLabel lOrder_ID

fOrder_ID

VLookup fOrder_ID

fIsPaid

VCheckBox fIsPaid

fIsSOTrx

VCheckBox fIsSOTrx

lDateFrom

CLabel lDateFrom

fDateFrom

VDate fDateFrom

lDateTo

CLabel lDateTo

fDateTo

VDate fDateTo

lAmtFrom

CLabel lAmtFrom

fAmtFrom

VNumber fAmtFrom

lAmtTo

CLabel lAmtTo

fAmtTo

VNumber fAmtTo

Class org.compiere.apps.search.InfoOrder extends Info implements Serializable

serialVersionUID: 1L

Serialized Fields

lDocumentNo

CLabel lDocumentNo

fDocumentNo

CTextField fDocumentNo

lDescription

CLabel lDescription

fDescription

CTextField fDescription

lPOReference

CLabel lPOReference

fPOReference

CTextField fPOReference

lBPartner_ID

CLabel lBPartner_ID

fBPartner_ID

VLookup fBPartner_ID

lDateFrom

CLabel lDateFrom

fDateFrom

VDate fDateFrom

lDateTo

CLabel lDateTo

fDateTo

VDate fDateTo

lAmtFrom

CLabel lAmtFrom

fAmtFrom

VNumber fAmtFrom

lAmtTo

CLabel lAmtTo

fAmtTo

VNumber fAmtTo

fIsSOTrx

VCheckBox fIsSOTrx

Class org.compiere.apps.search.InfoPAttribute extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_query

String m_query
Resulting Query


m_productEditors

ArrayList<E> m_productEditors
Product Attribure Editors


m_productEditorsTo

ArrayList<E> m_productEditorsTo

m_instanceEditors

ArrayList<E> m_instanceEditors
Instance Attribute Editors


m_instanceEditorsTo

ArrayList<E> m_instanceEditorsTo

mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

centerPanel

CPanel centerPanel

confirmPanel

ConfirmPanel confirmPanel

serNoLabel

CLabel serNoLabel

serNoField

VString serNoField

lotLabel

CLabel lotLabel

lotField

VString lotField

guaranteeDateSelection

VComboBox guaranteeDateSelection

guaranteeDateField

VDate guaranteeDateField

lotLabel2

CLabel lotLabel2

lotSelection

VComboBox lotSelection

Class org.compiere.apps.search.InfoPayment extends Info implements Serializable

serialVersionUID: 1L

Serialized Fields

lDocumentNo

CLabel lDocumentNo

fDocumentNo

CTextField fDocumentNo

lBPartner_ID

CLabel lBPartner_ID

fBPartner_ID

VLookup fBPartner_ID

lDateFrom

CLabel lDateFrom

fDateFrom

VDate fDateFrom

lDateTo

CLabel lDateTo

fDateTo

VDate fDateTo

lAmtFrom

CLabel lAmtFrom

fAmtFrom

VNumber fAmtFrom

lAmtTo

CLabel lAmtTo

fAmtTo

VNumber fAmtTo

fIsReceipt

VCheckBox fIsReceipt

Class org.compiere.apps.search.InfoProduct extends Info implements Serializable

serialVersionUID: 1L

Serialized Fields

labelValue

CLabel labelValue

fieldValue

CTextField fieldValue

labelName

CLabel labelName

fieldName

CTextField fieldName

labelUPC

CLabel labelUPC

fieldUPC

CTextField fieldUPC

labelSKU

CLabel labelSKU

fieldSKU

CTextField fieldSKU

labelPriceList

CLabel labelPriceList

pickPriceList

VComboBox pickPriceList

labelWarehouse

CLabel labelWarehouse

pickWarehouse

VComboBox pickWarehouse

m_InfoPAttributeButton

CButton m_InfoPAttributeButton
Search Button


m_PAttributeButton

CButton m_PAttributeButton
Instance Button


m_M_AttributeSetInstance_ID

int m_M_AttributeSetInstance_ID
ASI


m_M_Locator_ID

int m_M_Locator_ID
Locator


m_displayPriceList

boolean m_displayPriceList
Display Price List Column


m_displayWarehouse

boolean m_displayWarehouse
Display Warehouse Column


m_securityPriceList

String m_securityPriceList
Security for Price List Version


m_securityWarehouse

String m_securityWarehouse
Security for Warehouse


m_pAttributeWhere

String m_pAttributeWhere

m_C_BPartner_ID

int m_C_BPartner_ID

Class org.compiere.apps.search.InfoSchedule extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_mAssignment

MResourceAssignment m_mAssignment
Resource


m_dateFrom

Timestamp m_dateFrom
Date


m_loading

boolean m_loading
Loading


m_createNew

boolean m_createNew
Ability to create new assignments


mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

parameterPanel

CPanel parameterPanel

parameterLayout

GridBagLayout parameterLayout

labelResourceType

JLabel labelResourceType

fieldResourceType

JComboBox fieldResourceType

labelResource

JLabel labelResource

fieldResource

JComboBox fieldResource

bPrevious

JButton bPrevious

labelDate

JLabel labelDate

fieldDate

VDate fieldDate

bNext

JButton bNext

timePane

JTabbedPane timePane

daySchedule

VSchedule daySchedule

weekSchedule

VSchedule weekSchedule

monthSchedule

VSchedule monthSchedule

statusBar

StatusBar statusBar

confirmPanel

ConfirmPanel confirmPanel

Class org.compiere.apps.search.InvoiceHistory extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_C_BPartner_ID

int m_C_BPartner_ID

m_M_Product_ID

int m_M_Product_ID

m_M_Warehouse_ID

int m_M_Warehouse_ID

m_M_AttributeSetInstance_ID

int m_M_AttributeSetInstance_ID

mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

northPanel

CPanel northPanel

label

JLabel label

northLayout

FlowLayout northLayout

confirmPanel

ConfirmPanel confirmPanel

centerTabbedPane

JTabbedPane centerTabbedPane

pricePane

JScrollPane pricePane

m_tablePrice

MiniTable m_tablePrice

m_modelPrice

DefaultTableModel m_modelPrice

reservedPane

JScrollPane reservedPane

m_tableReserved

MiniTable m_tableReserved

m_modelReserved

DefaultTableModel m_modelReserved

orderedPane

JScrollPane orderedPane

m_tableOrdered

MiniTable m_tableOrdered

m_modelOrdered

DefaultTableModel m_modelOrdered

unconfirmedPane

JScrollPane unconfirmedPane

m_tableUnconfirmed

MiniTable m_tableUnconfirmed

m_modelUnconfirmed

DefaultTableModel m_modelUnconfirmed

atpPane

JScrollPane atpPane

m_tableAtp

MiniTable m_tableAtp

m_modelAtp

DefaultTableModel m_modelAtp

Class org.compiere.apps.search.PAttributeInstance extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

northPanel

CPanel northPanel

northLayout

BorderLayout northLayout

centerScrollPane

JScrollPane centerScrollPane

confirmPanel

ConfirmPanel confirmPanel

showAll

CCheckBox showAll

m_table

MiniTable m_table

m_M_Warehouse_ID

int m_M_Warehouse_ID

m_M_Locator_ID

int m_M_Locator_ID

m_M_Product_ID

int m_M_Product_ID

m_M_AttributeSetInstance_ID

int m_M_AttributeSetInstance_ID

m_M_AttributeSetInstanceName

String m_M_AttributeSetInstanceName

m_sql

String m_sql

m_sqlNonZero

String m_sqlNonZero

m_sqlMinLife

String m_sqlMinLife

Class org.compiere.apps.search.VSchedule extends JScrollPane implements Serializable

serialVersionUID: 1L

Serialized Fields

m_numDays

VSchedule.Period m_numDays
Type


m_model

ScheduleUtil m_model
Model


m_startDate

Timestamp m_startDate
Start Date


m_endDate

Timestamp m_endDate
End Date


schedulePanel

VSchedulePanel schedulePanel
The schedulePanel.

Class org.compiere.apps.search.VSchedulePanel extends CTable implements Serializable

serialVersionUID: 1L

Serialized Fields

m_assignments

TreeMap<K,V> m_assignments
Assignment Slots


m_timeSlots

MAssignmentSlot[] m_timeSlots
TimePanel for layout info


m_startDate

Timestamp m_startDate
Start Date


m_createNew

boolean m_createNew
If true creates new assignments


m_period

VSchedule.Period m_period
The period.


m_S_Resource_ID

int m_S_Resource_ID
Resource ID


m_infoSchedule

InfoSchedule m_infoSchedule
An InfoSchedule.


m_tempBuilder

StringBuilder m_tempBuilder
An InfoSchedule.


m_rendererPane

CellRendererPane m_rendererPane
A rendererPane.


m_renderer

DefaultTableCellRenderer m_renderer
A renderer.


m_dateFormat

DateFormat m_dateFormat
A format.


m_timeFormat

DateFormat m_timeFormat
A format.


Package org.compiere.apps.wf

Class org.compiere.apps.wf.WFActivity extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_frame

FormFrame m_frame
FormFrame


m_menu

AMenu m_menu
Menu


m_activities

ArrayList<E> m_activities
Open Activities


m_activity

MWFActivity m_activity
Current Activity


m_column

MColumn m_column
Set Column


selTableModel

DefaultTableModel selTableModel

selTable

CTable selTable

selPane

CScrollPane selPane

centerPanel

CPanel centerPanel

centerLayout

GridBagLayout centerLayout

lNode

CLabel lNode

fNode

CTextField fNode

lDesctiption

CLabel lDesctiption

fDescription

CTextArea fDescription

lHelp

CLabel lHelp

fHelp

CTextArea fHelp

lHistory

CLabel lHistory

fHistory

CTextPane fHistory

lAnswer

CLabel lAnswer

answers

CPanel answers

fAnswerText

CTextField fAnswerText

fAnswerList

CComboBox fAnswerList

fAnswerButton

CButton fAnswerButton

bZoom

CButton bZoom

lTextMsg

CLabel lTextMsg

fTextMsg

CTextArea fTextMsg

bOK

CButton bOK

fForward

VLookup fForward

lForward

CLabel lForward

lOptional

CLabel lOptional

statusBar

StatusBar statusBar

Class org.compiere.apps.wf.WFContentPanel extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_parent

WFPanel m_parent
Parent Panel


m_nodes

ArrayList<E> m_nodes
Node List


m_lines

ArrayList<E> m_lines
Line List


m_draggedStart

Point m_draggedStart
Last Pressed Point


m_draggedNode

WFNode m_draggedNode
Last Dragged Node


m_dragged

boolean m_dragged
Dragged


m_readWrite

boolean m_readWrite
ReadWrite


m_wf

MWorkflow m_wf
The Workflow


m_NewPopupMenu

JPopupMenu m_NewPopupMenu

m_NewMenuNode

CMenuItem m_NewMenuNode

m_LinePopupMenu

JPopupMenu m_LinePopupMenu

Class org.compiere.apps.wf.WFLine extends Component implements Serializable

serialVersionUID: 1L

Serialized Fields

m_line

Line2D.Double m_line
The s_tempLine.


m_next

MWFNodeNext m_next
Model


m_from

RectangularShape m_from
From Node


m_to

RectangularShape m_to
To Node


m_description

String m_description
Descriprion


m_visited

boolean m_visited
Visited value

Class org.compiere.apps.wf.WFNode extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_node

MWFNode m_node
ID


m_selected

boolean m_selected
Selected Value


m_visited

boolean m_visited
Visited Value


m_label

JLabel m_label
The m_label.


m_defaultColor

Color m_defaultColor
The m_defaultColor.


m_textArea

JTextArea m_textArea
The m_textArea.

Class org.compiere.apps.wf.WFPanel extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_menu

AMenu m_menu
Menu Link


m_frame

FormFrame m_frame
FormFrame


m_wf

MWorkflow m_wf
Workflow Model


m_ctx

Ctx m_ctx
Context


m_activeNode

WFNode m_activeNode
Active Node


m_readWrite

boolean m_readWrite
ReadWrite Mode (see WFNode)


mainLayout

BorderLayout mainLayout

southPanel

CPanel southPanel

centerPanel

WFContentPanel centerPanel

southLayout

BorderLayout southLayout

infoScrollPane

JScrollPane infoScrollPane

infoTextPane

JTextPane infoTextPane

buttonPanel

CPanel buttonPanel

wfStart

JButton wfStart

wfBack

JButton wfBack

wfNext

JButton wfNext

wfEnd

JButton wfEnd

loadPanel

CPanel loadPanel

workflow

CComboBox workflow

bResetLayout

CButton bResetLayout

bSaveLayout

CButton bSaveLayout

bZoom

CButton bZoom

bIgnore

CButton bIgnore

Package org.compiere.cm

Class org.compiere.cm.AdRedirector extends HttpServletCM implements Serializable

serialVersionUID: 1L

Class org.compiere.cm.Broadcast extends HttpServletCM implements Serializable

serialVersionUID: 1L

Class org.compiere.cm.Community extends HttpServletCM implements Serializable

serialVersionUID: 1L

Serialized Fields

log

CLogger log
Logging

Class org.compiere.cm.Extend extends Object implements Serializable

Serialized Fields

e_request

HttpServletRequest e_request

e_session

HttpSession e_session

ctx

Ctx ctx

wi

WebInfo wi

e_xmlCode

StringBuffer e_xmlCode

e_redirectURL

String e_redirectURL

Class org.compiere.cm.HttpServletCM extends HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

ctx

Ctx ctx
Context of this Servlet


internalMediaURL

String internalMediaURL
String containing the internal media path (should not be used for real page deployment) the normal broadcaster will replace this URL with the correct media server for this client


externalMediaURL

String externalMediaURL
String containing the external media URL


log

CLogger log
Logger

Class org.compiere.cm.InvoiceServlet extends HttpServletCM implements Serializable

serialVersionUID: 6979583935052312291L

Class org.compiere.cm.MediaBroadcast extends HttpServletCM implements Serializable

serialVersionUID: 1L

Class org.compiere.cm.RequestServlet extends HttpServletCM implements Serializable

serialVersionUID: 6979583935052312291L

Class org.compiere.cm.StageBroadcast extends HttpServletCM implements Serializable

serialVersionUID: 7348394433516908807L

Class org.compiere.cm.XMLBroadcast extends HttpServletCM implements Serializable

serialVersionUID: -1280320974132533949L


Package org.compiere.cm.cache

Class org.compiere.cm.cache.Service extends HttpServletCM implements Serializable

serialVersionUID: 167843885331587478L


Package org.compiere.cm.extend

Class org.compiere.cm.extend.indexSearch extends Extend implements Serializable

serialVersionUID: 1L


Package org.compiere.cm.invoice

Class org.compiere.cm.invoice.Invoice extends HttpServletCM implements Serializable

serialVersionUID: 1L


Package org.compiere.common

Class org.compiere.common.QueryRestrictionVO extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

DirectWhereClause

String DirectWhereClause
Direct Where Clause


ColumnName

String ColumnName
Column Name


InfoName

String InfoName
Name/Label


Operator

String Operator
Operator


Code

String Code
SQL Where Code


InfoDisplay

String InfoDisplay
Code Info


Code_to

String Code_to
SQL Where Code To


InfoDisplay_to

String InfoDisplay_to
Code Info To


AndCondition

boolean AndCondition
And/Or Condition


DisplayType

int DisplayType
Helps identify the data type

Class org.compiere.common.QueryVO extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

savedQueryName

String savedQueryName
Name of the saved query


saveQuery

boolean saveQuery
Code of the saved query


textSearch

boolean textSearch

textQuery

String textQuery

restrictions

ArrayList<E> restrictions
Query Restrictions


onlyCurrentDays

int onlyCurrentDays
Records with Number of current days


onlyCurrentCreated

boolean onlyCurrentCreated
onlyCurrentDays using created or updated (default)

Class org.compiere.common.TableModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

exceptionValues

HashMap<K,V> exceptionValues
If this is populated, table model also carries exception IDs. so no need to call later


m_fieldVOs

ArrayList<E> m_fieldVOs
If this is populated, that means that the table needs to do a in-place replacement of its column definitions (e.g. add or remove columns)


readOnly

ArrayList<E> readOnly

values

ArrayList<E> values

attachments

ArrayList<E> attachments
Number of attachments for the record


comments

ArrayList<E> comments

isGroupRow

ArrayList<E> isGroupRow

Package org.compiere.controller

Class org.compiere.controller.GridFieldVO extends FieldVO implements Serializable

serialVersionUID: 4385061125114436797L

Serialized Fields

Callout

String Callout
Callout


ctx

Ctx ctx
Context


lookupInfo

MLookupInfo lookupInfo
Lookup Value Object

Class org.compiere.controller.GridTabVO extends Object implements Serializable

serialVersionUID: 9160212869277319305L

Serialized Fields

ctx

Ctx ctx
Context - replicated


WindowNo

int WindowNo
Window No - replicated


AD_Window_ID

int AD_Window_ID
AD Window - replicated


TabNo

int TabNo
Tab No (not AD_Tab_ID) 0..


AD_Tab_ID

int AD_Tab_ID
Tab ID


Referenced_Tab_ID

int Referenced_Tab_ID
Tab ID


Name

String Name
Name


Description

String Description
Description


Help

String Help
Help


IsSingleRow

boolean IsSingleRow
Single Row


IsReadOnly

boolean IsReadOnly
Read Only


IsInsertRecord

boolean IsInsertRecord
Insert Record


HasTree

boolean HasTree
Tree


AD_Table_ID

int AD_Table_ID
Table


AD_Column_ID

int AD_Column_ID
Primary Parent Column


TableName

String TableName
Table Name


IsView

boolean IsView
Table is View


AccessLevel

String AccessLevel
Table Access Level


IsSecurityEnabled

boolean IsSecurityEnabled
Security


IsDeleteable

boolean IsDeleteable
Table Deleteable


IsHighVolume

boolean IsHighVolume
Table High Volume


AD_Process_ID

int AD_Process_ID
Process


CommitWarning

String CommitWarning
Commit Warning


WhereClause

String WhereClause
Where


OrderByClause

String OrderByClause
Order by


ReadOnlyLogic

String ReadOnlyLogic
Tab Read Only


DisplayLogic

String DisplayLogic
Tab Display


TabLevel

int TabLevel
Level


AD_Image_ID

int AD_Image_ID
Image


Included_Tab_ID

int Included_Tab_ID
Included Tab


ReplicationType

String ReplicationType
Replication Type


IsSortTab

boolean IsSortTab
Sort Tab


AD_ColumnSortOrder_ID

int AD_ColumnSortOrder_ID
Column Sort


AD_ColumnSortYesNo_ID

int AD_ColumnSortYesNo_ID
Column Displayed


onlyCurrentDays

int onlyCurrentDays
Only Current Days - derived


Fields

ArrayList<E> Fields
Fields contain MFieldVO entities

Class org.compiere.controller.UIField extends UIFieldVO implements Serializable

serialVersionUID: 1L

Serialized Fields

m_error

boolean m_error
Error Status


m_parentValue

Boolean m_parentValue
Parent Check


m_dependsOnUI

ArrayList<E> m_dependsOnUI
Field depends on the following fields for UI


m_dependsOnValue

ArrayList<E> m_dependsOnValue
Field depends on the following fields for Value


m_impactsUI

ArrayList<E> m_impactsUI
Field impacts the following fields for UI


m_impactsValue

ArrayList<E> m_impactsValue
Field impacts the following fields for Value


m_impactsUITab

boolean m_impactsUITab
Field value impacts Tab UI


m_mnemonic

char m_mnemonic
Field Mnemonic


m_lookup

Lookup m_lookup
Lookup


m_lookupInfo

MLookupInfo m_lookupInfo
Lookup-Info

Class org.compiere.controller.UIFieldVO extends VO implements Serializable

serialVersionUID: 38026282750647530L

Class org.compiere.controller.UITab extends UITabVO implements Serializable

serialVersionUID: 1L

Serialized Fields

m_tabNo

int m_tabNo
Tab No


m_columnNames

String[] m_columnNames
Column Names


m_keyColumns

ArrayList<E> m_keyColumns
Key Columns


m_keyColumnPos

int m_keyColumnPos
Key Column position


m_parentColumns

ArrayList<E> m_parentColumns
Parent Columns


m_identifierColumns

ArrayList<E> m_identifierColumns
Identifier Columns


m_selectionColumns

ArrayList<E> m_selectionColumns
Selection Columns


m_summaryColumns

ArrayList<E> m_summaryColumns
Summary Columns


m_orderBys

String[] m_orderBys
Order By Clause


m_dependsOnUI

ArrayList<E> m_dependsOnUI
Tab depends on the following fields for UI


m_mnemonics

ArrayList<E> m_mnemonics
Used Mnemonics


m_isSOTrx

boolean m_isSOTrx
Sales Order Window/Tab


m_allDependents

HashMap<K,V> m_allDependents
Column with list of Columns depending

Class org.compiere.controller.UITabVO extends VO implements Serializable

serialVersionUID: 38026282464911813L

Class org.compiere.controller.UIWindow extends UIWindowVO implements Serializable

serialVersionUID: 1L

Serialized Fields

m_ctx

CContext m_ctx
The Context


m_fields

ArrayList<E> m_fields
The Fields

Class org.compiere.controller.UIWindowVO extends VO implements Serializable

serialVersionUID: 38026284144329560L


Package org.compiere.db

Class org.compiere.db.CConnection extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

m_name

String m_name
Name of Connection


m_apps_host

String m_apps_host
Application Host


m_apps_port

int m_apps_port
Application Port


appsType

String appsType
Application Type


webPort

int webPort
Web port


m_connectionProfile

String m_connectionProfile
Connection Profile


m_type

String m_type
Database Type


m_db_host

String m_db_host
Database Host


m_db_port

int m_db_port
Database Port


m_db_name

String m_db_name
Database name


m_bequeath

boolean m_bequeath
In Memory connection


m_firewall

boolean m_firewall
Connection uses Firewall


m_fw_host

String m_fw_host
Firewall host


m_fw_port

int m_fw_port
Firewall port


m_db_uid

String m_db_uid
DB User name


m_db_pwd

String m_db_pwd
DB User password


m_db

CompiereDatabase m_db
Database


m_dbException

Exception m_dbException
ConnectionException


m_appsException

Exception m_appsException

m_okDB

boolean m_okDB
Database Connection


m_okApps

boolean m_okApps
Apps Server Connection


m_info

String[] m_info
Info


m_version

String m_version
Server Version


m_ds

DataSource m_ds
DataSource


m_server

Server m_server
Server Session


m_dbInfo

String m_dbInfo
DB Info


m_iContext

InitialContext m_iContext

m_env

Hashtable<K,V> m_env

Class org.compiere.db.CConnectionDialog extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_cc

CConnection m_cc
Connection


m_ccResult

CConnection m_ccResult

m_updating

boolean m_updating

mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

centerPanel

CPanel centerPanel

southPanel

CPanel southPanel

bOK

CButton bOK

bCancel

CButton bCancel

southLayout

FlowLayout southLayout

centerLayout

GridBagLayout centerLayout

nameLabel

CLabel nameLabel

nameField

CTextField nameField

hostLabel

CLabel hostLabel

hostField

CTextField hostField

portLabel

CLabel portLabel

dbPortField

CTextField dbPortField

sidLabel

CLabel sidLabel

sidField

CTextField sidField

cbFirewall

CCheckBox cbFirewall

fwHostLabel

CLabel fwHostLabel

fwHostField

CTextField fwHostField

fwPortLabel

CLabel fwPortLabel

fwPortField

CTextField fwPortField

bTestDB

CButton bTestDB

dbTypeLabel

CLabel dbTypeLabel

dbTypeField

CComboBox dbTypeField

cbBequeath

CCheckBox cbBequeath

appsHostLabel

CLabel appsHostLabel

appsHostField

CTextField appsHostField

appsPortLabel

CLabel appsPortLabel

appsPortField

CTextField appsPortField

bTestApps

CButton bTestApps

cbOverwrite

CCheckBox cbOverwrite

dbUidLabel

CLabel dbUidLabel

dbUidField

CTextField dbUidField

dbPwdField

JPasswordField dbPwdField

connectionProfileLabel

CLabel connectionProfileLabel

connectionProfileField

CComboBox connectionProfileField

appsTypeLabel

CLabel appsTypeLabel

appsTypeField

CComboBox appsTypeField

webPortLabel

CLabel webPortLabel

webPortField

CTextField webPortField

Class org.compiere.db.CConnectionEditor extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

m_text

JTextField m_text
Text Element


m_db

JLabel m_db
DB Button Element


m_server

JLabel m_server
Host Button Element


m_value

CConnection m_value
The Value


m_rw

boolean m_rw
ReadWrite


m_mandatory

boolean m_mandatory
Mandatory

Class org.compiere.db.ConvertDialog extends CFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

parameterPanel

JPanel parameterPanel

gridBagLayout1

GridBagLayout gridBagLayout1

lSelectFile

JLabel lSelectFile

fSelectFile

JComboBox fSelectFile

bSelectFile

JButton bSelectFile

fExecute

JCheckBox fExecute

lConnect

JLabel lConnect

fConnect

CConnectionEditor fConnect

bStart

JButton bStart

scrollPane

JScrollPane scrollPane

infoPane

JTextArea infoPane

component1

Component component1

component2

Component component2

component3

Component component3

component4

Component component4

lTarget

JLabel lTarget

fTarget

JComboBox fTarget

fVerbose

JCheckBox fVerbose

Package org.compiere.esb

Class org.compiere.esb.GWTServerContext extends CContext implements Serializable

serialVersionUID: 1L


Package org.compiere.framework

Class org.compiere.framework.Lookup extends AbstractListModel implements Serializable

Serialized Fields

p_data

ArrayList<E> p_data
The Data List


m_selectedObject

Object m_selectedObject
The Selected Item


m_tempData

NamePair[] m_tempData
Temporary Data


log

CLogger log
Logger


m_ctx

Ctx m_ctx
Context


m_WindowNo

int m_WindowNo
Window No


m_displayType

int m_displayType
Display Type


m_validationDisabled

boolean m_validationDisabled
Disable Validation

Class org.compiere.framework.LookupDisplayColumn extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ColumnName

String ColumnName
Column Name


IsTranslated

boolean IsTranslated
Translated


DisplayType

int DisplayType
Display Type


AD_Reference_ID

int AD_Reference_ID
Value Reference

Class org.compiere.framework.PO extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
De-serialized object by setting the correct logger

Throws:
IOException
ClassNotFoundException
Serialized Fields

p_ctx

Ctx p_ctx
Context


p_info

POInfo p_info
Model Info


m_oldValues

Object[] m_oldValues
Original Values


m_newValues

Object[] m_newValues
New Values


m_IDs

Object[] m_IDs
Record_IDs


m_KeyColumns

String[] m_KeyColumns
Key Columns


m_createNew

boolean m_createNew
Create New for Multi Key


m_attachment

MAttachment m_attachment
Attachment with entriess


m_idOld

int m_idOld
Deleted ID


m_custom

HashMap<K,V> m_custom
Custom Columns


s_acctColumns

ArrayList<E> s_acctColumns
Accounting Columns


p_changeVO

ChangeVO p_changeVO
Change VO


m_trxName

String m_trxName
Optional Transaction


m_lobInfo

ArrayList<E> m_lobInfo
LOB Info

Class org.compiere.framework.PO_LOB extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

log

CLogger log
Logger


m_tableName

String m_tableName
Table Name


m_columnName

String m_columnName
Column Name


m_whereClause

String m_whereClause
Where Clause


m_displayType

int m_displayType
Display Type


m_value

Object m_value
Data

Class org.compiere.framework.POInfo extends Object implements Serializable

serialVersionUID: -5976719579744948419L

Serialized Fields

m_ctx

Ctx m_ctx
Context


m_AD_Table_ID

int m_AD_Table_ID
Table_ID


m_TableName

String m_TableName
Table Name


m_AccessLevel

String m_AccessLevel
Access Level


m_columns

POInfoColumn[] m_columns
Columns


m_hasKeyColumn

boolean m_hasKeyColumn
Table has Key Column

Class org.compiere.framework.POInfoColumn extends Object implements Serializable

serialVersionUID: -3983585608504631958L

Serialized Fields

AD_Column_ID

int AD_Column_ID
Column ID


ColumnName

String ColumnName
Column Name


ColumnSQL

String ColumnSQL
Virtual Column


DisplayType

int DisplayType
Display Type


ColumnClass

Class<T> ColumnClass
Data Type


IsMandatory

boolean IsMandatory
Mandatory


DefaultLogic

String DefaultLogic
Default Value


IsUpdateable

boolean IsUpdateable
Updateable


ColumnLabel

String ColumnLabel
Label


ColumnDescription

String ColumnDescription
Description


IsKey

boolean IsKey
PK


IsParent

boolean IsParent
FK to Parent


IsTranslated

boolean IsTranslated
Translated


IsEncrypted

boolean IsEncrypted
Encryoted


AD_Reference_Value_ID

int AD_Reference_Value_ID
Reference Value


ValidationCode

String ValidationCode
Validation


FieldLength

int FieldLength
Field Length


ValueMin

String ValueMin
Min Value


ValueMax

String ValueMax
Max Value


ValueMin_BD

BigDecimal ValueMin_BD
Min Value


ValueMax_BD

BigDecimal ValueMax_BD
Max Value

Class org.compiere.framework.Query extends Object implements Serializable

serialVersionUID: 1511402030597166113L

Serialized Fields

m_TableName

String m_TableName
Table Name


m_list

ArrayList<E> m_list
List of QueryRestrictions


m_recordCount

int m_recordCount
Record Count


m_newRecord

boolean m_newRecord
New Record Query


m_reportParameter

boolean m_reportParameter
This query represents Web Report parameters only

Class org.compiere.framework.QueryRestriction extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

DirectWhereClause

String DirectWhereClause
Direct Where Clause


ColumnName

String ColumnName
Column Name


InfoName

String InfoName
Name


Operator

String Operator
Operator


Code

Object Code
SQL Where Code


InfoDisplay

String InfoDisplay
Info


Code_to

Object Code_to
SQL Where Code To


InfoDisplay_to

String InfoDisplay_to
Info To


AndCondition

boolean AndCondition
And/Or Condition

Class org.compiere.framework.VO extends Object implements Serializable

serialVersionUID: 8683452581122892189L

Serialized Fields

m_keys

ArrayList<E> m_keys
Keys


m_values

ArrayList<E> m_values
Values


p_vos

ArrayList<E> p_vos
Embedded VOs


m_TableName

String m_TableName

m_Table_ID

int m_Table_ID

m_Record_ID

int m_Record_ID

Class org.compiere.framework.X extends PO implements Serializable

serialVersionUID: 1L

Serialized Fields

Table_ID

int Table_ID
AD_Table_ID


Table_Name

String Table_Name
Table Name


Model

KeyNamePair Model

accessLevel

BigDecimal accessLevel
Access Level


Package org.compiere.grid

Class org.compiere.grid.GridController extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

mainLayout

BorderLayout mainLayout
The Layout


splitPane

JSplitPane splitPane

graphPanel

CPanel graphPanel

graphLayout

BorderLayout graphLayout

cardPanel

CPanel cardPanel

cardLayout

CardLayout cardLayout

srPane

JSplitPane srPane

vPane

JScrollPane vPane

vIncludedGC

GridController vIncludedGC

mrPane

CScrollPane mrPane

xPanel

CPanel xPanel

xLayout

BorderLayout xLayout

vTable

VTable vTable

vPanel

VPanel vPanel

m_mTab

GridTab m_mTab
Model Tab


m_WindowNo

int m_WindowNo
Window


m_onlyMultiRow

boolean m_onlyMultiRow
Only Multi-Row exist


m_singleRow

boolean m_singleRow
Single/Multi Row indicator


m_vetoActive

boolean m_vetoActive
Veto Active


m_tree

VTreePanel m_tree
Tree Panel (optional)

Class org.compiere.grid.RecordAccessDialog extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_AD_Table_ID

int m_AD_Table_ID

m_Record_ID

int m_Record_ID

m_recordAccesss

ArrayList<E> m_recordAccesss

m_currentRow

int m_currentRow

m_currentData

MRecordAccess m_currentData

log

CLogger log

centerPanel

CPanel centerPanel

mainLayout

BorderLayout mainLayout

roleLabel

CLabel roleLabel

roleField

CComboBox roleField

cbActive

CCheckBox cbActive

cbExclude

CCheckBox cbExclude

cbReadOnly

CCheckBox cbReadOnly

cbDependent

CCheckBox cbDependent

bDelete

CButton bDelete

bNew

CButton bNew

rowNoLabel

JLabel rowNoLabel

bUp

CButton bUp

bDown

CButton bDown

confirmPanel

ConfirmPanel confirmPanel

Class org.compiere.grid.VCreateFrom extends CDialog implements Serializable

Serialized Fields

p_WindowNo

int p_WindowNo
Window No


p_mTab

GridTab p_mTab
Model Tab


p_initOK

boolean p_initOK

p_order

MOrder p_order
Loaded Order


log

CLogger log
Logger


parameterPanel

CPanel parameterPanel

parameterBankPanel

CPanel parameterBankPanel

parameterLayout

BorderLayout parameterLayout

bankAccountLabel

JLabel bankAccountLabel

parameterStdPanel

CPanel parameterStdPanel

bPartnerLabel

JLabel bPartnerLabel

bankAccountField

VLookup bankAccountField

parameterStdLayout

GridBagLayout parameterStdLayout

parameterBankLayout

GridBagLayout parameterBankLayout

bPartnerField

VLookup bPartnerField

orderLabel

JLabel orderLabel

orderField

JComboBox orderField

invoiceLabel

JLabel invoiceLabel

invoiceField

JComboBox invoiceField

shipmentLabel

JLabel shipmentLabel

shipmentField

JComboBox shipmentField

dataPane

JScrollPane dataPane

southPanel

CPanel southPanel

southLayout

BorderLayout southLayout

confirmPanel

ConfirmPanel confirmPanel

statusBar

StatusBar statusBar

dataTable

MiniTable dataTable

locatorLabel

JLabel locatorLabel

locatorField

VLocator locatorField

selectAllAction

AppsAction selectAllAction

Class org.compiere.grid.VCreateFromInvoice extends VCreateFrom implements Serializable

serialVersionUID: 1L

Serialized Fields

m_actionActive

boolean m_actionActive

m_inout

MInOut m_inout

Class org.compiere.grid.VCreateFromShipment extends VCreateFrom implements Serializable

serialVersionUID: 1L

Serialized Fields

m_invoice

MInvoice m_invoice
Loaded Invoice

Class org.compiere.grid.VCreateFromStatement extends VCreateFrom implements Serializable

serialVersionUID: 1L

Class org.compiere.grid.VPanel extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_gbc

GridBagConstraints m_gbc
GridBag Constraint


m_leftToRight

boolean m_leftToRight
Orientation


m_labelInset

Insets m_labelInset
Label Inset


m_fieldInset

Insets m_fieldInset
Field Inset


m_zeroInset

Insets m_zeroInset
Zero Inset


m_line

int m_line

m_oldFieldGroup

String m_oldFieldGroup
Previous Field Group Header


m_defaultFocusField

VEditor m_defaultFocusField
DefaultFocusField


m_groupToCompsMap

HashMap<K,V> m_groupToCompsMap
Map of group name to list of components in group.


m_compToFieldMap

HashMap<K,V> m_compToFieldMap
Map of group name to list of components in group.


m_groupToVlineMap

HashMap<K,V> m_groupToVlineMap
Map of group name to list of components in group.


m_mnemonics

ArrayList<E> m_mnemonics
Used Mnemonics


m_fields

ArrayList<E> m_fields
Mnemonic Fields

Class org.compiere.grid.VPayment extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window


m_mTab

GridTab m_mTab
Tab


m_DocStatus

String m_DocStatus

m_PaymentRule

String m_PaymentRule
Start Payment Rule


m_C_PaymentTerm_ID

int m_C_PaymentTerm_ID
Start Payment Term


m_DateAcct

Timestamp m_DateAcct
Start Acct Date


m_C_Payment_ID

int m_C_Payment_ID
Start Payment


m_mPayment

MPayment m_mPayment

m_mPaymentOriginal

MPayment m_mPaymentOriginal

m_C_CashLine_ID

int m_C_CashLine_ID
Start CashBook Line


m_cashLine

MCashLine m_cashLine

m_CCType

String m_CCType
Start CreditCard


m_C_BankAccount_ID

int m_C_BankAccount_ID
Own Bank Account


m_C_CashBook_ID

int m_C_CashBook_ID
Start CashBook


m_isSOTrx

boolean m_isSOTrx
Is SOTrx


m_bpba

MBPBankAccount m_bpba
BP Bank Account


m_C_Currency_ID

int m_C_Currency_ID
Invoice Currency


m_AD_Client_ID

int m_AD_Client_ID

m_AD_Org_ID

int m_AD_Org_ID

m_C_BPartner_ID

int m_C_BPartner_ID

m_Amount

BigDecimal m_Amount

m_initOK

boolean m_initOK

m_onlyRule

boolean m_onlyRule
Only allow changing Rule


m_Format

DecimalFormat m_Format

m_needSave

boolean m_needSave

mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

northPanel

CPanel northPanel

centerPanel

CPanel centerPanel

northLayout

FlowLayout northLayout

paymentCombo

CComboBox paymentCombo

paymentLabel

CLabel paymentLabel

centerLayout

CardLayout centerLayout

bPanel

CPanel bPanel

kPanel

CPanel kPanel

kLayout

GridBagLayout kLayout

kTypeLabel

CLabel kTypeLabel

kTypeCombo

CComboBox kTypeCombo

kNumnerLabel

CLabel kNumnerLabel

kNumberField

CTextField kNumberField

kExpLabel

CLabel kExpLabel

kExpField

CTextField kExpField

kApprovalLabel

CLabel kApprovalLabel

kApprovalField

CTextField kApprovalField

tPanel

CPanel tPanel

tAccountLabel

CLabel tAccountLabel

tAccountCombo

CComboBox tAccountCombo

tBankNameLabel

CLabel tBankNameLabel

tBankNameField

CTextField tBankNameField

tBankCityLabel

CLabel tBankCityLabel

tBankCityField

CTextField tBankCityField

tRoutingNoLabel

CLabel tRoutingNoLabel

tRoutingNoField

CTextField tRoutingNoField

tAccountNoLabel

CLabel tAccountNoLabel

tAccountNoField

CTextField tAccountNoField

tIBANLabel

CLabel tIBANLabel

tIBANField

CTextField tIBANField

sPanel

CPanel sPanel

sPanelLayout

GridBagLayout sPanelLayout

sNumberLabel

CLabel sNumberLabel

sNumberField

CTextField sNumberField

sRoutingLabel

CLabel sRoutingLabel

sRoutingField

CTextField sRoutingField

sCurrencyLabel

CLabel sCurrencyLabel

sCurrencyCombo

CComboBox sCurrencyCombo

bCurrencyLabel

CLabel bCurrencyLabel

bCurrencyCombo

CComboBox bCurrencyCombo

pPanel

CPanel pPanel

pTermLabel

CLabel pTermLabel

pTermCombo

CComboBox pTermCombo

bPanelLayout

GridBagLayout bPanelLayout

bAmountLabel

CLabel bAmountLabel

bAmountField

CLabel bAmountField

sAmountLabel

CLabel sAmountLabel

sAmountField

CLabel sAmountField

bDateField

VDate bDateField

bDateLabel

CLabel bDateLabel

confirmPanel

ConfirmPanel confirmPanel

sCheckField

CTextField sCheckField

sCheckLabel

CLabel sCheckLabel

kOnline

CButton kOnline

sOnline

CButton sOnline

sBankAccountCombo

CComboBox sBankAccountCombo

sBankAccountLabel

CLabel sBankAccountLabel

pPanelLayout

GridBagLayout pPanelLayout

bCashBookLabel

CLabel bCashBookLabel

bCashBookCombo

CComboBox bCashBookCombo

tPanelLayout

GridBagLayout tPanelLayout

kStatus

CLabel kStatus

tStatus

CLabel tStatus

sStatus

CLabel sStatus

Class org.compiere.grid.VSortTab extends CPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo

m_TableName

String m_TableName

m_ColumnSortName

String m_ColumnSortName

m_ColumnYesNoName

String m_ColumnYesNoName

m_KeyColumnName

String m_KeyColumnName

m_IdentifierColumnName

String m_IdentifierColumnName

m_IdentifierTranslated

boolean m_IdentifierTranslated

m_ParentColumnName

String m_ParentColumnName

m_aPanel

APanel m_aPanel

mainLayout

GridBagLayout mainLayout

noLabel

CLabel noLabel

yesLabel

CLabel yesLabel

bAdd

CButton bAdd

bRemove

CButton bRemove

bUp

CButton bUp

bDown

CButton bDown

noModel

DefaultListModel noModel

yesModel

DefaultListModel yesModel

noList

JList noList

yesList

JList yesList

noPane

JScrollPane noPane

yesPane

JScrollPane yesPane

Class org.compiere.grid.VTabbedPane extends CTabbedPane implements Serializable

serialVersionUID: 1L

Serialized Fields

m_workbenchTab

boolean m_workbenchTab
Workbench


m_dependents

ArrayList<E> m_dependents
List of dependent Variables

Class org.compiere.grid.VTable extends CTable implements Serializable

serialVersionUID: 1L

Class org.compiere.grid.XLookup extends Lookup implements Serializable

serialVersionUID: 1L

Serialized Fields

m_keyColumn

String m_keyColumn
Key Column - as identifier


Package org.compiere.grid.ed

Class org.compiere.grid.ed.Calculator extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_number

BigDecimal m_number

m_display

String m_display

m_DisplayType

int m_DisplayType

m_format

DecimalFormat m_format

m_WindowNo

int m_WindowNo

m_abort

boolean m_abort

m_currencyOK

boolean m_currencyOK

m_decimal

char m_decimal

mainPanel

CPanel mainPanel

displayPanel

CPanel displayPanel

mainLayout

BorderLayout mainLayout

keyPanel

CPanel keyPanel

display

JLabel display

displayLayout

BorderLayout displayLayout

b7

JButton b7

b8

JButton b8

b9

JButton b9

b4

JButton b4

b5

JButton b5

b6

JButton b6

b1

JButton b1

b2

JButton b2

b3

JButton b3

keyLayout

GridLayout keyLayout

bCur

JButton bCur

bC

JButton bC

bDiv

JButton bDiv

bM

JButton bM

bMin

JButton bMin

bProc

JButton bProc

bAC

JButton bAC

bResult

JButton bResult

bDec

JButton bDec

b0

JButton b0

bPlus

JButton bPlus

bordPanel

CPanel bordPanel

currencyPanel

CPanel currencyPanel

bordLayout

BorderLayout bordLayout

curFrom

JComboBox curFrom

curTo

JComboBox curTo

curLabel

JLabel curLabel

currencyLayout

FlowLayout currencyLayout

Class org.compiere.grid.ed.Calendar extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_displayType

int m_displayType
Display Type


m_calendar

GregorianCalendar m_calendar
The Date


m_hasAM_PM

boolean m_hasAM_PM
Is there a PM format


m_days

CButton[] m_days

m_today

CButton m_today

m_firstDay

int m_firstDay
First Dat of week


m_currentDay

int m_currentDay

m_currentMonth

int m_currentMonth

m_currentYear

int m_currentYear

m_current24Hour

int m_current24Hour

m_currentMinute

int m_currentMinute

m_setting

boolean m_setting

m_abort

boolean m_abort
Abort = ignore


m_cancel

boolean m_cancel
Cancel = set null


m_lastClick

long m_lastClick

m_lastDay

int m_lastDay

mainPanel

CPanel mainPanel

monthPanel

CPanel monthPanel

cMonth

CComboBox cMonth

cYear

JSpinner cYear

mainLayout

BorderLayout mainLayout

dayPanel

CPanel dayPanel

dayLayout

GridLayout dayLayout

monthLayout

GridBagLayout monthLayout

bNext

CButton bNext

bBack

CButton bBack

timePanel

CPanel timePanel

fHour

CComboBox fHour

lTimeSep

CLabel lTimeSep

fMinute

JSpinner fMinute

cbPM

JCheckBox cbPM

lTZ

JLabel lTZ

bOK

CButton bOK

timeLayout

GridBagLayout timeLayout

Class org.compiere.grid.ed.Editor extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_text

String m_text
The Text


m_maxSize

int m_maxSize
Maximum Size


panel

CPanel panel

panelLayout

BorderLayout panelLayout

tabbedPane

JTabbedPane tabbedPane

textArea

CTextArea textArea

textPane

CTextPane textPane

menuBar

JMenuBar menuBar

mFile

JMenu mFile

mImport

CMenuItem mImport

mExport

CMenuItem mExport

confirmPanel

ConfirmPanel confirmPanel

statusBar

StatusBar statusBar

Class org.compiere.grid.ed.HTMLEditor extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

log

CLogger log
Logger


m_text

String m_text
The HTML Text


mainPanel

CPanel mainPanel

mainLayout

BorderLayout mainLayout

editorPane

CTextPane editorPane

confirmPanel

ConfirmPanel confirmPanel

toolBar

JToolBar toolBar

bImport

JButton bImport

bExport

JButton bExport

bBold

JButton bBold

bItalic

JButton bItalic

bUnderline

JButton bUnderline

menuBar

JMenuBar menuBar

Class org.compiere.grid.ed.MDocDate extends PlainDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

m_tc

JTextComponent m_tc

m_format

SimpleDateFormat m_format

m_mask

String m_mask

m_title

String m_title

m_displayType

int m_displayType

m_lastDot

int m_lastDot

Class org.compiere.grid.ed.MDocNumber extends PlainDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

m_displayType

int m_displayType
DisplayType used


m_format

DecimalFormat m_format
Number Format


m_tc

JTextComponent m_tc
The 'owning' component


m_title

String m_title
Title for calculator


m_decimalSeparator

char m_decimalSeparator
Decimal Separator


m_groupingSeparator

char m_groupingSeparator
Grouping Separator


m_minusSign

char m_minusSign
Minus Sign

Class org.compiere.grid.ed.MDocString extends PlainDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

m_VFormat

String m_VFormat

m_mask

String m_mask

m_fieldLength

int m_fieldLength

m_maxLength

int m_maxLength

m_tc

JTextComponent m_tc

m_lastDot

int m_lastDot

Class org.compiere.grid.ed.MDocTime extends PlainDocument implements Serializable

serialVersionUID: 1L

Serialized Fields

m_isHour

boolean m_isHour

m_is12Hour

boolean m_is12Hour

Class org.compiere.grid.ed.VAccount extends JComponent implements Serializable

serialVersionUID: 1L

Serialized Fields

m_text

CTextField m_text

m_button

CButton m_button

m_mAccount

MAccountLookup m_mAccount

m_value

Object m_value

m_title

String m_title

m_WindowNo

int m_WindowNo

m_columnName

String m_columnName

m_field

GridField m_field
Grid Field

Class org.compiere.grid.ed.VAccountDialog extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_WindowNo

int m_WindowNo
Window No


m_changed

boolean m_changed
Journal Entry * private boolean m_onlyNonDocControlled = false; /** Selection changed


m_mWindow

GridWindow m_mWindow
MWindow for AccountCombination


m_mTab

GridTab m_mTab
MTab for AccountCombination


m_gridController

GridController m_gridController
GridController


m_mAccount

MAccountLookup m_mAccount
Account used


m_C_ValidCombination_ID

int m_C_ValidCombination_ID
Result


m_C_AcctSchema_ID

int m_C_AcctSchema_ID
Acct Schema


m_AD_Client_ID

int m_AD_Client_ID
Client


m_query

Query m_query
Where clause for combination search


f_Alias

VEditor f_Alias

f_Combination

VEditor f_Combination

f_AD_Org_ID

VEditor f_AD_Org_ID

f_Account_ID

VEditor f_Account_ID

f_SubAcct_ID

VEditor f_SubAcct_ID

f_M_Product_ID

VEditor f_M_Product_ID

f_C_BPartner_ID

VEditor f_C_BPartner_ID

f_C_Campaign_ID

VEditor f_C_Campaign_ID

f_C_LocFrom_ID

VEditor f_C_LocFrom_ID

f_C_LocTo_ID

VEditor f_C_LocTo_ID

f_C_Project_ID

VEditor f_C_Project_ID

f_C_SalesRegion_ID

VEditor f_C_SalesRegion_ID

f_AD_OrgTrx_ID

VEditor f_AD_OrgTrx_ID

f_C_Activity_ID

VEditor f_C_Activity_ID

f_User1_ID

VEditor f_User1_ID

f_User2_ID

VEditor f_User2_ID

f_Description

JLabel f_Description

m_gbc

GridBagConstraints m_gbc

m_labelInsets

Insets m_labelInsets

m_fieldInsets

Insets m_fieldInsets

m_line

int m_line

m_newRow

boolean m_newRow

panel

CPanel panel

panelLayout

BorderLayout panelLayout

confirmPanel

ConfirmPanel confirmPanel

titledBorder

TitledBorder titledBorder

statusBar

StatusBar statusBar

northPanel

CPanel northPanel

parameterPanel

CPanel parameterPanel

parameterLayout

GridBagLayout parameterLayout

northLayout

BorderLayout northLayout

toolBar

JToolBar toolBar

bRefresh

CButton bRefresh

bSave

CButton bSave

bIgnore

CButton bIgnore

Class org.compiere.grid.ed.ValuePreference extends CDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

m_ctx

Ctx m_ctx

m_WindowNo

int m_WindowNo