程序包 | 说明 |
---|---|
org.opencms.ade.galleries | |
org.opencms.ade.galleries.client | |
org.opencms.ade.galleries.shared.rpc |
限定符和类型 | 方法和说明 |
---|---|
CmsGalleryDataBean |
CmsGalleryService.getInitialSettings(CmsGalleryConfiguration conf) |
static CmsGalleryDataBean |
CmsGalleryService.getInitialSettings(javax.servlet.http.HttpServletRequest request,
CmsGalleryConfiguration config)
Returns the initial gallery settings.
|
限定符和类型 | 方法和说明 |
---|---|
CmsGallerySearchBean |
CmsGalleryService.getSearch(CmsGalleryDataBean data) |
static CmsGallerySearchBean |
CmsGalleryService.getSearch(javax.servlet.http.HttpServletRequest request,
CmsGalleryDataBean config)
Returns the initial search data.
|
protected java.util.List<java.lang.String> |
CmsGalleryService.getTypeNames(CmsGalleryDataBean data)
Gets the type names from the gallery data bean.
|
限定符和类型 | 字段和说明 |
---|---|
protected CmsGalleryDataBean |
CmsGalleryController.m_dialogBean
The gallery dialog bean.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsGalleryControllerHandler.onInitialSearch(CmsGallerySearchBean searchObj,
CmsGalleryDataBean dialogBean,
CmsGalleryController controller,
boolean isFirstTime)
Will be triggered when the initial search is performed.
|
限定符和类型 | 方法和说明 |
---|---|
CmsGalleryDataBean |
I_CmsGalleryService.getInitialSettings(CmsGalleryConfiguration conf)
Returns the initial data for the given gallery mode.
|
限定符和类型 | 方法和说明 |
---|---|
CmsGallerySearchBean |
I_CmsGalleryService.getSearch(CmsGalleryDataBean data)
Performs an initial search based on the given data bean and the available parameters of the request.
|
void |
I_CmsGalleryServiceAsync.getSearch(CmsGalleryDataBean data,
com.google.gwt.user.client.rpc.AsyncCallback<CmsGallerySearchBean> callback)
Performs an initial search based on the given data bean and the available parameters of the request.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsGalleryServiceAsync.getInitialSettings(CmsGalleryConfiguration conf,
com.google.gwt.user.client.rpc.AsyncCallback<CmsGalleryDataBean> callback)
Returns the initial data for the given gallery mode.
|