Class CmsModuleApp.Icons

java.lang.Object
org.opencms.ui.apps.modules.CmsModuleApp.Icons
Enclosing class:
CmsModuleApp

public static class CmsModuleApp.Icons extends Object
Contains the icon constants for the module manager.

  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static com.vaadin.server.Resource
    Icon for the module manager app.
    static com.vaadin.server.Resource
    Icon for the 'import via http' button.
    static final com.vaadin.server.Resource
    Icon for the module list.
    static com.vaadin.server.Resource
    Icon for resource info boxes.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • APP

      public static com.vaadin.server.Resource APP
      Icon for the module manager app.
    • IMPORT

      public static com.vaadin.server.Resource IMPORT
      Icon for the 'import via http' button.
    • LIST_ICON

      public static final com.vaadin.server.Resource LIST_ICON
      Icon for the module list.
    • RESINFO_ICON

      public static com.vaadin.server.Resource RESINFO_ICON
      Icon for resource info boxes.
  • Constructor Details