| Package | Description |
|---|---|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsUserSettingsBean |
CmsClientUserSettingConverter.loadSettings()
Loads the current user's preferences into a CmsUserSettingsBean.
|
CmsUserSettingsBean |
CmsCoreService.loadUserSettings() |
| Modifier and Type | Method and Description |
|---|---|
CmsUserSettingsBean |
I_CmsCoreService.loadUserSettings()
Loads the user settings for the current user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsCoreServiceAsync.loadUserSettings(com.google.gwt.user.client.rpc.AsyncCallback<CmsUserSettingsBean> callback)
Loads the user settings for the current user.
|