Package org.drinkless.tdlib
Class TdApi.PageBlockTable
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.PageBlock
-
- org.drinkless.tdlib.TdApi.PageBlockTable
-
- Enclosing class:
- TdApi
public static class TdApi.PageBlockTable extends TdApi.PageBlock
A table.
-
-
Field Summary
Fields Modifier and Type Field Description TdApi.RichTextcaptionTable caption.TdApi.PageBlockTableCell[][]cellsTable cells.static intCONSTRUCTORIdentifier uniquely determining type of the object.booleanisBorderedTrue, if the table is bordered.booleanisStripedTrue, if the table is striped.
-
Constructor Summary
Constructors Constructor Description PageBlockTable()A table.PageBlockTable(TdApi.RichText caption, TdApi.PageBlockTableCell[][] cells, boolean isBordered, boolean isStriped)A table.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
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
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PageBlockTable
public PageBlockTable()
A table.
-
PageBlockTable
public PageBlockTable(TdApi.RichText caption, TdApi.PageBlockTableCell[][] cells, boolean isBordered, boolean isStriped)
A table.- Parameters:
caption- Table caption.cells- Table cells.isBordered- True, if the table is bordered.isStriped- True, if the table is striped.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-