Home
last modified time | relevance | path

Searched refs:nodeBorder (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js734 this.nodeBorder = { class in S.constructor
872 return this.nodeBorder
876 this.nodeBorder.borderWidth = e ? this.borderWidth.has : this.borderWidth.none
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets659 …private nodeBorder: { borderWidth: Resource | number, borderColor: Resource, borderRadius: Resourc…
721 this.nodeBorder = { borderWidth: BORDER_WIDTH_NONE,
834 return this.nodeBorder;
838 … this.nodeBorder.borderWidth = isClearFocusStatus ? this.borderWidth.has : this.borderWidth.none;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets369 private nodeBorder: NodeBorder;
415 this.nodeBorder = {
549 return this.nodeBorder;
553 this.nodeBorder.borderWidth = isClearFocusStatus ? this.borderWidth.has : this.borderWidth.none;