Package org.opencms.ui.dialogs
Class CmsGalleryOptimizeDialog.ContextMenu
- java.lang.Object
-
- org.opencms.ui.dialogs.CmsGalleryOptimizeDialog.ContextMenu
-
- All Implemented Interfaces:
com.vaadin.shared.communication.ServerRpc,java.io.Serializable,I_CmsGwtContextMenuServerRpc
- Enclosing class:
- CmsGalleryOptimizeDialog
public class CmsGalleryOptimizeDialog.ContextMenu extends java.lang.Object implements I_CmsGwtContextMenuServerRpc
The context used for child dialogs.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContextMenu(org.opencms.ui.dialogs.CmsGalleryOptimizeDialog.DataItem dataItem)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrefresh(java.lang.String uuid)Called when a resource has been modified through context menu options
-
-
-
Constructor Detail
-
ContextMenu
public ContextMenu(org.opencms.ui.dialogs.CmsGalleryOptimizeDialog.DataItem dataItem)
Creates a new instance.- Parameters:
dataItem- the data item
-
-
Method Detail
-
refresh
public void refresh(java.lang.String uuid)
Description copied from interface:I_CmsGwtContextMenuServerRpcCalled when a resource has been modified through context menu options- Specified by:
refreshin interfaceI_CmsGwtContextMenuServerRpc- Parameters:
uuid- the structure id of the resource- See Also:
I_CmsGwtContextMenuServerRpc.refresh(java.lang.String)
-
-