Examples of KDropDownFillerClass


Examples of KFramework30.Widgets.KDropDownFillerClass

    public void initializeDialog(int dialogModeParam, Long ID, Map foreingKeys ) throws KExceptionClass {
       

                //-----------------------------------------------------------
                // status combo, to catalogue FK handeled automatically..
                KDropDownFillerClass statusComboFiller = new KDropDownFillerClass(
                        configuration, log,
                        //SQL, might have parameters and where clause or order by
                        " select FACSTATUS_ID,  FACSTATUS_STATUS from sample_factura_status ",
                        "FACSTATUS_ID", statusCombo, "facstatusId"
                        );
                // statusComboFiller.bind( x,  x) bind here any param necessary       
                statusComboFiller.load();       
                KDialogController.addNonVisibleWidget( statusComboFiller )// to map it          
                //-------------------------------------------------------------          


                //-------------------------------------------------------------                          
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.