Package org.zanata.webtrans.client.ui

Examples of org.zanata.webtrans.client.ui.Breadcrumb$Styles


                        userWorkspaceContext.getWorkspaceRestrictions()
                                .isProjectRequireReview());
        translationStatsBar.setVisible(false); // hide until there is a value to

        projectLink =
                new Breadcrumb(true, false,
                        Application.getProjectHomeURL(userWorkspaceContext
                                .getWorkspaceContext().getWorkspaceId()));
        versionLink =
                new Breadcrumb(false, false,
                        Application.getVersionHomeURL(userWorkspaceContext
                                .getWorkspaceContext().getWorkspaceId()));
        filesLink = new Breadcrumb(false, false, "");
        // filesLink.setHref(Application.getVersionFilesURL(userWorkspaceContext.getWorkspaceContext().getWorkspaceId()));
        selectedDocumentSpan = new Breadcrumb(false, true, "");

        newEditorLink = new Anchor();
        newEditorLink.setTarget("_blank");
        newEditorLink.setText(messages.newEditorMessage());
        newEditorLink.addStyleName("is-invisible");
View Full Code Here

TOP

Related Classes of org.zanata.webtrans.client.ui.Breadcrumb$Styles

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.