public class CmsAliasEditor
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
STATUS_UPDATE_INTERVAL
The interval used for upating the editing status on the server.
|
构造器和说明 |
---|
CmsAliasEditor()
Creates a new instance.
|
限定符和类型 | 方法和说明 |
---|---|
boolean |
isFinished()
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.
|
public static final int STATUS_UPDATE_INTERVAL
public boolean isFinished()
public void show()
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.
protected void setFinished(boolean finished)
finished
- the new value of the 'finished' flagprotected void updateAliasEditorStatus(boolean editing)
editing
- the status we want to set