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 IDescribeLayoutComponent
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    element : displayLines of type {http://www.w3.org/2001/XMLSchema}int java type: int
    int
    element : tabOrder of type {http://www.w3.org/2001/XMLSchema}int java type: int
    element : type of type {urn:partner.soap.sforce.com}layoutComponentType java type: com.sforce.soap.partner.LayoutComponentType
    element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    void
    setDisplayLines(int displayLines)
     
    void
    setTabOrder(int tabOrder)
     
    void
     
    void
     
  • Method Details

    • 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

      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)