| Package | Description |
|---|---|
| org.opencms.ui.components |
Contains some reusable GUI components for Vaadin UI
|
| Modifier and Type | Method and Description |
|---|---|
static CmsResourceIcon.IconMode |
CmsResourceIcon.IconMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsResourceIcon.IconMode[] |
CmsResourceIcon.IconMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.vaadin.server.Resource |
CmsResourceIcon.getSitemapResourceIcon(CmsObject cms,
CmsResource resource,
CmsResourceIcon.IconMode iconMode)
Gets the resource icon for a resource for use in a CmsResourceInfo widget when used in a sitemap context.
|