public static enum IVSComponentState.State extends Enum<IVSComponentState.State>
Enum Constant and Description |
---|
CONTENT_PROVIDER_REFRESH
Content provider needs refresh.
|
ENABLED
Enabled state.
|
MESSAGE
Message state: this "State" is more the presence of or any kind of change of its text or category.
|
NULLABLE
Nullable setting has changed.
|
PARENT_ENABLED
Parent enabled state.
|
PARENT_READONLY
Parent read-only state.
|
PARENT_VISIBLE
Parent visibility state.
|
PATTERN
Pattern has changed.
|
READONLY
Read-only state.
|
SELECTED
Selected state.
|
SELECTION_MODE_CHANGED
Selection mode is changed.
|
VISIBLE
Visibility state.
|
Modifier and Type | Method and Description |
---|---|
static IVSComponentState.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IVSComponentState.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IVSComponentState.State ENABLED
public static final IVSComponentState.State PARENT_ENABLED
public static final IVSComponentState.State READONLY
public static final IVSComponentState.State PARENT_READONLY
public static final IVSComponentState.State VISIBLE
public static final IVSComponentState.State PARENT_VISIBLE
public static final IVSComponentState.State SELECTED
public static final IVSComponentState.State MESSAGE
on
state reflects the presence of a message or not.public static final IVSComponentState.State NULLABLE
public static final IVSComponentState.State PATTERN
on
state reflects the presence of a pattern or not.public static final IVSComponentState.State CONTENT_PROVIDER_REFRESH
on
state does not apply.
Note: The atom
is null
for this "state"!
public static final IVSComponentState.State SELECTION_MODE_CHANGED
public final Atom atom
Note: The atom
is null
for
and CONTENT_PROVIDER_REFRESH
!SELECTION_MODE_CHANGED
public static IVSComponentState.State[] values()
for (IVSComponentState.State c : IVSComponentState.State.values()) System.out.println(c);
public static IVSComponentState.State 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 nulliizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.