Class A_CmsNewModelPageDialog

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.sitemap.client.ui.A_CmsNewModelPageDialog
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
Direct Known Subclasses:
CmsCopyModelPageDialog, CmsCreateModelPageDialog

public abstract class A_CmsNewModelPageDialog extends CmsPopup
The create new gallery folder dialog.

  • Field Details

  • Constructor Details

    • A_CmsNewModelPageDialog

      public A_CmsNewModelPageDialog(String title, org.opencms.gwt.shared.CmsListInfoBean infoBean)
      Constructor.

      Parameters:
      title - the title of the dialog
      infoBean - the resource info bean to display
  • Method Details

    • initialize

      public void initialize(org.opencms.gwt.shared.CmsListInfoBean listInfo)
      Initializes the dialog.

      Parameters:
      listInfo - the resource info to display
    • onOk

      protected abstract void onOk()
      Creates the new gallery folder.

    • setOkEnabled

      protected void setOkEnabled(boolean enabled)
      Enables or disables the OK button.

      Parameters:
      enabled - true to enable the button