限定符和类型 | 方法和说明 |
---|---|
CmsResourceInfoBean |
CmsPreviewService.getResourceInfo(java.lang.String resourcePath,
java.lang.String locale) |
CmsResourceInfoBean |
CmsPreviewService.updateResourceProperties(java.lang.String resourcePath,
java.lang.String locale,
java.util.Map<java.lang.String,java.lang.String> properties) |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsPreviewService.readResourceInfo(CmsObject cms,
CmsResource resource,
CmsResourceInfoBean resInfo,
java.lang.String locale)
Retrieves the resource information and puts it into the provided resource info bean.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsPreviewHandler<T extends CmsResourceInfoBean>
Preview dialog handler.
|
class |
A_CmsResourcePreview<T extends CmsResourceInfoBean>
Preview dialog controller.
|
interface |
I_CmsPreviewController<T extends CmsResourceInfoBean>
Interface for the preview controller.
|
interface |
I_CmsPreviewHandler<T extends CmsResourceInfoBean>
Preview dialog handler interface.
|
interface |
I_CmsResourcePreview<T extends CmsResourceInfoBean>
Interface for resource preview within the galleries dialog.
|
限定符和类型 | 字段和说明 |
---|---|
protected T |
A_CmsResourcePreview.m_infoBean
The info bean of the binary preview dialog.
|
protected T |
A_CmsPreviewHandler.m_resourceInfo
The resource info.
|
限定符和类型 | 类和说明 |
---|---|
class |
A_CmsPreviewDialog<T extends CmsResourceInfoBean>
Provides a widget skeleton for the preview dialog.
|
限定符和类型 | 方法和说明 |
---|---|
protected I_CmsPreviewHandler<CmsResourceInfoBean> |
CmsBinaryPreviewDialog.getHandler() |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsBinaryPreviewDialog.fillContent(CmsResourceInfoBean infoBean) |
void |
CmsBinaryPreviewDialog.fillPreviewPanel(CmsResourceInfoBean infoBean)
Fills the content of the preview panel part.
|
构造器和说明 |
---|
CmsBinaryPreviewContent(CmsResourceInfoBean info,
CmsBinaryPreviewHandler previewHandler)
Constructor.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsImageInfoBean
Bean holding image info to be display in the resource preview dialog.
|
限定符和类型 | 方法和说明 |
---|---|
CmsResourceInfoBean |
I_CmsPreviewService.getResourceInfo(java.lang.String resourcePath,
java.lang.String locale)
Returns the data to be displayed in the preview dialog.
|
CmsResourceInfoBean |
I_CmsPreviewService.updateResourceProperties(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.getResourceInfo(java.lang.String resourcePath,
java.lang.String locale,
com.google.gwt.user.client.rpc.AsyncCallback<CmsResourceInfoBean> callback)
Returns the data to be displayed in the preview dialog.
|
void |
I_CmsPreviewServiceAsync.updateResourceProperties(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<CmsResourceInfoBean> callback)
Saves the given properties to the resource and returns the data to be displayed in the preview dialog.
|