Class CmsGwtDialogExtensionConnector

java.lang.Object
com.vaadin.client.ui.AbstractConnector
com.vaadin.client.extensions.AbstractExtensionConnector
org.opencms.ui.client.CmsGwtDialogExtensionConnector
All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler, com.vaadin.client.communication.StateChangeEvent.StateChangeHandler, com.vaadin.client.ServerConnector, com.vaadin.shared.communication.ClientRpc, com.vaadin.shared.Connector, Serializable, org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc

public class CmsGwtDialogExtensionConnector extends com.vaadin.client.extensions.AbstractExtensionConnector implements org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
Client side part of CmsGwtDialogExtension.

See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • editPointer

      public void editPointer(String pointerStructureId)
      Specified by:
      editPointer in interface org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
      See Also:
      • I_CmsGwtDialogClientRpc.editPointer(java.lang.String)
    • editProperties

      public void editProperties(String editStructureId, boolean editName)
      Specified by:
      editProperties in interface org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
      See Also:
      • I_CmsGwtDialogClientRpc.editProperties(java.lang.String, boolean)
    • openCategoriesDialog

      public void openCategoriesDialog(String structureId, boolean collapsed)
      Specified by:
      openCategoriesDialog in interface org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
      See Also:
      • I_CmsGwtDialogClientRpc.openCategoriesDialog(java.lang.String, boolean)
    • openContentEditor

      public void openContentEditor(String structureId, String sitePath)
      Specified by:
      openContentEditor in interface org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
      See Also:
      • I_CmsGwtDialogClientRpc.openContentEditor(java.lang.String, java.lang.String)
    • openGalleryDialog

      public void openGalleryDialog(String galleryConfiguration)
      Specified by:
      openGalleryDialog in interface org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
      See Also:
      • I_CmsGwtDialogClientRpc.openGalleryDialog(java.lang.String)
    • openInfoDialog

      public void openInfoDialog(String string, String startTab)
      Specified by:
      openInfoDialog in interface org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
      See Also:
      • I_CmsGwtDialogClientRpc.openInfoDialog(java.lang.String, java.lang.String)
    • openLockReport

      public void openLockReport(String dialogTitle, String structureId)
      Specified by:
      openLockReport in interface org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
      See Also:
      • I_CmsGwtDialogClientRpc.openLockReport(java.lang.String, java.lang.String)
    • openPublishDialog

      public void openPublishDialog(String serializedPublishData)
      Specified by:
      openPublishDialog in interface org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
      See Also:
      • I_CmsGwtDialogClientRpc.openPublishDialog(java.lang.String)
    • openReplaceDialog

      public void openReplaceDialog(String structureId)
      Specified by:
      openReplaceDialog in interface org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
      See Also:
      • I_CmsGwtDialogClientRpc.openReplaceDialog(java.lang.String)
    • showAbout

      public void showAbout()
      Specified by:
      showAbout in interface org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
      See Also:
      • I_CmsGwtDialogClientRpc.showAbout()
    • showPreview

      public void showPreview(String uuid, String versionAsString)
      Specified by:
      showPreview in interface org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
      See Also:
      • I_CmsGwtDialogClientRpc.showPreview(java.lang.String, java.lang.String)
    • showUserPreferences

      public void showUserPreferences()
      Specified by:
      showUserPreferences in interface org.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
      See Also:
      • I_CmsGwtDialogClientRpc.showUserPreferences()
    • close

      protected void close(boolean reinitUI)
      Disposes of the extension and tells the server whether to re-init the UI.

      Parameters:
      reinitUI - true to reinit the UI
    • close

      protected void close(long delayMillis)
      Disposes of the extension on the server side and notifies the server of which resources have been changed.

      Parameters:
      delayMillis - the time to wait on the server before refreshing the view
    • doEdit

      protected void doEdit(String sitePath, org.opencms.util.CmsUUID structureId)
      Actually starts the XML content editor for a given file.

      Parameters:
      sitePath - the site path of the file
      structureId - the file structure id
    • extend

      protected void extend(com.vaadin.client.ServerConnector target)
      Specified by:
      extend in class com.vaadin.client.extensions.AbstractExtensionConnector
      See Also:
      • AbstractExtensionConnector.extend(com.vaadin.client.ServerConnector)