Package open.dolphin.order

Examples of open.dolphin.order.MasterSearchPanel


        } else {
            tablePanel = new ItemTablePanel(this);
        }
       
        // MasterSearchPanel 作成
        masterSearchPanel = new MasterSearchPanel(entity);
        masterSearchPanel.addPropertyChangeListener(tablePanel);

        // CLAIM パラメータを設定する
        tablePanel.setOrderName(ClaimConst.EntityNameMap.get(entity));
        tablePanel.setClassCode(ClaimConst.ClaimClassCodeMap.get(entity));
View Full Code Here

TOP

Related Classes of open.dolphin.order.MasterSearchPanel

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.