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

All Superinterfaces:
WIFormElement

public interface WIFormTab
extends WIFormElement

WIFormTab - represents the "TabType" complex type. Possible children: WIFormGroup WIFormControl WIFormTabGroup WIFormSplitter

Since:
TEE-SDK-10.1

Method Summary
 java.lang.String getLabel()
          Corresponds to the "Label" attribute in XML use: required
 WIFormPaddingAttribute getMargin()
          Corresponds to the "Margin" attribute in XML use: optional
 WIFormPaddingAttribute getPadding()
          Corresponds to the "Padding" attribute in XML use: optional
 
Methods inherited from interface com.microsoft.tfs.core.clients.workitem.form.WIFormElement
getAttribute, getAttributeNames, getChildElements, getParentElement
 

Method Detail

getLabel

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


getPadding

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


getMargin

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



© 2015 Microsoft. All rights reserved.