程序包 | 说明 |
---|---|
org.opencms.gwt |
Provides core support for GWT.
|
org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
限定符和类型 | 方法和说明 |
---|---|
protected CmsVfsEntryBean |
CmsVfsService.makeEntryBean(CmsResource resource,
boolean root)
Helper method for creating a VFS entry bean from a resource.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsVfsEntryBean> |
CmsVfsService.getChildren(java.lang.String path) |
java.util.List<CmsVfsEntryBean> |
CmsVfsService.getRootEntries() |
protected java.util.List<CmsVfsEntryBean> |
CmsVfsService.makeEntryBeans(java.util.List<CmsResource> resources,
boolean root)
Helper method for creating a list of VFS entry beans from a list of the corresponding resources.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsVfsEntryBean> |
I_CmsVfsService.getChildren(java.lang.String path)
Fetches the list of children of a path.
|
java.util.List<CmsVfsEntryBean> |
I_CmsVfsService.getRootEntries()
Returns the root entries of the VFS.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsVfsServiceAsync.getChildren(java.lang.String path,
com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsVfsEntryBean>> callback)
Fetches the list of children of a path.
|
void |
I_CmsVfsServiceAsync.getRootEntries(com.google.gwt.user.client.rpc.AsyncCallback<java.util.List<CmsVfsEntryBean>> callback)
Returns the root entries of the VFS.
|