Uses of Class
magi.toolkit.fields.MagiTextField

Packages that use MagiTextField
magi.toolkit.fields   
 

Uses of MagiTextField in magi.toolkit.fields
 

Subclasses of MagiTextField in magi.toolkit.fields
 class MagiAlphaField
          An Alphabetic text field component that masks user input to allow only alphabetic character input.
 class MagiDateField
          A date text field component that masks user input to allow only date specific character input, based on the chosen date format.
 class MagiFloatField
          A Floating Point text field component that masks user input to allow only numeric digit and decimal input.
 class MagiNumericField
          A Numeric text field component that masks user input to allow only numeric digit input.