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

All Superinterfaces:
WIFormElement

public interface WIFormColumn
extends WIFormElement

WIFormColumn - represents the "ColumnType" complex type. Possible children: WIFormGroup WIFormControl WIFormTabGroup WIFormSplitter

Since:
TEE-SDK-10.1

Method Summary
 java.lang.Integer getFixedWidth()
          Corresponds to the "FixedWidth" attribute in XML use: optional
 java.lang.Integer getPercentWidth()
          Corresponds to the "PercentWidth" attribute in XML use: optional
 
Methods inherited from interface com.microsoft.tfs.core.clients.workitem.form.WIFormElement
getAttribute, getAttributeNames, getChildElements, getParentElement
 

Method Detail

getPercentWidth

java.lang.Integer getPercentWidth()
Corresponds to the "PercentWidth" attribute in XML use: optional


getFixedWidth

java.lang.Integer getFixedWidth()
Corresponds to the "FixedWidth" attribute in XML use: optional



© 2015 Microsoft. All rights reserved.