Package com.salesforce.ide.ui.editors.properysheets.widgets

Examples of com.salesforce.ide.ui.editors.properysheets.widgets.CheckBoxWidget


        apiText = new TextFieldWidget(toolkit, EditorMessages.getString("ApexMetadataFormPage.APIVersionLabel"), "0.0"); //$NON-NLS-1$
        apiText.addTo(sectionClient);

        // Touch
        isAvailableInTouchCheckbox =
                new CheckBoxWidget(toolkit, EditorMessages.getString("ApexMetadataFormPage.MobileAppsLabel"), false); //$NON-NLS-1$
        isAvailableInTouchCheckbox.addTo(sectionClient);

        // Confirmation token
        isConfirmationTokenRequiredCheckbox =
                new CheckBoxWidget(toolkit, EditorMessages.getString("ApexMetadataFormPage.CSRFLabel"), false); //$NON-NLS-1$
        isConfirmationTokenRequiredCheckbox.addTo(sectionClient);

        generalInformation.setClient(sectionClient);
    }
View Full Code Here

TOP

Related Classes of com.salesforce.ide.ui.editors.properysheets.widgets.CheckBoxWidget

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.