Uses of Class
org.squashtest.tm.domain.customfield.RenderingLocation

Packages that use RenderingLocation
org.squashtest.tm.domain.customfield   
org.squashtest.tm.domain.denormalizedfield   
 

Uses of RenderingLocation in org.squashtest.tm.domain.customfield
 

Methods in org.squashtest.tm.domain.customfield that return RenderingLocation
abstract  RenderingLocation[] BindableEntity.getValidRenderingLocations()
           
static RenderingLocation RenderingLocation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RenderingLocation[] RenderingLocation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.squashtest.tm.domain.customfield that return types with arguments of type RenderingLocation
 Set<RenderingLocation> CustomFieldBinding.copyRenderingLocations()
           
 Set<RenderingLocation> CustomFieldBinding.getRenderingLocations()
           
 

Methods in org.squashtest.tm.domain.customfield with parameters of type RenderingLocation
 void CustomFieldBinding.addRenderingLocation(RenderingLocation location)
           
 void CustomFieldBinding.removeRenderingLocation(RenderingLocation location)
           
 

Method parameters in org.squashtest.tm.domain.customfield with type arguments of type RenderingLocation
 void CustomFieldBinding.setRenderingLocations(Set<RenderingLocation> renderingLocations)
           
 

Uses of RenderingLocation in org.squashtest.tm.domain.denormalizedfield
 

Methods in org.squashtest.tm.domain.denormalizedfield that return types with arguments of type RenderingLocation
 Set<RenderingLocation> DenormalizedFieldValue.getRenderingLocations()
           
 

Method parameters in org.squashtest.tm.domain.denormalizedfield with type arguments of type RenderingLocation
 void DenormalizedFieldValue.setRenderingLocations(Set<RenderingLocation> renderingLocations)
           
 



Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.