Package KFramework30.Widgets

Examples of KFramework30.Widgets.KDropDownFillerClass.load()


                        //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.