程序包 | 说明 |
---|---|
org.opencms.gwt |
Provides core support for GWT.
|
org.opencms.gwt.client.ui.input.category | |
org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
限定符和类型 | 方法和说明 |
---|---|
CmsResourceCategoryInfo |
CmsCoreService.getCategoryInfo(CmsUUID structureId) |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsCategoryDialog.initialize(CmsResourceCategoryInfo categoryInfo)
Initializes the dialog content.
|
限定符和类型 | 方法和说明 |
---|---|
CmsResourceCategoryInfo |
I_CmsCoreService.getCategoryInfo(CmsUUID structureId)
Returns the category information for the given resource.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsCoreServiceAsync.getCategoryInfo(CmsUUID structureId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsResourceCategoryInfo> callback)
Returns the category information for the given resource.
|