Examples of SeparatorField


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

    public EventScreen(final LinkableContact linkableContact, final String time) {
        // Initialize UI
        setTitle(linkableContact.getString(LinkableContact.NAME));
        final RichTextField testField = new RichTextField();
        testField.setText("Tested at " + time);
        add(new SeparatorField());
        add(testField);
    }
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.