java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PageBlockTableCell
- Enclosing class:
- TdApi
Represents a cell of a table.
-
Field Summary
Modifier and TypeFieldDescriptionHorizontal cell content alignment.int
The number of columns the cell spans.static final int
Identifier uniquely determining type of the object.boolean
True, if it is a header cell.int
The number of rows the cell spans.Cell text; may be null.Vertical cell content alignment. -
Constructor Summary
ConstructorDescriptionRepresents a cell of a table.PageBlockTableCell
(TdApi.RichText text, boolean isHeader, int colspan, int rowspan, TdApi.PageBlockHorizontalAlignment align, TdApi.PageBlockVerticalAlignment valign) Represents a cell of a table.PageBlockTableCell
(DataInput input) Represents a cell of a table. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
text
Cell text; may be null. If the text is null, then the cell must be invisible. -
isHeader
public boolean isHeaderTrue, if it is a header cell. -
colspan
public int colspanThe number of columns the cell spans. -
rowspan
public int rowspanThe number of rows the cell spans. -
align
Horizontal cell content alignment. -
valign
Vertical cell content alignment. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PageBlockTableCell
public PageBlockTableCell()Represents a cell of a table. -
PageBlockTableCell
public PageBlockTableCell(TdApi.RichText text, boolean isHeader, int colspan, int rowspan, TdApi.PageBlockHorizontalAlignment align, TdApi.PageBlockVerticalAlignment valign) Represents a cell of a table.- Parameters:
text
- Cell text; may be null. If the text is null, then the cell must be invisible.isHeader
- True, if it is a header cell.colspan
- The number of columns the cell spans.rowspan
- The number of rows the cell spans.align
- Horizontal cell content alignment.valign
- Vertical cell content alignment.
-
PageBlockTableCell
Represents a cell of a table.- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-