Uses of Class
com.microsoft.tfs.core.clients.workitem.fields.FieldStatus

Packages that use FieldStatus
com.microsoft.tfs.core.clients.workitem.fields   
 

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

Fields in com.microsoft.tfs.core.clients.workitem.fields declared as FieldStatus
static FieldStatus FieldStatus.INVALID_CHARACTERS
           
static FieldStatus FieldStatus.INVALID_DATE
           
static FieldStatus FieldStatus.INVALID_EMPTY
           
static FieldStatus FieldStatus.INVALID_EMPTY_OR_OLD_VALUE
           
static FieldStatus FieldStatus.INVALID_FORMAT
           
static FieldStatus FieldStatus.INVALID_LIST_VALUE
           
static FieldStatus FieldStatus.INVALID_NOT_EMPTY
           
static FieldStatus FieldStatus.INVALID_NOT_EMPTY_OR_OLD_VALUE
           
static FieldStatus FieldStatus.INVALID_PATH
           
static FieldStatus FieldStatus.INVALID_TYPE
           
static FieldStatus FieldStatus.INVALID_UNKNOWN
           
static FieldStatus FieldStatus.INVALID_VALUE_IN_OTHER_FIELD
           
static FieldStatus FieldStatus.INVALID_VALUE_NOT_IN_OTHER_FIELD
           
static FieldStatus FieldStatus.VALID
           
 

Methods in com.microsoft.tfs.core.clients.workitem.fields that return FieldStatus
 FieldStatus Field.getStatus()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.fields with parameters of type FieldStatus
 void Field.overrideStatus(FieldStatus status)
          This method allows custom controls to override the status that was set by the WIT rules engine (e.g.
 



© 2015 Microsoft. All rights reserved.