Uses of Interface
org.trails.descriptor.IPropertyDescriptor

Packages that use IPropertyDescriptor
org.trails.component   
org.trails.component.blob   
org.trails.descriptor   
org.trails.descriptor.annotation   
org.trails.finder   
org.trails.page   
org.trails.validation   
 

Uses of IPropertyDescriptor in org.trails.component
 

Fields in org.trails.component declared as IPropertyDescriptor
protected  IPropertyDescriptor TrailsTableColumn.propertyDescriptor
           
 

Methods in org.trails.component that return IPropertyDescriptor
abstract  IPropertyDescriptor PropertyEditor.getDescriptor()
           
abstract  IPropertyDescriptor EmbeddedEditor.getDescriptor()
           
abstract  IPropertyDescriptor Identifier.getDescriptor()
           
 IPropertyDescriptor SimplePropertyEditor.getDescriptor()
           
protected  IPropertyDescriptor ObjectTable.getFirstDisplayableProperty()
          Returns the first displayable property.
protected  IPropertyDescriptor ObjectTable.getIdentifierPropertyDescriptor()
           
abstract  IPropertyDescriptor RenderProperties.getProperty()
          It's used as the @For component "value" parameter.
abstract  IPropertyDescriptor AbstractPropertySelection.getPropertyDescriptor()
           
 IPropertyDescriptor TrailsTableColumn.getPropertyDescriptor()
           
 

Methods in org.trails.component that return types with arguments of type IPropertyDescriptor
 java.util.List<IPropertyDescriptor> ClassDescriptorComponent.getPropertyDescriptors()
           
 

Methods in org.trails.component with parameters of type IPropertyDescriptor
protected  void ObjectTable.alterTableColumn(IPropertyDescriptor descriptor, TrailsTableColumn tableColumn)
          Hook method to allow subclasses to modify the tableColumn,
abstract  void AbstractPropertySelection.setPropertyDescriptor(IPropertyDescriptor PropertyDescriptor)
           
protected  boolean ObjectTable.shouldDisplay(IPropertyDescriptor descriptor)
           
protected  boolean ClassDescriptorComponent.shouldDisplay(IPropertyDescriptor descriptor)
          Hook method to allow subclasses to modify when an IPropertyDescriptor should be displayed.
 

Constructors in org.trails.component with parameters of type IPropertyDescriptor
TrailsTableColumn(IPropertyDescriptor propertyDescriptor, org.apache.tapestry.services.ExpressionEvaluator evaluator)
           
 

Uses of IPropertyDescriptor in org.trails.component.blob
 

Methods in org.trails.component.blob that return IPropertyDescriptor
abstract  IPropertyDescriptor BlobComponent.getDescriptor()
           
abstract  IPropertyDescriptor TrailsDownload.getPropertyDescriptor()
           
 IPropertyDescriptor TrailsBlobAsset.getPropertyDescriptor()
           
abstract  IPropertyDescriptor TrailsUpload.getPropertyDescriptor()
           
 

Methods in org.trails.component.blob with parameters of type IPropertyDescriptor
 void IFilePersister.delete(IPropertyDescriptor propertyDescriptor, java.lang.Object model)
           
 void DefaultFilePersister.delete(IPropertyDescriptor propertyDescriptor, java.lang.Object model)
           
 org.apache.tapestry.IAsset IFilePersister.getAsset(IPropertyDescriptor propertyDescriptor, java.lang.Object model)
           
 org.apache.tapestry.IAsset DefaultFilePersister.getAsset(IPropertyDescriptor propertyDescriptor, java.lang.Object model)
           
 java.lang.String IFilePersister.getContentType(IPropertyDescriptor propertyDescriptor, java.lang.Object model)
           
 java.lang.String DefaultFilePersister.getContentType(IPropertyDescriptor propertyDescriptor, java.lang.Object model)
           
 byte[] IFilePersister.getData(IPropertyDescriptor propertyDescriptor, java.lang.Object model)
           
 byte[] DefaultFilePersister.getData(IPropertyDescriptor propertyDescriptor, java.lang.Object model)
           
 java.lang.String IFilePersister.getFileName(IPropertyDescriptor propertyDescriptor, java.lang.Object model)
           
 java.lang.String DefaultFilePersister.getFileName(IPropertyDescriptor propertyDescriptor, java.lang.Object model)
           
