Uses of Class
org.opencms.gwt.shared.CmsListInfoBean
Package
Description
Contains the shared container page editor classes.
Contains the shared client/server side gallery dialog classes.
Classes for the publish dialog which are used by both the client and the server.
Shared Client-Server side of the sitemap view.
Provides core support for GWT.
Core shared stuff.
Shared RPC interfaces.
Contains code for the availability dialog.
-
Uses of CmsListInfoBean in org.opencms.gwt
Modifier and TypeMethodDescriptionstatic CmsListInfoBean
CmsVfsService.addLockInfo
(CmsObject cms, CmsResource resource, CmsListInfoBean resourceInfo) Adds the lock state information to the resource info bean.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.CmsVfsService.getPageInfo
(String vfsPath) static CmsListInfoBean
CmsVfsService.getPageInfo
(CmsObject cms, CmsResource res) Gets page information of a resource.CmsVfsService.getPageInfo
(CmsUUID structureId) static CmsListInfoBean
CmsVfsService.getPageInfoWithLock
(CmsObject cms, CmsResource resource) Returns a bean to display theorg.opencms.gwt.client.ui.CmsListItemWidget
including the lock state.CmsVfsService.getUploadFolderInfo
(String path) Modifier and TypeMethodDescriptionstatic CmsListInfoBean
CmsVfsService.addLockInfo
(CmsObject cms, CmsResource resource, CmsListInfoBean resourceInfo) Adds the lock state information to the resource info bean.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. -
Uses of CmsListInfoBean in org.opencms.ui.dialogs.availability
Modifier and TypeMethodDescriptionvoid
CmsAvailabilityInfoBean.setPageInfo
(CmsListInfoBean pageInfo) Sets the pageInfo.ModifierConstructorDescriptionCmsAvailabilityInfoBean
(String resType, long datePubScheduled, long dateReleased, long dateExpired, int notificationInterval, boolean notificationEnabled, boolean hasSiblings, boolean modifySiblings, Map<CmsPrincipalBean, String> responsibles, CmsListInfoBean pageInfo) The public constructor.