com.microsoft.tfs.core.clients.workitem.form
Interface WIFormControl

All Superinterfaces:
WIFormElement

public interface WIFormControl
extends WIFormElement

WIFormControl - represents the "ControlType" complex type.

Since:
TEE-SDK-10.1

Method Summary
 WIFormCustomControlOptions getCustomControlOptions()
          Corresponds to the "CustomControlOptions" child element in XML use: optional
 WIFormDockEnum getDock()
          Corresponds to the "Dock" attribute in XML use: optional
 java.lang.String getFieldName()
          Corresponds to the "FieldName" attribute in XML use: optional
 java.lang.Integer getHeight()
          Corresponds to the "Height" attribute in XML.
 java.lang.String getLabel()
          Corresponds to the "Label" attribute in XML use: optional (mutually exclusive with label child content)
 WIFormLabelPositionEnum getLabelPosition()
          Corresponds to the "LabelPosition" attribute in XML use: ${simpleTypeReference.use}
 WIFormLabelText getLabelText()
          Corresponds to the "LabelText" child element in XML use: optional
 WIFormLink getLink()
          Corresponds to the "Link" child element in XML use: optional
 WIFormLinksControlOptions getLinksControlOptions()
          Corresponds to the "LinksControlOptions" child element in XML use: optional
 WIFormPaddingAttribute getMargin()
          Corresponds to the "Margin" attribute in XML use: optional
 WIFormPaddingAttribute getPadding()
          Corresponds to the "Padding" attribute in XML use: optional
 java.lang.String getPreferredType()
          Corresponds to the "PreferredType" attribute in XML use: optional (if specified, a control of the PreferredType should be attempted to load.
 WIFormReadOnlyEnum getReadOnly()
          Corresponds to the "ReadOnly" attribute in XML use: optional
 java.lang.String getType()
          Corresponds to the "Type" attribute in XML use: required
 WIFormWebPageControlOptions getWebPageControlOptions()
          Corresponds to the "WebPageOptionsControl" child element in XML use: optional
 
Methods inherited from interface com.microsoft.tfs.core.clients.workitem.form.WIFormElement
getAttribute, getAttributeNames, getChildElements, getParentElement
 

Method Detail

getFieldName

java.lang.String getFieldName()
Corresponds to the "FieldName" attribute in XML use: optional


getType

java.lang.String getType()
Corresponds to the "Type" attribute in XML use: required


getPreferredType

java.lang.String getPreferredType()
Corresponds to the "PreferredType" attribute in XML use: optional (if specified, a control of the PreferredType should be attempted to load. If the control type could not be found or loaded, then "Type" is used as a fallback)


getLabel

java.lang.String getLabel()
Corresponds to the "Label" attribute in XML use: optional (mutually exclusive with label child content)


getLabelPosition

WIFormLabelPositionEnum getLabelPosition()
Corresponds to the "LabelPosition" attribute in XML use: ${simpleTypeReference.use}


getDock

WIFormDockEnum getDock()
Corresponds to the "Dock" attribute in XML use: optional


getPadding

WIFormPaddingAttribute getPadding()
Corresponds to the "Padding" attribute in XML use: optional


getMargin

WIFormPaddingAttribute getMargin()
Corresponds to the "Margin" attribute in XML use: optional


getReadOnly

WIFormReadOnlyEnum getReadOnly()
Corresponds to the "ReadOnly" attribute in XML use: optional


getHeight

java.lang.Integer getHeight()
Corresponds to the "Height" attribute in XML. A value of null indicates the attribute was not specified. use: optional


getWebPageControlOptions

WIFormWebPageControlOptions getWebPageControlOptions()
Corresponds to the "WebPageOptionsControl" child element in XML use: optional


getLinksControlOptions

WIFormLinksControlOptions getLinksControlOptions()
Corresponds to the "LinksControlOptions" child element in XML use: optional


getCustomControlOptions

WIFormCustomControlOptions getCustomControlOptions()
Corresponds to the "CustomControlOptions" child element in XML use: optional


getLink

WIFormLink getLink()
Corresponds to the "Link" child element in XML use: optional


getLabelText

WIFormLabelText getLabelText()
Corresponds to the "LabelText" child element in XML use: optional



© 2015 Microsoft. All rights reserved.