Package org.jboss.hal.resources
Interface Icons
-
- All Known Implementing Classes:
Resources
public interface IconsCollection of common icons
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHECKstatic StringDISABLEDstatic StringDISCONNECTEDstatic StringERRORstatic StringINFOstatic StringLOCKstatic StringNOTstatic StringOKstatic StringPAUSEDstatic StringPENDINGstatic StringSTOPPEDstatic StringUNKNOWNstatic StringWARNING
-
Method Summary
Static Methods Modifier and Type Method Description static elemental2.dom.HTMLElementcustom(String css)static elemental2.dom.HTMLElementdisabled()static elemental2.dom.HTMLElementdisconnected()static elemental2.dom.HTMLElementerror()static Stringflag(boolean value)static elemental2.dom.HTMLElementinfo()static elemental2.dom.HTMLElementlock()static elemental2.dom.HTMLElementok()static elemental2.dom.HTMLElementpaused()static elemental2.dom.HTMLElementpending()static elemental2.dom.HTMLElementstopped()static elemental2.dom.HTMLElementunknown()static elemental2.dom.HTMLElementwarning()
-
-
-
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
-
OK
static final String OK
-
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)
-
-