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
A table.
-
Field Summary
FieldsModifier and TypeFieldDescriptionTable caption.Table cells.static final intIdentifier uniquely determining type of the object.booleanTrue, if the table is bordered.booleanTrue, if the table is striped. -
Constructor Summary
ConstructorsConstructorDescriptionA table.PageBlockTable(TdApi.RichText caption, TdApi.PageBlockTableCell[][] cells, boolean isBordered, boolean isStriped) A table. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
caption
Table caption. -
cells
Table cells. -
isBordered
public boolean isBorderedTrue, if the table is bordered. -
isStriped
public boolean isStripedTrue, if the table is striped. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- 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- Table caption.cells- Table cells.isBordered- True, if the table is bordered.isStriped- True, if the table is striped.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-