| Package | Description |
|---|---|
| org.opencms.ui.components |
Contains some reusable GUI components for Vaadin UI
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
CmsResourceIcon.getIconHTML(CmsResourceUtil resUtil,
CmsResourceState state,
boolean showLocks)
Returns the icon HTML.
|
static java.lang.String |
CmsResourceIcon.getTreeCaptionHTML(java.lang.String resourceName,
CmsResourceUtil resUtil,
CmsResourceState state,
boolean showLocks)
Returns the tree caption HTML including the resource icon.
|
void |
CmsResourceIcon.initContent(CmsResourceUtil resUtil,
CmsResourceState state,
boolean showLocks,
boolean showDetailIcon)
Initializes the content.
|
void |
CmsResourceIcon.initContent(CmsResourceUtil resUtil,
com.vaadin.server.Resource iconResource,
CmsResourceState state,
boolean showLocks,
boolean showDetailIcon)
Initializes the content.
|
| Constructor and Description |
|---|
CmsResourceIcon(CmsResourceUtil resUtil,
CmsResourceState state,
boolean showLocks)
Constructor.
|