Package org.opencms.ui.client
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:
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
Context menu handler. -
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
close
(boolean reinitUI) Disposes of the extension and tells the server whether to re-init the UI.protected void
close
(long delayMillis) Disposes of the extension on the server side and notifies the server of which resources have been changed.protected void
Actually starts the XML content editor for a given file.void
editPointer
(String pointerStructureId) void
editProperties
(String editStructureId, boolean editName) protected void
extend
(com.vaadin.client.ServerConnector target) void
openCategoriesDialog
(String structureId, boolean collapsed) void
openContentEditor
(String structureId, String sitePath) void
openGalleryDialog
(String galleryConfiguration) void
openInfoDialog
(String string, String startTab) void
openLockReport
(String dialogTitle, String structureId) void
openPublishDialog
(String serializedPublishData) void
openReplaceDialog
(String structureId) void
void
showPreview
(String uuid, String versionAsString) void
Methods inherited from class com.vaadin.client.extensions.AbstractExtensionConnector
setParent
Methods inherited from class com.vaadin.client.ui.AbstractConnector
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getState, getStateType, getTag, hasEventListener, init, isEnabled, onStateChanged, onUnregister, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setTag, unregisterRpc, updateEnabledState
-
Field Details
-
m_changed
List of structure ids of changed resources.
-
-
Constructor Details
-
CmsGwtDialogExtensionConnector
public CmsGwtDialogExtensionConnector()
-
-
Method Details
-
editPointer
- Specified by:
editPointer
in interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
- See Also:
-
I_CmsGwtDialogClientRpc.editPointer(java.lang.String)
-
editProperties
- Specified by:
editProperties
in interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
- See Also:
-
I_CmsGwtDialogClientRpc.editProperties(java.lang.String, boolean)
-
openCategoriesDialog
- Specified by:
openCategoriesDialog
in interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
- See Also:
-
I_CmsGwtDialogClientRpc.openCategoriesDialog(java.lang.String, boolean)
-
openContentEditor
- Specified by:
openContentEditor
in interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
- See Also:
-
I_CmsGwtDialogClientRpc.openContentEditor(java.lang.String, java.lang.String)
-
openGalleryDialog
- Specified by:
openGalleryDialog
in interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
- See Also:
-
I_CmsGwtDialogClientRpc.openGalleryDialog(java.lang.String)
-
openInfoDialog
- Specified by:
openInfoDialog
in interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
- See Also:
-
I_CmsGwtDialogClientRpc.openInfoDialog(java.lang.String, java.lang.String)
-
openLockReport
- Specified by:
openLockReport
in interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
- See Also:
-
I_CmsGwtDialogClientRpc.openLockReport(java.lang.String, java.lang.String)
-
openPublishDialog
- Specified by:
openPublishDialog
in interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
- See Also:
-
I_CmsGwtDialogClientRpc.openPublishDialog(java.lang.String)
-
openReplaceDialog
- Specified by:
openReplaceDialog
in interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
- See Also:
-
I_CmsGwtDialogClientRpc.openReplaceDialog(java.lang.String)
-
showAbout
- Specified by:
showAbout
in interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
- See Also:
-
I_CmsGwtDialogClientRpc.showAbout()
-
showPreview
- Specified by:
showPreview
in interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
- See Also:
-
I_CmsGwtDialogClientRpc.showPreview(java.lang.String, java.lang.String)
-
showUserPreferences
- Specified by:
showUserPreferences
in interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc
- See Also:
-
I_CmsGwtDialogClientRpc.showUserPreferences()
-
close
Disposes of the extension and tells the server whether to re-init the UI.- Parameters:
reinitUI
-true
to reinit the UI
-
close
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
Actually starts the XML content editor for a given file.- Parameters:
sitePath
- the site path of the filestructureId
- the file structure id
-
extend
- Specified by:
extend
in classcom.vaadin.client.extensions.AbstractExtensionConnector
- See Also:
-
AbstractExtensionConnector.extend(com.vaadin.client.ServerConnector)
-