W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
java.lang.Object
|---ohos.agp.components.LayoutManager
|---|---ohos.agp.components.TableLayoutManager
public class TableLayoutManager
extends LayoutManager
表示 ListContainer 對象的表布局管理器。
Since:
5
構造函數(shù) | 描述 |
---|---|
TableLayoutManager() | 用于創(chuàng)建 TableLayoutManager 實例的默認構造函數(shù)。 |
修飾符和類型 | 方法 | 描述 |
---|---|---|
int | getColumnCount() | 獲取表中的列數(shù)。 |
int | getRowCount() | 獲取表中的行數(shù)。 |
void | setColumnCount(int columnCount) | 設置表中的列數(shù)。 |
void | setRowCount(int rowCount) | 設置表中的行數(shù)。 |
從類 ohos.agp.components.LayoutManager 繼承的方法 |
---|
getOrientation, setOrientation |
從類 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
public TableLayoutManager()
用于創(chuàng)建 TableLayoutManager 實例的默認構造函數(shù)。
Since:
5
public void setColumnCount(int columnCount)
設置表中的列數(shù)。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
columnCount | 表示列數(shù)。 |
Since:
5
public int getColumnCount()
獲取表中的列數(shù)。
返回:
返回列數(shù)。
Since:
5
public void setRowCount(int rowCount)
設置表中的行數(shù)。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
rowCount | 表示行數(shù)。 |
Since:
5
public int getRowCount()
獲取表中的行數(shù)。
返回:
返回行數(shù)。
Since:
5
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: