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

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


        if (_countries != null) {
            // Create an instance of our SortedReadableList class.
            _countryList = new CountryList(_countries);

            // Add our list to a KeywordFilterField object.
            _keywordFilterField = new KeywordFilterField();
            _keywordFilterField.setSourceList(_countryList, _countryList);

            // We're providing a customized edit field for
            // the KeywordFilterField.
            final CustomKeywordField customSearchField =
View Full Code Here

TOP

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

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.