Interface IDescribeLayoutItem

  • All Known Implementing Classes:
    DescribeLayoutItem

    public interface IDescribeLayoutItem
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Method Detail

      • getEditableForNew

        boolean getEditableForNew()
        element : editableForNew of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isEditableForNew

        boolean isEditableForNew()
      • setEditableForNew

        void setEditableForNew​(boolean editableForNew)
      • getEditableForUpdate

        boolean getEditableForUpdate()
        element : editableForUpdate of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isEditableForUpdate

        boolean isEditableForUpdate()
      • setEditableForUpdate

        void setEditableForUpdate​(boolean editableForUpdate)
      • getLabel

        String getLabel()
        element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setLabel

        void setLabel​(String label)
      • getLayoutComponents

        IDescribeLayoutComponent[] getLayoutComponents()
        element : layoutComponents of type {urn:partner.soap.sforce.com}DescribeLayoutComponent java type: com.sforce.soap.partner.DescribeLayoutComponent[]
      • getPlaceholder

        boolean getPlaceholder()
        element : placeholder of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isPlaceholder

        boolean isPlaceholder()
      • setPlaceholder

        void setPlaceholder​(boolean placeholder)
      • getRequired

        boolean getRequired()
        element : required of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isRequired

        boolean isRequired()
      • setRequired

        void setRequired​(boolean required)