Uses of Enum Class
com.levigo.jadice.web.client.rendercontrols.SettingsNames
Packages that use SettingsNames
-
Uses of SettingsNames in com.levigo.jadice.web.client.rendercontrols
Methods in com.levigo.jadice.web.client.rendercontrols that return SettingsNamesModifier and TypeMethodDescriptionstatic SettingsNames
Returns the enum constant of this class with the specified name.static SettingsNames[]
SettingsNames.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.levigo.jadice.web.client.rendercontrols with parameters of type SettingsNamesModifier and TypeMethodDescriptionboolean
ControlsKitFilter.allows
(SettingsNames settingsName) Checks if a setting should be included in the serialized output.boolean
ControlsKitWhiteListFilter.allows
(SettingsNames settingsName) boolean
DefaultControlsKitFilter.allows
(SettingsNames settingsName) ControlsKitWhiteListFilter.FilterBuilder.allowSetting
(SettingsNames settingsName) add aSettingsNames
to the whitelist.