Package it.tdlight.jni
Class TdApi.PageBlockTable
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlock
it.tdlight.jni.TdApi.PageBlockTable
- Enclosing class:
- TdApi
public static class TdApi.PageBlockTable extends TdApi.PageBlock
A table.
-
Field Summary
Fields Modifier and Type Field Description TdApi.RichText
caption
Table caption.TdApi.PageBlockTableCell[][]
cells
Table cells.static int
CONSTRUCTOR
boolean
isBordered
True, if the table is bordered.boolean
isStriped
True, 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.PageBlockTable(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
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
- 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()
-