Module tdlight.api

Class TdApi.PageBlockTable

Enclosing class:
TdApi

public static final class TdApi.PageBlockTable extends TdApi.PageBlock
A table.
  • Field Details

    • caption

      public TdApi.RichText caption
      Table caption.
    • cells

      public TdApi.PageBlockTableCell[][] cells
      Table cells.
    • isBordered

      public boolean isBordered
      True, if the table is bordered.
    • isStriped

      public boolean isStriped
      True, if the table is striped.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • PageBlockTable

      public PageBlockTable()
      A table.
    • PageBlockTable

      public PageBlockTable(TdApi.RichText caption, TdApi.PageBlockTableCell[][] cells, boolean isBordered, boolean isStriped)
      A table.
      Parameters:
      caption - RichText Table caption.
      cells - PageBlockTableCell[][] Table cells.
      isBordered - boolean True, if the table is bordered.
      isStriped - boolean True, if the table is striped.
    • PageBlockTable

      public PageBlockTable(DataInput input) throws IOException
      A table.
      Throws:
      IOException
  • Method Details