Package org.jitterbit.application.ui.window.editor.service

Examples of org.jitterbit.application.ui.window.editor.service.EditorServiceUiMode


    /**
     * Retrieves the main title to use for a page displaying this model.
     */
    public String getMainTitle() {
        EditorServiceUiMode displayMode = EditorServiceUiModePreference.get();
        if (displayMode == EditorServiceUiMode.MULTI_TABBED) {
            return null;
        }
        return entity.getEntityType().getDisplayName();
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.application.ui.window.editor.service.EditorServiceUiMode

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.