abstract  void BlobComponent.setDescriptor(IPropertyDescriptor descriptor)
           
 void IFilePersister.store(IPropertyDescriptor propertyDescriptor, java.lang.Object model, org.apache.tapestry.request.IUploadFile file)
           
 void DefaultFilePersister.store(IPropertyDescriptor propertyDescriptor, java.lang.Object model, org.apache.tapestry.request.IUploadFile file)
           
 

Constructors in org.trails.component.blob with parameters of type IPropertyDescriptor
TrailsBlobAsset(BlobDownloadService chartService, IPropertyDescriptor propertyDescriptor, java.io.Serializable id)
           
 

Uses of IPropertyDescriptor in org.trails.descriptor
 

Subinterfaces of IPropertyDescriptor in org.trails.descriptor
 interface IIdentifierDescriptor
           
 

Classes in org.trails.descriptor that implement IPropertyDescriptor
 class CollectionDescriptor
           
 class EmbeddedDescriptor
           
 class IdentifierDescriptor
           
 class ObjectReferenceDescriptor
          This class represents a to-one association and is created by HibernateDescriptorDecorator
 class TrailsPropertyDescriptor
           
 

Methods in org.trails.descriptor that return IPropertyDescriptor
 IPropertyDescriptor IClassDescriptor.getIdentifierDescriptor()
           
 IPropertyDescriptor TrailsClassDescriptor.getIdentifierDescriptor()
           
 IPropertyDescriptor IClassDescriptor.getPropertyDescriptor(java.lang.String name)
           
 IPropertyDescriptor TrailsClassDescriptor.getPropertyDescriptor(java.lang.String name)
           
 

Methods in org.trails.descriptor that return types with arguments of type IPropertyDescriptor
protected  java.util.ArrayList<IPropertyDescriptor> ReflectionDescriptorFactory.buildPropertyDescriptors(java.lang.Class beanType, java.beans.BeanInfo beanInfo, IClassDescriptor parentClassDescriptor)
          Build the set of property descriptors for this type
 java.util.List<IPropertyDescriptor> IClassDescriptor.getPropertyDescriptors()
           
 java.util.List<IPropertyDescriptor> TrailsClassDescriptor.getPropertyDescriptors()
           
 java.util.List<IPropertyDescriptor> IClassDescriptor.getPropertyDescriptors(java.util.List<java.lang.String> propertyNames)
           
 java.util.List<IPropertyDescriptor> TrailsClassDescriptor.getPropertyDescriptors(java.util.List<java.lang.String> properties)
           
 

Method parameters in org.trails.descriptor with type arguments of type IPropertyDescriptor
 void IClassDescriptor.setPropertyDescriptors(java.util.List<IPropertyDescriptor> propertyDescriptors)
           
 void TrailsClassDescriptor.setPropertyDescriptors(java.util.List<IPropertyDescriptor> propertyDescriptors)
           
 

Constructors in org.trails.descriptor with parameters of type IPropertyDescriptor
CollectionDescriptor(java.lang.Class beanType, IPropertyDescriptor descriptor)
           
IdentifierDescriptor(java.lang.Class beanType, IPropertyDescriptor descriptor)
           
ObjectReferenceDescriptor(java.lang.Class beanType, IPropertyDescriptor descriptor, java.lang.Class actualType)
           
TrailsPropertyDescriptor(java.lang.Class beanType, IPropertyDescriptor descriptor)
          It's kinda like an old-skool C++ copy constructor
 

Uses of IPropertyDescriptor in org.trails.descriptor.annotation
 

