|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.gwt.shared.CmsIconUtil
org.opencms.gwt.CmsIconUtil
public final class CmsIconUtil
Utility class to generate the resource icon CSS.
| Nested Class Summary | |
|---|---|
static class |
CmsIconUtil.CssBuilder
Inner helper class for building the CSS rules. |
| Field Summary | |
|---|---|
static java.lang.String |
NOT_FOUND_ICON_BIG
The big resource not found icon name. |
static java.lang.String |
NOT_FOUND_ICON_SMALL
The small resource not found icon name. |
| Fields inherited from class org.opencms.gwt.shared.CmsIconUtil |
|---|
SMALL_SUFFIX, TYPE_ICON_CLASS, TYPE_RESOURCE_NOT_FOUND |
| Method Summary | |
|---|---|
static java.lang.String |
buildResourceIconCss()
Builds the CSS for all resource types. |
void |
cmsEvent(CmsEvent event)
Acknowledge the occurrence of the specified event, implement this method to check for CmsEvents in your class. |
| Methods inherited from class org.opencms.gwt.shared.CmsIconUtil |
|---|
getFileTypeIconClass, getResourceIconClasses, getResourceIconClasses, getResourceSubTypeIconClass, getResourceTypeIconClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String NOT_FOUND_ICON_BIG
public static final java.lang.String NOT_FOUND_ICON_SMALL
| Method Detail |
|---|
public static java.lang.String buildResourceIconCss()
public void cmsEvent(CmsEvent event)
I_CmsEventListener
cmsEvent in interface I_CmsEventListenerevent - CmsEvent that has occurredI_CmsEventListener.cmsEvent(org.opencms.main.CmsEvent)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||