Class CmsOptionDialog

java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.SimplePanel
com.google.gwt.user.client.ui.PopupPanel
org.opencms.gwt.client.ui.CmsPopup
org.opencms.ade.containerpage.client.ui.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, Iterable<com.google.gwt.user.client.ui.Widget>, I_CmsAutoHider

public class CmsOptionDialog extends CmsPopup
Dialog to show different options to select.

  • Constructor Details

    • CmsOptionDialog

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

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