Class CmsAliasEditor
java.lang.Object
org.opencms.ade.sitemap.client.alias.CmsAliasEditor
The alias editor.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The interval used for upating the editing status on the server. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks whether the alias editor is finished.protected void
setFinished
(boolean finished) Sets the 'finished' flag.void
show()
Opens the alias editor.protected void
updateAliasEditorStatus
(boolean editing) Asynchronously updates the alias editor status.
-
Field Details
-
STATUS_UPDATE_INTERVAL
The interval used for upating the editing status on the server.- See Also:
-
-
Constructor Details
-
CmsAliasEditor
public CmsAliasEditor()Creates a new instance.
-
-
Method Details
-
isFinished
Checks whether the alias editor is finished.- Returns:
- true if the alias editor is finished
-
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
Sets the 'finished' flag.- Parameters:
finished
- the new value of the 'finished' flag
-
updateAliasEditorStatus
Asynchronously updates the alias editor status.- Parameters:
editing
- the status we want to set
-