Package net.rim.device.api.ui.component

Examples of net.rim.device.api.ui.component.ListField


        _addContactAction = new AddContactAction();
        _addContactAction.setScreen(this);
        _selectContactAction = new SelectContactAction();
        setTitle("Contact List");

        _listField = new ListField();
        _listField.setCallback(this);
        add(_listField);
        addMenuItem(_addContactAction);

        reloadContactList();
View Full Code Here

TOP

Related Classes of net.rim.device.api.ui.component.ListField

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.