|
Compiere 3.1 | |||||||||
| 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 SubBasicKeys |
f_basicKeys
Basic Keys |
protected SubBPartner |
f_bpartner
Customer Panel |
protected SubCheckout |
f_checkout
Checkout |
protected SubCurrentLine |
f_currentLine
Current Line |
protected SubFunctionKeys |
f_functionKeys
Function Keys |
protected SubLines |
f_lines
All Lines |
protected SubProduct |
f_product
Product Selection |
protected SubSalesRep |
f_salesRep
Sales Rep Panel |
protected StatusBar |
f_status
Status Bar |
protected CPanel |
m_southPanel
South Panel |
protected HashSet<Frame> |
m_visibleFrames
South Panel |
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()
Close Query Window |
void |
dispose()
Dispose - Free Resources |
Timestamp |
getToday()
Get Today's date |
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 |
| 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_currentLine
protected SubProduct f_product
protected SubLines f_lines
protected SubFunctionKeys f_functionKeys
protected SubCheckout f_checkout
protected SubBasicKeys f_basicKeys
protected CPanel m_southPanel
protected HashSet<Frame> m_visibleFrames
| 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()
public Timestamp getToday()
public void newOrder()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||