Uses of Interface
wt.clients.beans.selectors.ComponentDelegate

Packages that use ComponentDelegate
wt.clients.beans   
wt.clients.beans.selectors   
 

Uses of ComponentDelegate in wt.clients.beans
 

Fields in wt.clients.beans declared as ComponentDelegate
protected  ComponentDelegate[] AttributesForm.componentSelectors
           
 

Uses of ComponentDelegate in wt.clients.beans.selectors
 

Classes in wt.clients.beans.selectors that implement ComponentDelegate
 class BooleanComponentDelegate
          Component delegate for Boolean attributes.
 class ComponentDelegateAdapter
          This is an adapter class which provides default implementations of many of the methods required for the ComponentDelegate interface.
 class DateTimeComponentDelegate
          Component delegate for java.sql.Timestamp attributes.
 class DecimalComponentDelegate
          Component delegate for float or double attributes.
 class EnumeratedTypeComponentDelegate
          Component delegate for wt.fc.EnumeratedType attributes.
 class IntegerComponentDelegate
          Component delegate for Integer attributes.
 class LifeCycleComponentDelegate
          Component delegate for wt.lifecycle.LifeCycleState attributes.
 class LocationComponentDelegate
          Component delegate for wt.folder.FolderInfo attributes.
 class PrincipalComponentDelegate
          Component delegate for wt.org.WTPrincipalReference attributes.
 class ProjectComponentDelegate
          Component delegate for wt.project.ProjectReference attributes.
 class QuantityComponentDelegate
          Component delegate for wt.part.Quantity attributes.
 class SQLDateComponentDelegate
           
 class SQLTimestampComponentDelegate
           
 class StringComponentDelegate
          Component delegate for String attributes.
 class TeamTemplatesComponentDelegate
          Component delegate for wt.team.TeamTemplateReference attributes.
 class UtilDateComponentDelegate
           
 class ViewComponentDelegate
          Component delegate for wt.vc.views.ViewReference attributes.
 

Methods in wt.clients.beans.selectors that return ComponentDelegate
 ComponentDelegate ComponentDelegateFactory.getDelegate(PropertyDescriptor p, ComponentContext c)