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

All Superinterfaces:
WIFormElement

public interface WIFormGroup
extends WIFormElement

WIFormGroup - represents the "GroupType" complex type. Possible children: WIFormColumn

Since:
TEE-SDK-10.1

Method Summary
 WIFormColumn[] getColumnChildren()
          Corresponds to "Column" child elements in XML minOccurs: 1 maxOccurs: unbounded
 java.lang.String getLabel()
          Corresponds to the "Label" attribute 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
 
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: 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


getColumnChildren

WIFormColumn[] getColumnChildren()
Corresponds to "Column" child elements in XML minOccurs: 1 maxOccurs: unbounded



© 2015 Microsoft. All rights reserved.