Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js959 getIsModify() { method in S
3073 …ext.fontColor(this.listNodeDataSource.getSubTitleFontColor(i.getIsHighLight() || i.getIsModify()));
3454 …ext.fontColor(this.listNodeDataSource.getSubTitleFontColor(i.getIsHighLight() || i.getIsModify()));
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets637 public getIsModify(): boolean {
3863 if (this.item.getIsModify()) {
4036 .fontColor(this.item.getIsHighLight() || this.item.getIsModify() ?
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets923 public getIsModify(): boolean {
2764 …ontColor(this.listNodeDataSource.getSubTitleFontColor(item.getIsHighLight() || item.getIsModify()))