Class CmsCopyLocaleDialog

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.logical.shared.HasCloseHandlers<com.google.gwt.user.client.ui.PopupPanel>, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.EventPreview, com.google.gwt.user.client.ui.AcceptsOneWidget, com.google.gwt.user.client.ui.HasAnimation, com.google.gwt.user.client.ui.HasOneWidget, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.HasWidgets, com.google.gwt.user.client.ui.HasWidgets.ForIsWidget, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.SourcesPopupEvents, java.lang.Iterable<com.google.gwt.user.client.ui.Widget>, I_CmsAutoHider

    public class CmsCopyLocaleDialog
    extends CmsPopup
    The copy locale dialog.

    • Constructor Detail

      • CmsCopyLocaleDialog

        public CmsCopyLocaleDialog​(java.util.Map<java.lang.String,​java.lang.String> availableLocales,
                                   java.util.Set<java.lang.String> contentLocales,
                                   java.lang.String currentLocale,
                                   boolean hasSync,
                                   CmsContentEditor editor)
        Constructor.

        Parameters:
        availableLocales - the available locales
        contentLocales - the present content locales
        currentLocale - the current content locale
        hasSync - indicates the dialog requires the synchronize locale independent fields button
        editor - the editor instance