Package wt.preference
package wt.preference
-
ClassDescription
Supported API: true
Extendable: falseCreates and persists preference objects based on input from a comma seperated value (csv) file.PreferenceValueHandlerextension to supportMultiValuedPreferenceInstanceobject.MultiValuedPreferenceInstance is a holder for multiple vales for a PreferenceInstance.The PreferenceCategory is an object used for grouping preferences to together.
Supported API: true
Extendable: falseThe PreferenceClient is an object used to represent the various clients that could be using preferences (e.g.The PreferenceDefinition is the object that contains all of the static information about a preference.Provides access to thePreferenceService2Application Programming Interface (API) via the static referencePreferenceHelper.serviceand several helper methods.The PreferenceInstance object is the "instantiation" of a PreferenceDefinition, its main task is to store a user defined value of the preference.Interface specifying methods needed to provide client accessible server-side functionality for managing preferences.Interface specifying behavior needed for processing the preference values.