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

All Superinterfaces:
WIFormElement

public interface WIFormTabGroup
extends WIFormElement

WIFormTabGroup - represents the "TabGroupType" complex type. Possible children: WIFormTab

Since:
TEE-SDK-10.1

Method Summary
 WIFormPaddingAttribute getMargin()
          Corresponds to the "Margin" attribute in XML use: optional
 WIFormPaddingAttribute getPadding()
          Corresponds to the "Padding" attribute in XML use: optional
 WIFormTab[] getTabChildren()
          Corresponds to "Tab" child elements in XML minOccurs: 1 maxOccurs: unbounded
 
Methods inherited from interface com.microsoft.tfs.core.clients.workitem.form.WIFormElement
getAttribute, getAttributeNames, getChildElements, getParentElement
 

Method Detail

getPadding

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


getMargin

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


getTabChildren

WIFormTab[] getTabChildren()
Corresponds to "Tab" child elements in XML minOccurs: 1 maxOccurs: unbounded



© 2015 Microsoft. All rights reserved.