程序包 | 说明 |
---|---|
org.opencms.ade.galleries | |
org.opencms.ade.galleries.client.preview | |
org.opencms.ade.galleries.client.preview.ui | |
org.opencms.ade.galleries.shared.rpc |
限定符和类型 | 方法和说明 |
---|---|
CmsImageInfoBean |
CmsPreviewService.getImageInfo(java.lang.String resourcePath,
java.lang.String locale) |
CmsImageInfoBean |
CmsPreviewService.syncGetImageInfo(java.lang.String resourcePath,
java.lang.String locale) |
CmsImageInfoBean |
CmsPreviewService.updateImageProperties(java.lang.String resourcePath,
java.lang.String locale,
java.util.Map<java.lang.String,java.lang.String> properties) |
限定符和类型 | 方法和说明 |
---|---|
I_CmsPreviewHandler<CmsImageInfoBean> |
CmsImageResourcePreview.getHandler() |
限定符和类型 | 方法和说明 |
---|---|
protected I_CmsPreviewHandler<CmsImageInfoBean> |
CmsImagePreviewDialog.getHandler() |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsImageInfoTab.fillContent(CmsImageInfoBean imageInfo)
Displays the provided image information.
|
void |
CmsImageEditorTab.fillContent(CmsImageInfoBean imageInfo)
Displays the provided image information.
|
void |
CmsImageInfoDisplay.fillContent(CmsImageInfoBean infoBean)
Fills the contend data.
|
void |
CmsImagePreviewDialog.fillContent(CmsImageInfoBean infoBean)
Fills the content of the tabs panel.
|
void |
CmsImageFormatsTab.fillContent(CmsImageInfoBean imageInfo)
Displays the provided image information.
|
void |
CmsImageAdvancedTab.fillContent(CmsImageInfoBean imageInfo)
Displays the provided image information.
|
void |
CmsImageAdvancedForm.fillContent(CmsImageInfoBean imageInfo,
CmsJSONMap imageAttributes,
boolean initialFill)
Displays the provided image information.
|
void |
CmsImageEditorForm.fillContent(CmsImageInfoBean imageInfo,
CmsJSONMap imageAttributes,
boolean initialFill)
Displays the provided image information.
|
void |
CmsImagePreviewDialog.fillPreviewPanel(CmsImageInfoBean infoBean)
Fills the preview panel.
|
限定符和类型 | 方法和说明 |
---|---|
CmsImageInfoBean |
I_CmsPreviewService.getImageInfo(java.lang.String resourcePath,
java.lang.String locale)
Returns the image resource data to be displayed in the preview dialog.
|
CmsImageInfoBean |
I_CmsPreviewService.syncGetImageInfo(java.lang.String resourcePath,
java.lang.String locale)
Returns the image resource data to be displayed in the preview dialog.
|
CmsImageInfoBean |
I_CmsPreviewService.updateImageProperties(java.lang.String resourcePath,
java.lang.String locale,
java.util.Map<java.lang.String,java.lang.String> properties)
Saves the given properties to the resource and returns the data to be displayed in the preview dialog.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsPreviewServiceAsync.getImageInfo(java.lang.String resourcePath,
java.lang.String locale,
com.google.gwt.user.client.rpc.AsyncCallback<CmsImageInfoBean> callback)
Returns the image resource data to be displayed in the preview dialog.
|
void |
I_CmsPreviewServiceAsync.syncGetImageInfo(java.lang.String resourcePath,
java.lang.String locale,
com.google.gwt.user.client.rpc.AsyncCallback<CmsImageInfoBean> callback)
Returns the image resource data to be displayed in the preview dialog.
|
void |
I_CmsPreviewServiceAsync.updateImageProperties(java.lang.String resourcePath,
java.lang.String locale,
java.util.Map<java.lang.String,java.lang.String> properties,
com.google.gwt.user.client.rpc.AsyncCallback<CmsImageInfoBean> callback)
Saves the given properties to the resource and returns the data to be displayed in the preview dialog.
|