Class CmsAliasEditor
java.lang.Object
org.opencms.ade.sitemap.client.alias.CmsAliasEditor
The alias editor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe interval used for upating the editing status on the server. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks whether the alias editor is finished.protected voidsetFinished(boolean finished) Sets the 'finished' flag.voidshow()Opens the alias editor.protected voidupdateAliasEditorStatus(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
-