| Package | Description |
|---|---|
| org.opencms.ade.containerpage.shared |
Contains the shared container page editor classes.
|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| org.opencms.ade.postupload.shared | |
| org.opencms.ade.publish.shared |
Classes for the publish dialog which are used by both the client and the server.
|
| org.opencms.ade.sitemap.shared |
Shared Client-Server side of the sitemap view.
|
| org.opencms.gwt |
Provides core support for GWT.
|
| org.opencms.gwt.shared |
Core shared stuff.
|
| org.opencms.gwt.shared.property | |
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| org.opencms.ui.dialogs.availability |
Contains code for the availability dialog
|
| Modifier and Type | Method and Description |
|---|---|
CmsListInfoBean |
CmsRemovedElementStatus.getElementInfo()
Gets the list info bean for the removed element.
|
CmsListInfoBean |
CmsDialogOptionsAndInfo.getInfo()
Gets the list info bean for the selected resource.
|
CmsListInfoBean |
CmsCntPageData.getPageInfo()
Returns the current page info.
|
| Constructor and Description |
|---|
CmsCntPageData(java.lang.String onlineLink,
java.lang.String noEditReason,
java.lang.String requestParams,
java.lang.String sitemapUri,
boolean sitemapManager,
CmsUUID detailId,
java.lang.String detailContainerPage,
long lastModified,
java.lang.String lockInfo,
CmsListInfoBean pageInfo,
java.lang.String locale,
boolean useClassicEditor,
CmsTemplateContextInfo contextInfo,
boolean showSmallElementsInitially,
java.util.List<CmsElementViewInfo> elementViews,
CmsElementViewInfo elementView,
CmsCntPageData.ElementReuseMode reuseMode,
CmsCntPageData.ElementDeleteMode deleteMode,
boolean isModelPage,
boolean isModelGroup,
java.lang.String modelGroupEmenetId,
java.lang.String mainLocale,
java.util.Map<java.lang.String,CmsLocaleLinkBean> localeLinkBeans,
java.lang.String appTitle,
long loadTime)
Constructor.
|
CmsDialogOptionsAndInfo(CmsDialogOptions options,
CmsListInfoBean info)
Creates a new instance.
|
CmsRemovedElementStatus(CmsUUID structureId,
CmsListInfoBean elementInfo,
boolean deletable,
CmsCntPageData.ElementDeleteMode elementDeleteMode)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsGalleryFolderBean
Represents a gallery folder.
|
class |
CmsGalleryTreeEntry
Gallery tree entry class.
|
class |
CmsResourceTypeBean
Bean representing resource type information.
|
class |
CmsResultItemBean
A specific bean holding all info to be displayed in
org.opencms.ade.galleries.client.ui.CmsResultListItems. |
| Modifier and Type | Method and Description |
|---|---|
CmsListInfoBean |
CmsPostUploadDialogPanelBean.getInfoBean()
Gets the info bean for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsPostUploadDialogPanelBean.setInfoBean(CmsListInfoBean info)
Sets the list info bean for the resource.
|
| Constructor and Description |
|---|
CmsPostUploadDialogPanelBean(CmsUUID structureId,
CmsListInfoBean infoBean)
Creates a new instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsPublishResource
A publish resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsGalleryType
The gallery type bean.
|
class |
CmsNewResourceInfo
A bean representing a resource type for use in the detail page creation menu.
|
| Modifier and Type | Method and Description |
|---|---|
CmsListInfoBean |
CmsModelPageEntry.getListInfoBean()
Returns the listInfoBean.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsListInfoBean> |
CmsSitemapData.getSubsitemapFolderTypeInfos()
Returns the list info beans for the available sitemap folder types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsModelPageEntry.setListInfoBean(CmsListInfoBean listInfoBean)
Sets the listInfoBean.
|
| Constructor and Description |
|---|
CmsSitemapData(java.util.Map<java.lang.String,CmsClientTemplateBean> templates,
java.util.Map<java.lang.String,CmsXmlContentProperty> properties,
CmsSitemapClipboardData clipboardData,
java.util.List<CmsContextMenuEntryBean> contextMenuEntries,
java.util.Map<java.lang.String,CmsClientProperty> parentProperties,
java.util.List<java.lang.String> allPropNames,
java.lang.String exportRfsPrefix,
boolean isSecure,
java.lang.String noEditReason,
boolean displayToolbar,
CmsNewResourceInfo defaultNewElementInfo,
java.util.List<CmsNewResourceInfo> newElementInfos,
CmsNewResourceInfo newRedirectElementInfo,
CmsNewResourceInfo newNavigationLevelElementInfo,
CmsSitemapInfo sitemapInfo,
java.lang.String parentSitemap,
CmsClientSitemapEntry root,
java.lang.String openPath,
int maxDepth,
CmsDetailPageTable detailPageTable,
java.util.List<CmsNewResourceInfo> resourceTypeInfos,
java.lang.String returnCode,
boolean canEditDetailPages,
java.lang.String aliasImportUrl,
boolean canEditAliases,
boolean createNewFoldersForSubsitemaps,
boolean galleryManager,
boolean categoryManager,
java.util.List<CmsListInfoBean> subsitemapTypeInfos,
CmsSitemapData.EditorMode editorMode,
java.lang.String defaultGalleryFolder,
boolean showModelEditConfirm)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsListInfoBean |
CmsVfsService.addLockInfo(CmsObject cms,
CmsResource resource,
CmsListInfoBean resourceInfo)
Adds the lock state information to the resource info bean.
|
protected static CmsListInfoBean |
CmsVfsService.addPageInfo(CmsObject cms,
CmsResource resource,
CmsListInfoBean listInfo)
Gets page information of a resource and adds it to the given list info bean.
|
static CmsListInfoBean |
CmsVfsService.getPageInfo(CmsObject cms,
CmsResource res)
Gets page information of a resource.
|
CmsListInfoBean |
CmsVfsService.getPageInfo(CmsUUID structureId) |
CmsListInfoBean |
CmsVfsService.getPageInfo(java.lang.String vfsPath) |
static CmsListInfoBean |
CmsVfsService.getPageInfoWithLock(CmsObject cms,
CmsResource resource)
Returns a bean to display the
org.opencms.gwt.client.ui.CmsListItemWidget including the lock state. |
| Modifier and Type | Method and Description |
|---|---|
static CmsListInfoBean |
CmsVfsService.addLockInfo(CmsObject cms,
CmsResource resource,
CmsListInfoBean resourceInfo)
Adds the lock state information to the resource info bean.
|
protected static CmsListInfoBean |
CmsVfsService.addPageInfo(CmsObject cms,
CmsResource resource,
CmsListInfoBean listInfo)
Gets page information of a resource and adds it to the given list info bean.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CmsExternalLinkInfoBean
Provides information about an external link.
|
class |
CmsModelResourceInfo
Bean holding model resource information to be displayed in the model select dialog.
|
| Modifier and Type | Method and Description |
|---|---|
CmsListInfoBean |
CmsHistoryResourceCollection.getContentInfo()
Gets the information bean for the current resource version.
|
CmsListInfoBean |
CmsReplaceInfo.getFileInfo()
Returns the file info.
|
CmsListInfoBean |
CmsResourceStatusRelationBean.getInfoBean()
Gets the list info bean.
|
CmsListInfoBean |
CmsRenameInfoBean.getListInfo()
Gets the list info bean for the resource.
|
CmsListInfoBean |
CmsResourceStatusBean.getListInfo()
Gets the list info.
|
CmsListInfoBean |
CmsRestoreInfoBean.getListInfoBean()
Gets the bean containing the information for the file info box.
|
CmsListInfoBean |
CmsDeleteResourceBean.getPageInfo()
Returns the pageInfo.
|
CmsListInfoBean |
CmsLockReportInfo.getResourceInfo()
Returns the resourceInfo.
|
CmsListInfoBean |
CmsResourceCategoryInfo.getResourceInfo()
Returns the resource info bean.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsListInfoBean> |
CmsLockReportInfo.getLockedResourceInfos()
Returns the lockedResourceInfos.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsHistoryResourceCollection.setContentInfo(CmsListInfoBean contentInfo)
Sets the content information for the current version.
|
void |
CmsResourceStatusRelationBean.setInfoBean(CmsListInfoBean infoBean)
Sets the list info bean.
|
void |
CmsResourceStatusBean.setListInfo(CmsListInfoBean listInfo)
Sets the list info.
|
void |
CmsRestoreInfoBean.setListInfoBean(CmsListInfoBean listInfoBean)
Sets the list info bean for the resource.
|
void |
CmsDeleteResourceBean.setPageInfo(CmsListInfoBean pageInfo)
Sets the pageInfo.
|
| Constructor and Description |
|---|
CmsDeleteResourceBean(java.lang.String sitePath,
CmsListInfoBean pageInfo,
java.util.List<CmsBrokenLinkBean> brokenLinks)
Constructor.
|
CmsLockReportInfo(CmsListInfoBean resourceInfo,
java.util.List<CmsListInfoBean> lockedResourceInfos)
Constructor.
|
CmsRenameInfoBean(java.lang.String sitePath,
CmsUUID structureId,
CmsListInfoBean listInfo)
Creates a new instance.
|
CmsReplaceInfo(CmsListInfoBean fileInfo,
java.lang.String sitepath,
boolean isLockable,
long maxFileSize)
Constructor.
|
CmsResourceCategoryInfo(CmsUUID structureId,
CmsListInfoBean resourceInfo,
java.util.List<java.lang.String> currentCategories,
java.util.List<CmsCategoryTreeEntry> categoryTree)
Constructor.
|
CmsResourceStatusRelationBean(CmsListInfoBean infoBean,
java.lang.String link,
CmsUUID structureId,
CmsPermissionInfo permissionInfo)
Creates a new instance.
|
| Constructor and Description |
|---|
CmsLockReportInfo(CmsListInfoBean resourceInfo,
java.util.List<CmsListInfoBean> lockedResourceInfos)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
CmsListInfoBean |
CmsPropertiesBean.getPageInfo()
Gets the list info bean for the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsPropertiesBean.setPageInfo(CmsListInfoBean pageInfo)
Sets the page info.
|
| Modifier and Type | Method and Description |
|---|---|
CmsListInfoBean |
I_CmsVfsService.getPageInfo(CmsUUID structureId)
Returns a
CmsListInfoBean for a given resource. |
CmsListInfoBean |
I_CmsVfsService.getPageInfo(java.lang.String vfsPath)
Returns a
CmsListInfoBean for a given resource. |
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsVfsServiceAsync.getPageInfo(CmsUUID structureId,
com.google.gwt.user.client.rpc.AsyncCallback<CmsListInfoBean> callback)
Gets a
CmsListInfoBean for a given resource. |
void |
I_CmsVfsServiceAsync.getPageInfo(java.lang.String vfsPath,
com.google.gwt.user.client.rpc.AsyncCallback<CmsListInfoBean> callback)
Gets a
CmsListInfoBean for a given resource. |
| Modifier and Type | Method and Description |
|---|---|
CmsListInfoBean |
CmsAvailabilityInfoBean.getPageInfo()
Returns the pageInfo.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsAvailabilityInfoBean.setPageInfo(CmsListInfoBean pageInfo)
Sets the pageInfo.
|
| Constructor and Description |
|---|
CmsAvailabilityInfoBean(java.lang.String resType,
long datePubScheduled,
long dateReleased,
long dateExpired,
int notificationInterval,
boolean notificationEnabled,
boolean hasSiblings,
boolean modifySiblings,
java.util.Map<CmsPrincipalBean,java.lang.String> responsibles,
CmsListInfoBean pageInfo)
The public constructor.
|