程序包 | 说明 |
---|---|
org.opencms.ade.galleries | |
org.opencms.ade.galleries.client | |
org.opencms.ade.galleries.client.ui | |
org.opencms.ade.galleries.shared | |
org.opencms.ade.galleries.shared.rpc |
限定符和类型 | 方法和说明 |
---|---|
CmsVfsEntryBean |
CmsGalleryService.loadVfsEntryBean(java.lang.String path) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsVfsEntryBean> |
CmsGalleryService.getSubFolders(java.lang.String rootPath) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
CmsVfsTabHandler.getSelectPath(CmsVfsEntryBean vfsEntry)
Gets the path which should be set as a value when a VFS entry is selected in the VFS tab.
|
void |
CmsGalleryControllerHandler.onReceiveVfsPreloadData(CmsVfsEntryBean vfsPreloadData)
This method is called when preloaded VFS tree state data is loaded.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsGalleryController.getSubFolders(java.lang.String folder,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsVfsEntryBean>> callback)
Retrieves the sub-folders of a given folder.
|
void |
CmsVfsTabHandler.getSubFolders(java.lang.String path,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsVfsEntryBean>> callback)
Gets the sub-folders of a given folder.
|
void |
CmsGalleryController.loadVfsEntryBean(java.lang.String siteRoot,
com.google.gwt.user.client.rpc.AsyncCallback<CmsVfsEntryBean> asyncCallback)
Loads the root VFS entry bean for a given site selector option.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsLazyTreeItem |
CmsVfsTab.createItem(CmsVfsEntryBean vfsEntry)
Helper method for creating a VFS tree item widget from a VFS entry bean.
|
void |
CmsVfsTab.onReceiveVfsPreloadData(CmsVfsEntryBean vfsPreloadData)
This method is called when the VFS tree preload data is received.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsVfsTab.fillInitially(java.util.List<CmsVfsEntryBean> entries)
Sets the initial folders in the VFS tab.
|
限定符和类型 | 方法和说明 |
---|---|
CmsVfsEntryBean |
CmsGallerySearchBean.getVfsPreloadData()
Gets the VFS preload data.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsVfsEntryBean> |
CmsVfsEntryBean.getChildren() |
java.util.List<CmsVfsEntryBean> |
CmsGalleryDataBean.getVfsRootFolders()
Returns the list of root folders to display in the VFS tab.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsVfsEntryBean.addChild(CmsVfsEntryBean child) |
void |
CmsGallerySearchBean.setVfsPreloadData(CmsVfsEntryBean preloadData)
Sets the VFS tree preload data.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsVfsEntryBean.setChildren(java.util.List<CmsVfsEntryBean> children)
Sets the list of children.
|
void |
CmsGalleryDataBean.setVfsRootFolders(java.util.List<CmsVfsEntryBean> rootFolders)
Sets the root folders to be displayed in the VFS folder tab.
|
构造器和说明 |
---|
CmsVfsEntryBean(java.lang.String rootPath,
CmsUUID structureId,
java.lang.String title,
boolean isRoot,
boolean editable,
java.util.List<CmsVfsEntryBean> preloadedChildren)
Creates a new VFS entry bean.
|
限定符和类型 | 方法和说明 |
---|---|
CmsVfsEntryBean |
I_CmsGalleryService.loadVfsEntryBean(java.lang.String path)
Loads the root VFS entry bean for the given site root.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsVfsEntryBean> |
I_CmsGalleryService.getSubFolders(java.lang.String path)
Gets the sub-folders of a folder.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsGalleryServiceAsync.getSubFolders(java.lang.String path,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsVfsEntryBean>> callback)
Gets the sub-folders of a folder.
|
void |
I_CmsGalleryServiceAsync.loadVfsEntryBean(java.lang.String path,
com.google.gwt.user.client.rpc.AsyncCallback<CmsVfsEntryBean> resultCallback)
Loads the root VFS entry bean for the given site root.
|