Uses of Interface
org.equanda.validation.Choice

Packages that use Choice
org.equanda.validation   
 

Uses of Choice in org.equanda.validation
 

Subinterfaces of Choice in org.equanda.validation
 interface EnumerableChoice
          Subinterface of Choice, introducing functions getAllowedValues, getAllowedNames If a validator class implements EnumerableChoice, these functions are used by the gui to produce a select widget for the respective field
 

Classes in org.equanda.validation that implement Choice
 class ChoiceAdapter
          Adapter class for Choice validation, extend and overwrite according to the correct type.
 class DisplayPreferences
          Choice class which contains preferences (display, hide) for fields, tables used in equandaTablePreference.table and equandaFieldPreference.table in Useradmin
 class EditableRights
          Choice class which contains rights (view, edit, or none) for fields, tables, groups, other items used in equandaRightEditable.table in Useradmin
 class EnumerableChoiceAdapter
          Adapter class for EnumerableChoice validation
 class ISOCountry2Letter
          Choice class which only accepts valid 2 letter country codes (according to ISO-3166, 2003-07-25)
 class ISOCountry3Letter
          Choice class which only accepts valid 2 letter country codes (according to ISO-3166, 2003-07-25)
 class ISOCountryCode
          Choice class which only accepts valid 2 letter country codes (according to ISO-3166, 2003-07-25)
 class ISOLanguage2Letter
          Choice class which only accepts valid 2 letter language codes (according to ISO ISO 639-1)
 class RunnableRights
          Choice class which contains rights (run or not) for actions, selects, other items used in equandaRightRunnable.table in Useradmin
 



Copyright © 2007-2009. All Rights Reserved.