|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.compiere.swing.CPanel
org.compiere.pos.PosPanel
public class PosPanel
Point of Sales Main Window.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JPanel |
|---|
JPanel.AccessibleJPanel |
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary | |
|---|---|
protected SubBPartner |
f_bpartner
Customer Panel |
protected CashSubFunctions |
f_cashfunctions
|
protected SubCheckout |
f_checkout
Checkout |
protected SubCurrentLine |
f_curLine
Current Line |
protected SubFunctionKeys |
f_functionKeys
Function Keys |
protected SubLines |
f_lines
All Lines |
protected SubProduct |
f_product
Product Selection |
protected QueryBPartner |
f_queryBPartner
BPartner Query Window |
protected QueryProduct |
f_queryProduct
Product Query Window |
protected QueryTicket |
f_queryTicket
Ticket Query Window |
protected SubSalesRep |
f_salesRep
Sales Rep Panel |
protected StatusBar |
f_status
Status Bar |
protected MPOS |
p_pos
POS Model |
| Fields inherited from class javax.swing.JComponent |
|---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
PosPanel()
Constructor - see init |
|
| Method Summary | |
|---|---|
void |
closeQuery(CPanel panel)
Close Query Window |
void |
dispose()
Dispose - Free Resources |
Properties |
getPropiedades()
Get the properties for the process calls that it needs |
Timestamp |
getToday()
Get Today's date |
int |
getWindowNo()
Get the number of the window for the function calls that it needs |
void |
init(int WindowNo,
FormFrame frame)
Initialize Panel |
void |
newOrder()
New Order |
void |
openQuery(CPanel panel)
Open Query Window |
void |
setVisible(boolean aFlag)
Set Visible |
void |
updateInfo()
|
| Methods inherited from class org.compiere.swing.CPanel |
|---|
getBackgroundColor, getTabLevel, setBackground, setBackgroundColor, setTabLevel, toString |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected MPOS p_pos
protected StatusBar f_status
protected SubBPartner f_bpartner
protected SubSalesRep f_salesRep
protected SubCurrentLine f_curLine
protected SubProduct f_product
protected SubLines f_lines
protected SubFunctionKeys f_functionKeys
protected SubCheckout f_checkout
protected QueryProduct f_queryProduct
protected QueryBPartner f_queryBPartner
protected QueryTicket f_queryTicket
protected CashSubFunctions f_cashfunctions
| Constructor Detail |
|---|
public PosPanel()
| Method Detail |
|---|
public void init(int WindowNo,
FormFrame frame)
init in interface FormPanelWindowNo - windowframe - parent framepublic void dispose()
dispose in interface FormPanelpublic void setVisible(boolean aFlag)
setVisible in class JComponentaFlag - visiblepublic void openQuery(CPanel panel)
panel - public void closeQuery(CPanel panel)
panel - public Timestamp getToday()
public void newOrder()
public int getWindowNo()
public Properties getPropiedades()
public void updateInfo()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||