/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_list_item_modifier.cpp | 109 void SetSelectable(ArkUINodeHandle node, ArkUI_Bool selectable) in SetSelectable() function 113 ListItemModelNG::SetSelectable(frameNode, selectable); in SetSelectable() 120 ListItemModelNG::SetSelectable(frameNode, true); in ResetSelectable() 126 …const ArkUIListItemModifier modifier = { SetListItemSelected, ResetListItemSelected, SetSelectable, in GetListItemModifier() 133 … const CJUIListItemModifier modifier = { SetListItemSelected, ResetListItemSelected, SetSelectable, in GetCJUIListItemModifier()
|
H A D | grid_item_modifier.cpp | 31 GridItemModelNG::SetSelectable(frameNode, selectable); in SetGridItemSelectable() 38 GridItemModelNG::SetSelectable(frameNode, true); in ResetGridItemSelectable()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/ |
H A D | menu_component.cpp | 39 option->SetSelectable(false); in RemoveOption() 49 option->SetSelectable(false); in AppendOption() 58 option->SetSelectable(false); in InsertOption()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_item_model_ng.cpp | 96 void GridItemModelNG::SetSelectable(bool value) in SetSelectable() function in OHOS::Ace::NG::GridItemModelNG 102 pattern->SetSelectable(value); in SetSelectable() 135 void GridItemModelNG::SetSelectable(FrameNode* frameNode, bool selectable) in SetSelectable() function in OHOS::Ace::NG::GridItemModelNG 140 pattern->SetSelectable(selectable); in SetSelectable()
|
H A D | grid_item_model_ng.h | 34 void SetSelectable(bool value) override; 40 static void SetSelectable(FrameNode* frameNode, bool selectable);
|
H A D | grid_item_model.h | 38 virtual void SetSelectable(bool value) = 0;
|
H A D | grid_item_pattern.h | 79 void SetSelectable(bool selectable);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_model_ng.h | 36 void SetSelectable(bool selectable) override; 54 static void SetSelectable(FrameNode* frameNode, bool selectable);
|
H A D | list_item_model_ng.cpp | 103 void ListItemModelNG::SetSelectable(bool selectable) in SetSelectable() function in OHOS::Ace::NG::ListItemModelNG 109 pattern->SetSelectable(selectable); in SetSelectable() 206 void ListItemModelNG::SetSelectable(FrameNode* frameNode, bool selectable) in SetSelectable() function in OHOS::Ace::NG::ListItemModelNG 211 pattern->SetSelectable(selectable); in SetSelectable()
|
H A D | list_item_model.h | 44 virtual void SetSelectable(bool selectable) = 0;
|
H A D | list_item_pattern.h | 160 void SetSelectable(bool selectable) in SetSelectable() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | grid_item_model_impl.cpp | 93 void GridItemModelImpl::SetSelectable(bool value) in SetSelectable() function in OHOS::Ace::Framework::GridItemModelImpl 98 gridItem->SetSelectable(value); in SetSelectable()
|
H A D | list_item_model_impl.cpp | 85 void ListItemModelImpl::SetSelectable(bool selectable) in SetSelectable() function in OHOS::Ace::Framework::ListItemModelImpl 87 JSViewSetProperty(&V2::ListItemComponent::SetSelectable, selectable); in SetSelectable()
|
H A D | grid_item_model_impl.h | 33 void SetSelectable(bool value) override;
|
H A D | list_item_model_impl.h | 36 void SetSelectable(bool selectable) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_grid_item.cpp | 119 void JSGridItem::SetSelectable(const JSCallbackInfo& info) in SetSelectable() function in OHOS::Ace::Framework::JSGridItem 128 GridItemModel::GetInstance()->SetSelectable(selectable); in SetSelectable() 185 JSClass<JSGridItem>::StaticMethod("selectable", &JSGridItem::SetSelectable, opt); in JSBind()
|
H A D | js_list_item.h | 33 static void SetSelectable(const JSCallbackInfo& info);
|
H A D | js_grid_item.h | 73 static void SetSelectable(const JSCallbackInfo& info);
|
H A D | js_list_item.cpp | 156 void JSListItem::SetSelectable(const JSCallbackInfo& info) in SetSelectable() function in OHOS::Ace::Framework::JSListItem 165 ListItemModel::GetInstance()->SetSelectable(selectable); in SetSelectable() 397 JSClass<JSListItem>::StaticMethod("selectable", &JSListItem::SetSelectable); in JSBind()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_list_item_bridge.h | 27 static ArkUINativeModuleValue SetSelectable(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_list_item_bridge.cpp | 50 ArkUINativeModuleValue ListItemBridge::SetSelectable(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetSelectable() function in OHOS::Ace::NG::ListItemBridge
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_list_item_ffi.cpp | 63 ListItemModel::GetInstance()->SetSelectable(flag); in FfiOHOSAceFrameworkListItemSetSelectable()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | grid_layout_item_component.h | 89 void SetSelectable(bool selectable) in SetSelectable() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | list_item_component.h | 65 void SetSelectable(bool selectable) in SetSelectable() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/ |
H A D | tool_bar_item_element.cpp | 84 option->SetSelectable(false); in InitSelectPopup()
|