Class CmsOptionDialog

  • 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 CmsOptionDialog
    extends CmsPopup
    Dialog to show different options to select.

    • Constructor Detail

      • CmsOptionDialog

        public CmsOptionDialog​(java.lang.String caption,
                               org.opencms.ade.containerpage.shared.CmsDialogOptions options,
                               org.opencms.gwt.shared.CmsListInfoBean resourceInfo,
                               I_CmsSimpleCallback<java.lang.String> onSelect)
        Constructor.

        Parameters:
        caption - the default dialog caption
        options - the available options
        resourceInfo - the resource info if available
        onSelect - the on select callback