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 SummaryEnum ConstantsEnum 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 SummaryFields
- Method SummaryModifier and TypeMethodDescription- static IVSComponentState.StateReturns 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- ENABLEDEnabled state.
- PARENT_ENABLEDParent enabled state.
- READONLYRead-only state.
- PARENT_READONLYParent read-only state.
- VISIBLEVisibility state.
- PARENT_VISIBLEParent visibility state.
- SELECTEDSelected state.
- MESSAGEMessage state: this "State" is more the presence of or any kind of change of its text or category. The- onstate reflects the presence of a message or not.
- NULLABLENullable setting has changed.
- PATTERNPattern has changed. The- onstate reflects the presence of a pattern or not.
- CONTENT_PROVIDER_REFRESHContent provider needs refresh. The- onstate does not apply.- Note: The - atomis- nullfor this "state"!
- SELECTION_MODE_CHANGEDSelection mode is changed. The Designer might want to perform validation.
 
- Field Details- atomThe atom for the property.- Note: The - atomis- nullfor- CONTENT_PROVIDER_REFRESH- SELECTION_MODE_CHANGED
 
- Method Details- valuesReturns 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
 
- valueOfReturns 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 name
- NullPointerException- if the argument is null