java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlock
it.tdlight.jni.TdApi.PageBlockTable
- Enclosing class:
- TdApi
A table.
-
Field Summary
Modifier and TypeFieldDescriptionTable caption.Table cells.static final int
boolean
True, if the table is bordered.boolean
True, if the table is striped. -
Constructor Summary
ConstructorDescriptionA table.PageBlockTable
(TdApi.RichText caption, TdApi.PageBlockTableCell[][] cells, boolean isBordered, boolean isStriped) A table.PageBlockTable
(DataInput input) A table. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
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 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
A table.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-