Package net.xoetrope.html

Examples of net.xoetrope.html.XComboBox.deleteElement()


        combo.addElement( edit.getText() );
    }
   
    public void removeItemCombo() {
        XComboBox combo = (XComboBox)findComponent( obj, "combo" );
        combo.deleteElement( combo.getSelectedIndex() + 1 );
    }
   
    public void addItemOList() {      
        XEdit edit = (XEdit)findComponent( obj, "edit" );
        XEdit edit2 = (XEdit)findComponent( "edit2" );
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.