Interface Icons

  • All Known Implementing Classes:
    Resources

    public interface Icons
    Collection of common icons
    • Field Detail

      • CHECK

        static final String CHECK
      • DISABLED

        static final String DISABLED
      • DISCONNECTED

        static final String DISCONNECTED
      • ERROR

        static final String ERROR
      • INFO

        static final String INFO
      • LOCK

        static final String LOCK
      • NOT

        static final String NOT
      • PAUSED

        static final String PAUSED
      • PENDING

        static final String PENDING
      • STOPPED

        static final String STOPPED
      • WARNING

        static final String WARNING
      • UNKNOWN

        static final String UNKNOWN
    • Method Detail

      • flag

        static String flag​(boolean value)
      • disabled

        static elemental2.dom.HTMLElement disabled()
      • disconnected

        static elemental2.dom.HTMLElement disconnected()
      • error

        static elemental2.dom.HTMLElement error()
      • info

        static elemental2.dom.HTMLElement info()
      • lock

        static elemental2.dom.HTMLElement lock()
      • ok

        static elemental2.dom.HTMLElement ok()
      • paused

        static elemental2.dom.HTMLElement paused()
      • pending

        static elemental2.dom.HTMLElement pending()
      • stopped

        static elemental2.dom.HTMLElement stopped()
      • warning

        static elemental2.dom.HTMLElement warning()
      • unknown

        static elemental2.dom.HTMLElement unknown()
      • custom

        static elemental2.dom.HTMLElement custom​(String css)