Package net.xoetrope.swing

Examples of net.xoetrope.swing.XEdit


    public void clear() {
        if (UtilValidate.isEmpty(statusbarPromoCode.getText())) { // to handle when on another screen
            PosScreen newPos = m_pos.showPage("promopanel");
            PromoStatusBar promoStatusBar = newPos.getPromoStatusBar();
            XEdit statusbarPromoCode = promoStatusBar.getStatusbarPromoCode();
            statusbarPromoCode.setText("");
            XEdit statusbarClient = promoStatusBar.getStatusbarClient();
            statusbarClient.setText("");
            m_pos.showPage("paypanel");
        } else {
            statusbarPromoCode.setText("");
            statusbarClient.setText("");
        }
    }
View Full Code Here

TOP

Related Classes of net.xoetrope.swing.XEdit

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.