Class CmsModuleApp.Icons

    • Field Summary

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

      Constructors 
      Constructor Description
      Icons()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • 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 Detail