Package org.zanata.webtrans.client.ui

Examples of org.zanata.webtrans.client.ui.TransUnitCountBar


        // this must be initialized before uiBinder.createAndBindUi(), or an
        // exception will be thrown at runtime
        this.userWorkspaceContext = userWorkspaceContext;
        this.messages = messages;
        translationStatsBar =
                new TransUnitCountBar(userWorkspaceContext, messages,
                        LabelFormat.PERCENT_COMPLETE_HRS, true,
                        userWorkspaceContext.getWorkspaceRestrictions()
                                .isProjectRequireReview());
        translationStatsBar.setVisible(false); // hide until there is a value to
View Full Code Here

TOP

Related Classes of org.zanata.webtrans.client.ui.TransUnitCountBar

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.