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

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


        add(new RichTextField(
                "Type a nine digit number in the Transaction No. field. Pattern will be hyperlinked and status and location menu items will be available.\n",
                Field.NON_FOCUSABLE));

        // Add an ActiveAutoTextEditField
        final ActiveAutoTextEditField activeField =
                new ActiveAutoTextEditField("Transaction No: ", null);
        add(activeField);
        activeField.setFocus();
    }
View Full Code Here

TOP

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

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.