Package com.iizix.prop.vs
Enum Class IVSComponentState.State
- All Implemented Interfaces:
Serializable
,Comparable<IVSComponentState.State>
,Constable
- Enclosing interface:
IVSComponentState
Enum of field states that are notified as changes.
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Enum Constant Summary
Enum ConstantDescriptionContent provider needs refresh.Enabled state.Message state: this "State" is more the presence of or any kind of change of its text or category.Nullable setting has changed.Parent enabled state.Parent read-only state.Parent visibility state.Pattern has changed.Read-only state.Selected state.Selection mode is changed.Visibility state.Field Summary
Method Summary
Modifier and TypeMethodDescriptionstatic IVSComponentState.State
Returns the enum constant of this class with the specified name.static IVSComponentState.State[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
Enum Constant Details
ENABLED
Enabled state.PARENT_ENABLED
Parent enabled state.READONLY
Read-only state.PARENT_READONLY
Parent read-only state.VISIBLE
Visibility state.PARENT_VISIBLE
Parent visibility state.SELECTED
Selected state.MESSAGE
Message state: this "State" is more the presence of or any kind of change of its text or category. Theon
state reflects the presence of a message or not.NULLABLE
Nullable setting has changed.PATTERN
Pattern has changed. Theon
state reflects the presence of a pattern or not.CONTENT_PROVIDER_REFRESH
Content provider needs refresh. Theon
state does not apply.Note: The
atom
isnull
for this "state"!SELECTION_MODE_CHANGED
Selection mode is changed. The Designer might want to perform validation.
Field Details
atom
The atom for the property.Note: The
atom
isnull
for
andCONTENT_PROVIDER_REFRESH
!SELECTION_MODE_CHANGED
Method Details
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null