W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
public interface ComponentParent
定義父組件的特征。
此類為組件提供與其父組件交互的接口。
修飾符和類型 | 方法 | 描述 |
---|---|---|
int | getChildIndex(Component component) | 查詢子組件的位置。 |
ComponentParent | getComponentParent() | 獲取子組件的父組件。 |
void | moveChildToFront(Component component) | 調(diào)整子組件的 z 順序,使其位于所有子組件之上。 |
boolean | onDrag(Component component, DragEvent event) | 檢查拖動事件是否分發(fā)到父組件。 |
void | postLayout() | 請求父組件重新排列其布局。 |
void | removeComponent(Component component) | 從父組件中移除子組件。 |
void | removeComponentAt(int index) | 從組件列表中的指定位置移除組件。 |
void | removeComponents(int start, int count) | 從組件列表中的指定位置移除所有組件。 |
ComponentContainer.LayoutConfig | verifyLayoutConfig(ComponentContainer.LayoutConfig config) | 根據(jù)當(dāng)前布局類型驗證布局參數(shù)。 |
void postLayout()
請求父組件重新排列其布局。
int getChildIndex(Component component)
查詢子組件的位置。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
component | 指示要查詢的子組件。 |
返回:
返回一個正整數(shù),表示子組件在父組件中的位置; 如果子組件不包含在父組件中,則返回 -1。
void removeComponent(Component component)
從父組件中移除子組件。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
component | 指示要移除的子組件。 |
void removeComponentAt(int index)
從組件列表中的指定位置移除組件。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
index | 指示要移除的組件的位置索引。 |
void removeComponents(int start, int count)
從組件列表中的指定位置移除所有組件。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
start | 表示第一個移除的組件的位置索引。 |
count | 表示要移除的組件數(shù)量。 |
ComponentContainer.LayoutConfig verifyLayoutConfig(ComponentContainer.LayoutConfig config)
根據(jù)當(dāng)前布局類型驗證布局參數(shù)。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
config | 指示要轉(zhuǎn)換為 ComponentContainer 實例的一組布局參數(shù)。 |
返回:
返回 LayoutConfig 實例,它表示布局參數(shù)。
ComponentParent getComponentParent()
獲取子組件的父組件。
返回:
返回子組件的父組件。
void moveChildToFront(Component component)
調(diào)整子組件的 z 順序,使其位于所有子組件之上。
z 順序調(diào)整會更改順序相關(guān)的布局。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
component | 指示要移動到所有子組件頂部的子組件。 |
boolean onDrag(Component component, DragEvent event)
檢查拖動事件是否分發(fā)到父組件。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
component | 表示接收拖動事件的組件。 |
event | 指示 DragEvent 對象。 |
返回:
如果拖動事件已經(jīng)被父組件處理,則返回 true; 否則返回 false。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: