Interface TabularSection

All Superinterfaces:
AttributeOwner, ChildrenOwner, MD, MDChild
All Known Implementing Classes:
ObjectTabularSection

public interface TabularSection extends MDChild, AttributeOwner
Интерфейс табличных частей объектов (включая стандартные ТЧ)
  • Method Details

    • getAttributes

      List<Attribute> getAttributes()
      Список реквизитов табличной части
    • getChildren

      default List<MD> getChildren()
      Description copied from interface: ChildrenOwner
      Возвращает все дочерние элементы объекта
      Specified by:
      getChildren in interface ChildrenOwner
    • getStorageFields

      default List<MD> getStorageFields()
      Description copied from interface: AttributeOwner
      Возвращает все дочерние элементы объекта, являющиеся атрибутами или ТЧ
      Specified by:
      getStorageFields in interface AttributeOwner
    • getAllAttributes

      default List<Attribute> getAllAttributes()
      Description copied from interface: AttributeOwner
      Список реквизитов объекта
      Specified by:
      getAllAttributes in interface AttributeOwner