T - The preference bean type implementing the interface.public interface BasePreferenceBean<T> extends BasePreference<T>
| Modifier and Type | Method and Description |
|---|---|
void |
saveDefaultValue()
Saves the default preference value.
|
void |
saveDefaultValue(Command successCallback,
ParameterizedCommand<Throwable> errorCallback)
Saves the preference content recursively through its properties.
|
void |
saveDefaultValue(ParameterizedCommand<Throwable> errorCallback)
Saves the preference content recursively through its properties.
|
void saveDefaultValue()
void saveDefaultValue(ParameterizedCommand<Throwable> errorCallback)
errorCallback - Error callback that returns the exception that occurred (if any).void saveDefaultValue(Command successCallback, ParameterizedCommand<Throwable> errorCallback)
successCallback - Success callback that indicates that the preference was saved.errorCallback - Error callback that returns the exception that occurred (if any).Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.