Class CmsAliasEditor

java.lang.Object
org.opencms.ade.sitemap.client.alias.CmsAliasEditor

public class CmsAliasEditor extends Object
The alias editor.

  • Field Details

  • Constructor Details

  • Method Details

    • isFinished

      public boolean isFinished()
      Checks whether the alias editor is finished.

      Returns:
      true if the alias editor is finished
    • show

      public void show()
      Opens the alias editor.

      In addition to displaying the alias editor, this also sets up a timer which regularly informs the server that the alias table for the current site is being edited by the current user. This timer is deactivated when the dialog is closed.

    • setFinished

      protected void setFinished(boolean finished)
      Sets the 'finished' flag.

      Parameters:
      finished - the new value of the 'finished' flag
    • updateAliasEditorStatus

      protected void updateAliasEditorStatus(boolean editing)
      Asynchronously updates the alias editor status.

      Parameters:
      editing - the status we want to set