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
Nested ClassesModifier and TypeClassDescriptionclassContext menu handler. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidclose(boolean reinitUI) Disposes of the extension and tells the server whether to re-init the UI.protected voidclose(long delayMillis) Disposes of the extension on the server side and notifies the server of which resources have been changed.protected voidActually starts the XML content editor for a given file.voideditPointer(String pointerStructureId) voideditProperties(String editStructureId, boolean editName) protected voidextend(com.vaadin.client.ServerConnector target) voidopenCategoriesDialog(String structureId, boolean collapsed) voidopenContentEditor(String structureId, String sitePath) voidopenGalleryDialog(String galleryConfiguration) voidopenInfoDialog(String string, String startTab) voidopenLockReport(String dialogTitle, String structureId) voidopenPublishDialog(String serializedPublishData) voidopenReplaceDialog(String structureId) voidvoidshowPreview(String uuid, String versionAsString) voidMethods inherited from class com.vaadin.client.extensions.AbstractExtensionConnector
setParentMethods 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:
editPointerin interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc- See Also:
-
editProperties
- Specified by:
editPropertiesin interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc- See Also:
-
openCategoriesDialog
- Specified by:
openCategoriesDialogin interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc- See Also:
-
openContentEditor
- Specified by:
openContentEditorin interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc- See Also:
-
openGalleryDialog
- Specified by:
openGalleryDialogin interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc- See Also:
-
openInfoDialog
- Specified by:
openInfoDialogin interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc- See Also:
-
openLockReport
- Specified by:
openLockReportin interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc- See Also:
-
openPublishDialog
- Specified by:
openPublishDialogin interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc- See Also:
-
openReplaceDialog
- Specified by:
openReplaceDialogin interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc- See Also:
-
showAbout
- Specified by:
showAboutin interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc- See Also:
-
showPreview
- Specified by:
showPreviewin interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc- See Also:
-
showUserPreferences
- Specified by:
showUserPreferencesin interfaceorg.opencms.ui.shared.components.I_CmsGwtDialogClientRpc- See Also:
-
close
Disposes of the extension and tells the server whether to re-init the UI.- Parameters:
reinitUI-trueto 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:
extendin classcom.vaadin.client.extensions.AbstractExtensionConnector- See Also:
-