程序包 | 说明 |
---|---|
org.opencms.ade.galleries | |
org.opencms.ade.galleries.shared.rpc |
限定符和类型 | 方法和说明 |
---|---|
CmsGalleryConfiguration |
CmsGalleryService.getAdeViewModeConfiguration() |
限定符和类型 | 方法和说明 |
---|---|
CmsGalleryDataBean |
CmsGalleryService.getInitialSettings(CmsGalleryConfiguration conf) |
static CmsGalleryDataBean |
CmsGalleryService.getInitialSettings(javax.servlet.http.HttpServletRequest request,
CmsGalleryConfiguration config)
Returns the initial gallery settings.
|
限定符和类型 | 方法和说明 |
---|---|
CmsGalleryConfiguration |
I_CmsGalleryService.getAdeViewModeConfiguration()
Loads the gallery configuration for the adeView mode.
|
限定符和类型 | 方法和说明 |
---|---|
CmsGalleryDataBean |
I_CmsGalleryService.getInitialSettings(CmsGalleryConfiguration conf)
Returns the initial data for the given gallery mode.
|
void |
I_CmsGalleryServiceAsync.getInitialSettings(CmsGalleryConfiguration conf,
com.google.gwt.user.client.rpc.AsyncCallback<CmsGalleryDataBean> callback)
Returns the initial data for the given gallery mode.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsGalleryServiceAsync.getAdeViewModeConfiguration(com.google.gwt.user.client.rpc.AsyncCallback<CmsGalleryConfiguration> callback)
Loads the gallery configuration for the adeView mode.
|