Uses of Class
org.uberfire.ext.services.shared.preferences.UserPreferencesType
-
-
Uses of UserPreferencesType in org.uberfire.ext.services.shared.preferences
Fields in org.uberfire.ext.services.shared.preferences declared as UserPreferencesType Modifier and Type Field Description protected UserPreferencesTypeUserPreference. typeMethods in org.uberfire.ext.services.shared.preferences that return UserPreferencesType Modifier and Type Method Description UserPreferencesTypeUserPreference. getType()static UserPreferencesTypeUserPreferencesType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserPreferencesType[]UserPreferencesType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uberfire.ext.services.shared.preferences with parameters of type UserPreferencesType Modifier and Type Method Description UserPreferenceUserPreferencesService. loadUserPreferences(String key, UserPreferencesType type)voidUserPreference. setType(UserPreferencesType type)
-