|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WIFormControl
WIFormControl - represents the "ControlType" complex type.
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 |
---|
java.lang.String getFieldName()
java.lang.String getType()
java.lang.String getPreferredType()
java.lang.String getLabel()
WIFormLabelPositionEnum getLabelPosition()
WIFormDockEnum getDock()
WIFormPaddingAttribute getPadding()
WIFormPaddingAttribute getMargin()
WIFormReadOnlyEnum getReadOnly()
java.lang.Integer getHeight()
WIFormWebPageControlOptions getWebPageControlOptions()
WIFormLinksControlOptions getLinksControlOptions()
WIFormCustomControlOptions getCustomControlOptions()
WIFormLink getLink()
WIFormLabelText getLabelText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |