Uses of Class
planetj.database.field.StringOrNumberField

Packages that use StringOrNumberField
planetj.database.connection   
planetj.database.field   
planetj.dataengine.test   
 

Uses of StringOrNumberField in planetj.database.connection
 

Subclasses of StringOrNumberField in planetj.database.connection
 class ConnectionStatusField
          Displays the status of a connection
 

Uses of StringOrNumberField in planetj.database.field
 

Subclasses of StringOrNumberField in planetj.database.field
 class AbstractBooleanField
           
 class Address1Field
           
 class Address2Field
           
 class BigDecimalField
           
 class BigDecimalNonNegativeField
          Same as a BigDecimalField except cannot hold a negative value and be valid.
 class BigIntegerField
           
 class CellNumberField
          Represents a CellNumber.
 class CityField
           
 class CreditCardExpirationMonthField
          Represents a Credit Card Expiration Month Creation date: (7/1/2002 11:19:44 PM)
 class CreditCardExpirationYearField
          Represents a Credit Card Expiration Year Creation date: (7/1/2002 11:19:44 PM)
 class CreditCardNumberField
          Represents a Credit Card Number Creation date: (7/1/2002 11:02:23 PM)
 class CreditCardTypeField
          Represents a Credit Card Type Examples: American Express, Discover, Visa, Master Card Creation date: (7/1/2002 11:03:55 PM)
 class CybraFormatField
           
 class DataEngineServletClassName
          Insert the type's description here.
 class DataLinkField
           
 class EmailField
          Creation date: (1/29/2002 4:58:09 PM)
 class FaxNumberField
          Represents a FaxNumber.
 class FDLibraryNameField
          Used to display a library name in FD Manager
 class FDNameField
          Insert the type's description here.
 class FieldClassName
          Insert the type's description here.
 class FirstNameField
          !!DA (7/21/2003 11:53:32 AM)
 class FlatFileReferenceField
          Insert the type's description here.
 class FormatterClassName
          Insert the type's description here.
 class GenderField
          This field will represent a sex or gender.
 class ImageURLReferenceField
          This Field acts as a wrapper for a reference to an image.
 class JavaClassNameField
          A field which holds the name of a Java class
 class JSPFileNameField
          A field which holds the name of a JSP file
 class LastNameField
          !!DA (7/21/2003 11:56:20 AM)
 class LowerCaseStringField
          A String field which converts everything to uppercase Creation date: (4/12/02 11:36:24 AM)
 class NumberField
           
 class NumericCurrencyField
          Represents numeric currency values only.
 class OperationClassName
           
 class PasswordField
          Creation date: (1/29/2002 4:58:01 PM)
 class PhoneNumberAreaCodeField
          Represents a PhoneNumberAreaCode.
 class PhoneNumberField
          Represents a PhoneNumber.
 class PossibleValueGetterClassName
          Insert the type's description here.
 class RegistrationModeField
           
 class RowClassName
           
 class RowCollectionClassName
          Insert the type's description here.
 class SocialSecurityNumberField
          Represents a Social Security Number.
 class StateField
           
 class StringField
           
 class TableField
          A field which contains a table
 class TFBooleanField
          This Field class should be used in a case where a Field's value is either T or F in the database.
 class TrackingNumberField
          This class is used to denote its value contains a tracking number for some shipping carrier.
 class UpperCaseStringField
          A String field which converts everything to uppercase Creation date: (4/12/02 11:36:24 AM)
 class URLReferenceField
          Wraps a field that is a url reference.
 class UserIdField
          This field has been enhanced to get the current user from its context.
 class YBlankBooleanField
          Insert the type's description here.
 class YearField
           
 class YNBooleanField
          Insert the type's description here.
 class ZipCodeField
          Represents a Zip Code Creation date: (5/10/2002 9:15:08 PM)
 class ZipCodeSuffixField
          Represents a Zip Code Suffix Creation date: (5/13/2002 5:39:54 PM)
 

Uses of StringOrNumberField in planetj.dataengine.test
 

Subclasses of StringOrNumberField in planetj.dataengine.test
 class TestFormatField
          Insert the type's description here.