|
com.im.ijc.widgets/1 5.9.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<SpecialWidgetValue>
com.im.ijc.widgets.common.SpecialWidgetValue
public enum SpecialWidgetValue
| Enum Constant Summary | |
|---|---|
EMPTY_SELECTION
BROWSE: Some data in vertex state, but empty selection |
|
MULTIPLE_QUERIES
QUERY: the field takes part in more expression, so usually cannot be visualised |
|
NO_DATA
BROWSE: No data in vertex state |
|
NOT_PART_OF_QUERY
QUERY: the field is not part of the expression term |
|
UNBOUND
QUERY/BROWSE: Field is unbound |
|
| Method Summary | |
|---|---|
String |
getDisplayName()
|
static SpecialWidgetValue |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SpecialWidgetValue[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SpecialWidgetValue UNBOUND
public static final SpecialWidgetValue NO_DATA
public static final SpecialWidgetValue EMPTY_SELECTION
public static final SpecialWidgetValue MULTIPLE_QUERIES
public static final SpecialWidgetValue NOT_PART_OF_QUERY
| Method Detail |
|---|
public static SpecialWidgetValue[] values()
for (SpecialWidgetValue c : SpecialWidgetValue.values()) System.out.println(c);
public static SpecialWidgetValue valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getDisplayName()
|
com.im.ijc.widgets/1 5.9.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||