Class PosSubPanel

    • Field Detail

      • p_pos

        protected MPOS p_pos
        Underlying POS Model
      • f_cashPayment

        protected static CButton f_cashPayment
    • Constructor Detail

      • PosSubPanel

        public PosSubPanel​(PosBasePanel posPanel)
        Constructor
        Parameters:
        posPanel - POS Panel
    • Method Detail

      • init

        protected abstract void init()
        Initialize
      • dispose

        public void dispose()
        Dispose - Free Resources
      • createButtonAction

        protected CButton createButtonAction​(String action,
                                             KeyStroke accelerator)
        Create Action Button
        Parameters:
        action - action
        Returns:
        button
      • createButton

        protected CButton createButton​(String text)
        Create Standard Button
        Parameters:
        text - text
        Returns:
        button
      • printTicket

        public void printTicket()
        Print Ticket