Interface SectionList.DataSheet

Enclosing interface:
SectionList

@Deprecated public static interface SectionList.DataSheet
Deprecated.
since 5.2.21 - no replacement
Interface to provide section data as one sheet.
Since:
4.0.102
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    since 5.2.21 - see type
    @Nullable Long
    Deprecated.
    since 5.2.21 - see type
    Deprecated.
    since 5.2.21 - see type
    Deprecated.
    since 5.2.21 - see type
  • Method Details

    • getName

      @Deprecated String getName()
      Deprecated.
      since 5.2.21 - see type
      The name of the section
      Since:
      4.0.102
    • getTemplate

      @Deprecated Template getTemplate()
      Deprecated.
      since 5.2.21 - see type
      The template which should be used to create the section.
      Since:
      4.0.102
    • getId

      @Deprecated @Nullable @Nullable Long getId()
      Deprecated.
      since 5.2.21 - see type
      The id of the section or null
      Since:
      4.0.102
    • getData

      @Deprecated Data getData()
      Deprecated.
      since 5.2.21 - see type
      The data of the section.
      Since:
      4.0.102