Methods in org.trails.descriptor.annotation that return IPropertyDescriptor
 IPropertyDescriptor BlobDescriptorAnnotationHandler.decorateFromAnnotation(BlobDescriptor propertyDescriptorAnno, IPropertyDescriptor descriptor)
           
 IPropertyDescriptor InitialValueAnnotationHandler.decorateFromAnnotation(InitialValue annotation, IPropertyDescriptor descriptor)
          Creates a InitialValueDescriptorExtension and adds it to the property descriptor.
 IPropertyDescriptor PossibleValuesAnnotationHandler.decorateFromAnnotation(PossibleValues annotation, IPropertyDescriptor descriptor)
          Creates a PossibleValuesDescriptorExtension and adds it to the property descriptor.
 IPropertyDescriptor PropertyDescriptorAnnotationHandler.decorateFromAnnotation(PropertyDescriptor propertyDescriptorAnno, IPropertyDescriptor descriptor)
           
protected  IPropertyDescriptor AnnotationDecorator.decoratePropertyDescriptor(IPropertyDescriptor propertyDescriptor)
           
 

Methods in org.trails.descriptor.annotation with parameters of type IPropertyDescriptor
 IPropertyDescriptor BlobDescriptorAnnotationHandler.decorateFromAnnotation(BlobDescriptor propertyDescriptorAnno, IPropertyDescriptor descriptor)
           
 IPropertyDescriptor InitialValueAnnotationHandler.decorateFromAnnotation(InitialValue annotation, IPropertyDescriptor descriptor)
          Creates a InitialValueDescriptorExtension and adds it to the property descriptor.
 IPropertyDescriptor PossibleValuesAnnotationHandler.decorateFromAnnotation(PossibleValues annotation, IPropertyDescriptor descriptor)
          Creates a PossibleValuesDescriptorExtension and adds it to the property descriptor.
 IPropertyDescriptor PropertyDescriptorAnnotationHandler.decorateFromAnnotation(PropertyDescriptor propertyDescriptorAnno, IPropertyDescriptor descriptor)
           
protected  IPropertyDescriptor AnnotationDecorator.decoratePropertyDescriptor(IPropertyDescriptor propertyDescriptor)
           
 

Uses of IPropertyDescriptor in org.trails.finder
 

Methods in org.trails.finder with parameters of type IPropertyDescriptor
 org.apache.tapestry.components.Block EditorBlockFinder.findBlock(org.apache.tapestry.IRequestCycle cycle, IPropertyDescriptor descriptor)
           
 org.apache.tapestry.components.Block BaseBlockFinder.findBlock(org.apache.tapestry.IRequestCycle cycle, IPropertyDescriptor descriptor)
           
 org.apache.tapestry.components.Block BlockFinder.findBlock(org.apache.tapestry.IRequestCycle cycle, IPropertyDescriptor descriptor)
          Return the block for the specified property
 org.apache.tapestry.util.ComponentAddress BaseBlockFinder.findBlockAddress(IPropertyDescriptor descriptor)
           
 org.apache.tapestry.util.ComponentAddress BlockFinder.findBlockAddress(IPropertyDescriptor descriptor)
           
protected  org.apache.tapestry.util.ComponentAddress BaseBlockFinder.findBlockAddress(java.util.Map<java.lang.String,org.apache.tapestry.util.ComponentAddress> map, IPropertyDescriptor descriptor)
           
 

Uses of IPropertyDescriptor in org.trails.page
 

Methods in org.trails.page that return IPropertyDescriptor
 IPropertyDescriptor IEditorBlockPage.getDescriptor()
           
 

Methods in org.trails.page with parameters of type IPropertyDescriptor
 void IEditorBlockPage.setDescriptor(IPropertyDescriptor Descriptor)
           
 

Uses of IPropertyDescriptor in org.trails.validation
 

Methods in org.trails.validation with parameters of type IPropertyDescriptor
 org.apache.tapestry.form.translator.Translator ValidatorTranslatorService.getTranslator(IPropertyDescriptor descriptor)
           
 org.apache.tapestry.valid.IValidator ValidatorTranslatorService.getValidator(IPropertyDescriptor descriptor)
           
 

Constructors in org.trails.validation with parameters of type IPropertyDescriptor
ValidationException(IPropertyDescriptor descriptor)
           
ValidationException(IPropertyDescriptor descriptor, java.lang.String message)
           
 



Copyright © 2004-2008. All Rights Reserved.