Class CmsReuseInfoDialog

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.CmsReuseInfoDialog
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 CmsReuseInfoDialog extends CmsPopup
A dialog for showing the usages of a reused element before editing it.
  • Field Details

    • m_labelBox

      @UiField protected com.google.gwt.user.client.ui.FlowPanel m_labelBox
      Container for the label.
    • m_infoBoxContainer

      @UiField protected com.google.gwt.user.client.ui.Panel m_infoBoxContainer
      The container for the file info box.
    • m_label

      @UiField protected com.google.gwt.user.client.ui.Label m_label
      The message label.
    • m_listPanel

      @UiField protected CmsList<CmsListItem> m_listPanel
      The list item container for the element usages.
    • m_okButton

      @UiField protected CmsPushButton m_okButton
      The ok button.
    • m_cancelButton

      @UiField protected CmsPushButton m_cancelButton
      The cancel button.
  • Constructor Details

    • CmsReuseInfoDialog

      public CmsReuseInfoDialog(org.opencms.ade.containerpage.shared.CmsReuseInfo reuseInfo, Consumer<Boolean> callback)
      Creates a new instance.
      Parameters:
      reuseInfo - the reuse info bean
      callback - the callback to call with the dialog result