Package org.opencms.gwt.client.ui
Interface CmsPreviewDialog.I_PreviewInfoProvider
- Enclosing class:
- CmsPreviewDialog
public static interface CmsPreviewDialog.I_PreviewInfoProvider
Preview provider interface.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
loadPreviewForLocale
(String locale, com.google.gwt.user.client.rpc.AsyncCallback<org.opencms.gwt.shared.CmsPreviewInfo> resultCallback) Loads the preview information for the given locale.
-
Method Details
-
loadPreviewForLocale
void loadPreviewForLocale(String locale, com.google.gwt.user.client.rpc.AsyncCallback<org.opencms.gwt.shared.CmsPreviewInfo> resultCallback) Loads the preview information for the given locale.- Parameters:
locale
- the locale for which to load the previewresultCallback
- the callback to call with the result
-