Package org.jitterbit.ui.widget.button

Examples of org.jitterbit.ui.widget.button.KongaButton.asUiProvider()


     *
     */
    public UiProvider getFileFilterOptionsTrigger() {
        verifySourceOnlyFunctionality();
        KongaButton button = createEditFilterOptionsButton();
        return button.asUiProvider();
    }

    private void verifySourceOnlyFunctionality() {
        if (sourceTarget == SourceTarget.Target) {
            throw new UnsupportedOperationException("This functionality is supported only for Source locations");
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.