Package org.opencms.gwt.shared
Interface I_CmsHasIconClasses
- All Known Implementing Classes:
CmsCategoryBean
,CmsCategoryTreeEntry
,CmsContainerElement
,CmsContainerElementData
,CmsExternalLinkInfoBean
,CmsGalleryFolderBean
,CmsGalleryTreeEntry
,CmsGalleryType
,CmsGroupContainer
,CmsIconBean
,CmsImageInfoBean
,CmsListInfoBean
,CmsModelResourceInfo
,CmsNewResourceInfo
,CmsPublishResource
,CmsResourceInfoBean
,CmsResourceListInfo
,CmsResourceTypeBean
,CmsResultItemBean
,CmsSitemapEntryBean
,CmsVfsEntryBean
public interface I_CmsHasIconClasses
Interface for elements with icons.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the big icon CSS classes.Returns the small icon CSS classes.
-
Method Details
-
getBigIconClasses
Returns the big icon CSS classes.- Returns:
- the big icon CSS classes
-
getSmallIconClasses
Returns the small icon CSS classes.- Returns:
- the small icon CSS classes
-