Uses of Class
ca.cgjennings.apps.arkham.component.design.SupportPreferences.FeedbackLevel
-
Packages that use SupportPreferences.FeedbackLevel Package Description ca.cgjennings.apps.arkham.component.design -
-
Uses of SupportPreferences.FeedbackLevel in ca.cgjennings.apps.arkham.component.design
Methods in ca.cgjennings.apps.arkham.component.design that return SupportPreferences.FeedbackLevel Modifier and Type Method Description static SupportPreferences.FeedbackLevel
SupportPreferences. getValidationFeedbackLevel()
Returns the level of feedback that the user has requested when a component is considered invalid.static SupportPreferences.FeedbackLevel
SupportPreferences.FeedbackLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SupportPreferences.FeedbackLevel[]
SupportPreferences.FeedbackLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-