W3Cschool
恭喜您成為首批注冊(cè)用戶
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
java.lang.Object
|---ohos.agp.components.ComponentContainer.LayoutConfig
|---|---ohos.agp.components.TableLayout.LayoutConfig
public static class TableLayout.LayoutConfig
extends ComponentContainer.LayoutConfig
提供表格布局所需的布局配置。
表格布局配置集成了 ComponentContainer.LayoutConfig 并提供了 TableLayout.Specification。 前者表示組件容器中的邊距布局配置,后者表示行和列規(guī)范。
Since:
3
修飾符和類(lèi)型 | 字段 | 描述 |
---|---|---|
TableLayout.Specification | columnSpec | 指示表格布局中的列規(guī)范。 |
TableLayout.Specification | rowSpec | 指示表格布局中的行規(guī)范。 |
從類(lèi) ohos.agp.components.ComponentContainer.LayoutConfig 繼承的字段 |
---|
height, MATCH_CONTENT, MATCH_PARENT, width |
構(gòu)造函數(shù) | 描述 |
---|---|
LayoutConfig() | 用于創(chuàng)建 LayoutConfig 實(shí)例的默認(rèn)構(gòu)造函數(shù)。 |
LayoutConfig(int width, int height) | 用于指定表格布局的寬度和高度的構(gòu)造函數(shù)。 |
LayoutConfig(ComponentContainer.LayoutConfig params) | 用于復(fù)制 ComponentContainer.LayoutConfig 實(shí)例的構(gòu)造函數(shù)。 |
LayoutConfig(TableLayout.LayoutConfig source) | 用于復(fù)制 LayoutConfig 實(shí)例的行和列規(guī)范的構(gòu)造函數(shù)。 |
LayoutConfig(TableLayout.Specification rowSpec, TableLayout.Specification columnSpec) | 用于在表格布局中創(chuàng)建行和列規(guī)范的構(gòu)造函數(shù)。 |
LayoutConfig(Context context, AttrSet attrSet) | 用于根據(jù)上下文和屬性集創(chuàng)建 LayoutConfig 實(shí)例的構(gòu)造函數(shù)。 |
從類(lèi) ohos.agp.components.ComponentContainer.LayoutConfig 繼承的方法 |
---|
clone, getHorizontalEndMargin, getHorizontalStartMargin, getLayoutDirection, getMarginBottom, getMarginLeft, getMarginRight, getMargins, getMarginsLeftAndRight, getMarginsTopAndBottom, getMarginTop, isMarginsRelative, setMarginBottom, setMarginLeft, setMarginRight, setMargins, setMarginsLeftAndRight, setMarginsRelative, setMarginsTopAndBottom, setMarginTop |
從類(lèi) java.lang.Object 繼承的方法 |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
public TableLayout.Specification columnSpec
指示表格布局中的列規(guī)范。
Since:
1
public TableLayout.Specification rowSpec
指示表格布局中的行規(guī)范。
Since:
1
public LayoutConfig()
用于創(chuàng)建 LayoutConfig 實(shí)例的默認(rèn)構(gòu)造函數(shù)。
Since:
3
public LayoutConfig(Context context, AttrSet attrSet)
用于根據(jù)上下文和屬性集創(chuàng)建 LayoutConfig 實(shí)例的構(gòu)造函數(shù)。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
context | 指示應(yīng)用程序上下文。 |
attrSet | 指示要使用的屬性集。 |
Since:
3
public LayoutConfig(TableLayout.Specification rowSpec, TableLayout.Specification columnSpec)
用于在表格布局中創(chuàng)建行和列規(guī)范的構(gòu)造函數(shù)。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
rowSpec | 指示表格布局中的行規(guī)范。 |
columnSpec | 指示表格布局中的列規(guī)范。 |
Since:
3
public LayoutConfig(int width, int height)
用于指定表格布局的寬度和高度的構(gòu)造函數(shù)。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
width | 表示表格布局的寬度,不能小于0。 |
height | 表示表格布局的高度,不能小于0。 |
Since:
3
public LayoutConfig(TableLayout.LayoutConfig source)
用于復(fù)制 LayoutConfig 實(shí)例的行和列規(guī)范的構(gòu)造函數(shù)。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
source | 指示要復(fù)制的表格布局。 |
Since:
3
public LayoutConfig(ComponentContainer.LayoutConfig params)
用于復(fù)制 ComponentContainer.LayoutConfig 實(shí)例的構(gòu)造函數(shù)。
該方法調(diào)用父類(lèi)ComponentContainer中同名的方法。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
params | 指示要復(fù)制的布局參數(shù)。 |
Since:
3
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話:173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: