Package com.sforce.soap.partner
Interface IDescribeLayoutComponent
-
- All Known Subinterfaces:
IAnalyticsCloudComponent,ICanvas,ICustomLinkComponent,IFieldComponent,IFieldLayoutComponent,IReportChartComponent,IVisualforcePage
- All Known Implementing Classes:
AnalyticsCloudComponent,Canvas,CustomLinkComponent,DescribeLayoutComponent,FieldComponent,FieldLayoutComponent,ReportChartComponent,VisualforcePage
public interface IDescribeLayoutComponentThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDisplayLines()element : displayLines of type {http://www.w3.org/2001/XMLSchema}int java type: intintgetTabOrder()element : tabOrder of type {http://www.w3.org/2001/XMLSchema}int java type: intLayoutComponentTypegetType()element : type of type {urn:partner.soap.sforce.com}layoutComponentType java type: com.sforce.soap.partner.LayoutComponentTypeStringgetValue()element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetDisplayLines(int displayLines)voidsetTabOrder(int tabOrder)voidsetType(LayoutComponentType type)voidsetValue(String value)
-
-
-
Method Detail
-
getDisplayLines
int getDisplayLines()
element : displayLines of type {http://www.w3.org/2001/XMLSchema}int java type: int
-
setDisplayLines
void setDisplayLines(int displayLines)
-
getTabOrder
int getTabOrder()
element : tabOrder of type {http://www.w3.org/2001/XMLSchema}int java type: int
-
setTabOrder
void setTabOrder(int tabOrder)
-
getType
LayoutComponentType getType()
element : type of type {urn:partner.soap.sforce.com}layoutComponentType java type: com.sforce.soap.partner.LayoutComponentType
-
setType
void setType(LayoutComponentType type)
-
getValue
String getValue()
element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setValue
void setValue(String value)
-
-