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

All Superinterfaces:
WIFormElement

public interface WIFormLayout
extends WIFormElement

WIFormLayout - represents the "LayoutType" complex type. Possible children: WIFormGroup WIFormControl WIFormTabGroup WIFormSplitter

Since:
TEE-SDK-10.1

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

Method Detail

getTarget

java.lang.String getTarget()
Corresponds to the "Target" attribute in XML use: optional


getMinimumSize

WIFormSizeAttribute getMinimumSize()
Corresponds to the "MinimumSize" 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



© 2015 Microsoft. All rights reserved.