net.incongru.berkano.app
Interface PreferenceInfo

All Known Implementing Classes:
SimplePreferenceInfo

public interface PreferenceInfo

A user preference. todo: - Should be typed. Each application can have multiple user preferences. This class stores the user's actual preferences. Another object should take care of defining the application's possible preferences, and defining user permissions for each of these.

Version:
$Revision: 1.1 $
Author:
greg, $Author: gj $ (last edit)

Method Summary
 java.util.Map getAllowedValues()
          A Map of &lgt;actualValue, displayableValue translation key> for values allowed/proposed for this preference setting.
 java.lang.String getKeyName()
           
 PreferenceWidget getPreferenceWidget()
           
 

Method Detail

getKeyName

java.lang.String getKeyName()

getAllowedValues

java.util.Map getAllowedValues()
A Map of &lgt;actualValue, displayableValue translation key> for values allowed/proposed for this preference setting. An empty or null Map means any value is allowed.


getPreferenceWidget

PreferenceWidget getPreferenceWidget()


Copyright © 2004-2007. All Rights Reserved.