Uses of Interface
nl.coderight.jazz.form.validation.Validation

Packages that use Validation
nl.coderight.jazz.form.control   
nl.coderight.jazz.form.field   
nl.coderight.jazz.form.field.input   
nl.coderight.jazz.form.field.lookup   
nl.coderight.jazz.form.field.validatable   
 

Uses of Validation in nl.coderight.jazz.form.control
 

Classes in nl.coderight.jazz.form.control that implement Validation
 class CalendarControl
          Displays a combo that shows a date with a CalendarField as popup.
 

Uses of Validation in nl.coderight.jazz.form.field
 

Classes in nl.coderight.jazz.form.field that implement Validation
 class ComboField<V>
          Implementation of a JComboBox.
 class MemoField
          Implementation of a JTextArea.
 class NumberField<V extends Number>
          Provides an input field for numbers.
 class PasswordField
          Implementation of a JPasswordField.
 class SearchField
          Implementation of a Mac like search field.
 class TextField
          Provides an input field for text.
 

Uses of Validation in nl.coderight.jazz.form.field.input
 

Classes in nl.coderight.jazz.form.field.input that implement Validation
 class InputField<V>
          Implementation of a JFormattedTextField.
 

Uses of Validation in nl.coderight.jazz.form.field.lookup
 

Classes in nl.coderight.jazz.form.field.lookup that implement Validation
 class LookupComboField<V>
          LookupComboField (auto completion)
 class LookupField<V>
          Base class for lookup fields (auto-complete).
 class LookupTextField<V>
          TextLookupField (auto completion)
 

Uses of Validation in nl.coderight.jazz.form.field.validatable
 

Classes in nl.coderight.jazz.form.field.validatable that implement Validation
 class ValidatableField<V>
          Base class for validatable fields.
 



Copyright 2010 CodeRight, All rights reserved.