WebObjects 5.2.3

Uses of Class
com.webobjects.directtoweb.D2WStatelessComponent

Packages that use D2WStatelessComponent
com.webobjects.directtoweb Provides the framework for rapid development of HTML-based WebObjects applications. 
 

Uses of D2WStatelessComponent in com.webobjects.directtoweb
 

Subclasses of D2WStatelessComponent in com.webobjects.directtoweb
 class D2WDisplayBoolean
          The D2WDisplayBoolean class is a property-level component that displays a boolean stored as a number on the server.
 class D2WDisplayDate
          The D2WDisplayDate class is a property-level component that displays a date with an optional formatter.
 class D2WDisplayHyperlink
          The D2WDisplayDate class is a property-level component that displays a hyperlink.
 class D2WDisplayImage
          The D2WDisplayImage class is a property-level component that displays an image served from the database.
 class D2WDisplayImageFromPath
          The D2WDisplayImageFromPath class is a property-level component that displays an image whose name is stored in the attribute.
 class D2WDisplayLargeString
          The D2WDisplayLargeString class is a property-level component that displays a string in a multi-line text field.
 class D2WDisplayMailTo
          This property-level component displays an e-mail address within a hyperlink.
 class D2WDisplayNumber
          This property-level component displays a number with an optional formatter.
 class D2WDisplayString
          This property-level component displays the attribute as a string.
 class D2WDisplayStyledDate
          This property-level component displays a date with an optional formatter.
 class D2WDisplayStyledNumber
          This property-level component displays a number with an optional formatter.
 class D2WDisplayStyledString
          This property-level component displays the attribute as a string.
 class D2WDisplayThresholdColoredNumber
          This property-level component displays a number with an optional formatter.
 class D2WDisplayToManyFault
          This property-level component displays a hyperlink representing a to-many relationship.
 class D2WDisplayToOne
          This property-level component displays a hyperlink representing a to-one relationship.
 class D2WDisplayToOneFault
          This property-level component displays a hyperlink representing a to-one relationship.
 class D2WEditBoolean
          This property-level component allows the user to edit a boolean stored as a number on the server.
 class D2WEditDate
          This property-level component provides a text field for the user to enter a date.
 class D2WEditLargeString
          This property-level component provides a multi-line text field for the user to enter a string.
 class D2WEditNumber
          D2WEditNumber is a property-level component that provides a text field for the user to enter a number.
 class D2WEditString
          D2WEditString is a property-level component that provides a text field for the user to enter a string.
 class D2WEditToOneFault
           
 class D2WEditUneditable
          D2WEditUneditable is a property-level component that displays a message stating that the property cannot be edited by the user.
 class D2WQueryAnyField
          This property-level component builds a query based on the destination objects of a relationship.
 class D2WQueryBoolean
          This property-level component builds a query based on a boolean attribute which is stored as a number on the server.
 class D2WQueryDateOperator
          This property-level component builds a date query based on a date and an operator (for example, equal to).
 class D2WQueryDateRange
          This property-level component builds a date query based on the range between two dates.
 class D2WQueryNumberOperator
          This property-level component builds a number query based on a value and an operator (for example, equal to).
 class D2WQueryNumberRange
          This property-level component builds a number query based on the range between two numbers.
 class D2WQueryRangeComponent
          This class is used internally by other classes in WebObjects and should be considered private.
 class D2WQueryRelationship
          This class is used internally by other classes in WebObjects and should be considered private.
 class D2WQueryStringComponent
          This property-level component builds a query based on a string using WODisplayGroup's default values for stringMatchFormat (#@*) and stringMatchOperator (caseInsensitiveLike).
 class D2WQueryStringOperator
          This property-level component builds a query based on a string and an operator (for example, "starts with" and "contains").
 class D2WQueryToManyField
          This property-level component builds a query based on the value for a particular key of a destination object of a to-many relationship.
 class D2WQueryToManyRelationship
          The D2WQueryToManyRelationship class is a property-level component that builds a query based on the value for a particular key of a destination object of a to-many relationship.
 class D2WQueryToOneField
          The D2WQueryToOneField class is a property-level component that builds a query based on the value for a particular key of a destination object of a to-one relationship.
 class D2WQueryToOneRelationship
          The D2WQueryToOneRelationship class is a property-level component that builds a query based on the value for a particular key of a destination object of a to-one relationship.
 class D2WQueryUnavailable
          The D2WQueryUnavailable class is a property-level component that displays a message stating that a query cannot be built based on this property.
 class EditComponent
          This class is used internally by other classes in WebObjects and should be considered private.
 class QueryComponent
          This class is used internally by other classes in WebObjects and should be considered private.
 class QueryOperatorComponent
          This class is used internally by other classes in WebObjects and should be considered private.
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.