Uses of Interface
com.microsoft.tfs.core.clients.workitem.fields.FieldDefinition

Packages that use FieldDefinition
com.microsoft.tfs.core.clients.workitem.fields   
com.microsoft.tfs.core.clients.workitem.query   
com.microsoft.tfs.core.clients.workitem.query.qe   
 

Uses of FieldDefinition in com.microsoft.tfs.core.clients.workitem.fields
 

Methods in com.microsoft.tfs.core.clients.workitem.fields that return FieldDefinition
 FieldDefinition FieldDefinitionCollection.get(java.lang.String fieldName)
          Gets a FieldDefinition by name.
 FieldDefinition Field.getFieldDefinition()
           
 FieldDefinition[] FieldDefinitionCollection.getFieldDefinitions()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.fields that return types with arguments of type FieldDefinition
 java.util.Iterator<FieldDefinition> FieldDefinitionCollection.iterator()
           
 

Uses of FieldDefinition in com.microsoft.tfs.core.clients.workitem.query
 

Methods in com.microsoft.tfs.core.clients.workitem.query that return FieldDefinition
 FieldDefinition DisplayFieldList.getField(int index)
           
 FieldDefinition SortField.getFieldDefinition()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.query with parameters of type FieldDefinition
 void DisplayFieldList.add(FieldDefinition field)
           
 boolean SortFieldList.add(FieldDefinition fieldDefinition, SortType sortType)
           
 int SortFieldList.indexOf(FieldDefinition fieldDefinition)
           
 int DisplayFieldList.indexOf(FieldDefinition fieldDefinition)
           
 void SortFieldList.insert(int ix, FieldDefinition fieldDefinition, SortType sortType)
           
 boolean SortFieldList.remove(FieldDefinition fieldDefinition)
           
 

Constructors in com.microsoft.tfs.core.clients.workitem.query with parameters of type FieldDefinition
SortField(FieldDefinition fieldDefinition, SortType sortType)
           
 

Uses of FieldDefinition in com.microsoft.tfs.core.clients.workitem.query.qe
 

Methods in com.microsoft.tfs.core.clients.workitem.query.qe with parameters of type FieldDefinition
static int ResultOptions.getDefaultColumnWidth(FieldDefinition fieldDefinition)
           
 



© 2015 Microsoft. All rights reserved.