public enum Icon extends Enum<Icon>
Enum Constant and Description |
---|
ANALYZE |
CLEAR |
CLOSE |
DEVMODE_OFF |
DEVMODE_ON |
DEVMODE_SUPER |
ERROR |
HIERARCHY |
HIGHLIGHT |
INFO |
LOG |
MAXIMIZE |
MENU |
MINIMIZE |
NETWORK |
OK |
OPTIMIZE |
PERSIST |
REMOVE |
RESET |
RESET_TIMER |
SCROLL_LOCK |
SEARCH |
SELECTOR |
SHOW_DESIGN |
TESTBENCH |
WARNING |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
String |
toString() |
static Icon |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Icon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Icon SEARCH
public static final Icon OK
public static final Icon REMOVE
public static final Icon CLOSE
public static final Icon CLEAR
public static final Icon RESET_TIMER
public static final Icon MINIMIZE
public static final Icon WARNING
public static final Icon INFO
public static final Icon ERROR
public static final Icon HIGHLIGHT
public static final Icon LOG
public static final Icon OPTIMIZE
public static final Icon HIERARCHY
public static final Icon SELECTOR
public static final Icon MENU
public static final Icon NETWORK
public static final Icon ANALYZE
public static final Icon SCROLL_LOCK
public static final Icon DEVMODE_OFF
public static final Icon DEVMODE_SUPER
public static final Icon DEVMODE_ON
public static final Icon MAXIMIZE
public static final Icon RESET
public static final Icon PERSIST
public static final Icon TESTBENCH
public static final Icon SHOW_DESIGN
public static Icon[] values()
for (Icon c : Icon.values()) System.out.println(c);
public static Icon valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getId()
Copyright © 2018 Vaadin Ltd. All rights reserved.