程序包 | 说明 |
---|---|
org.opencms.gwt |
Provides core support for GWT.
|
org.opencms.gwt.client.property | |
org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPropertiesBean |
CmsVfsService.loadPropertyData(CmsUUID id) |
限定符和类型 | 字段和说明 |
---|---|
protected CmsPropertiesBean |
CmsSimplePropertyEditorHandler.m_propertiesBean
The data necessary for editing the properties.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsSimplePropertyEditorHandler.setPropertiesBean(CmsPropertiesBean propertiesBean)
Sets the data necessary to edit the properties.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPropertiesBean |
I_CmsVfsService.loadPropertyData(CmsUUID id)
Load the data necessary to edit the properties of a resource.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsVfsServiceAsync.loadPropertyData(CmsUUID id,
com.google.gwt.user.client.rpc.AsyncCallback<CmsPropertiesBean> callback)
Load the data necessary to edit the properties of a resource.
|